Skip to content

rosetta-validator CLI

Compare
Choose a tag to compare
@patrick-ogrady patrick-ogrady released this 21 Apr 19:38
· 977 commits to master since this release
25788d5
  • Major refactor in (#7) to support stateless syncing and reconciliation. This means it is now possible to validate a range of blocks without syncing all blocks prior to the start of the range.
  • Use the rosetta-validator tool as a CLI instead of running a docker container. This means it is no longer required to clone the repo to use it.
  • Introduce sync Handler to allow for custom processing when a block is synced (will become useful when packages are moved to rosetta-sdk-go)