Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Feb 18:17
· 38 commits to main since this release
1f84fbd

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 and create-key sub-commands are no longer there. The mev-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:
    1. Pass the options directly through arguments
    2. Pass the options using the config file, similar to v0.1.1
    3. 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.