You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)