This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
v0.2.0
The team is happy to announce the updated testnet release.
- The command has been simplified to make initial setup of the node as hassle-free as it can be. The
init
,start
andcreate-key
sub-commands are no longer there. Themev-commit
is now just a single command which starts the node. Previously the node needed a configuration file, but now it provides 3 options to pass the configuration:- Pass the options directly through arguments
- Pass the options using the config file, similar to v0.1.1
- Pass the options using environment variables
- Encrypted keystore now supported. The keystore is password protected. Users have to use the
--keystore-path
and--keystore-password
options to enable this feature. - Bid on transaction bundles. Users can now pass an array of transaction hashes to preconfirm.
- Provider address is now returned as a part of the preconfirmation.
- Bid amount can now be passed as a string. This protects from overflows.