Skip to content

Support more validations of rosetta implementation by using a validation config

Compare
Choose a tag to compare
@shrimalmadhur shrimalmadhur released this 27 Aug 20:52
· 91 commits to master since this release
2dd320b

This release includes support for more validations in asserter package via a validation config. With this change we can provide a validation file defined in a pre-defined format to validate the rosetta implementation. Currently supported validation is defined here

NOTE: This change introduces a new parameter while initializing Asserter in asserter.go. When you upgrade to this version you will have to change the code to pass this parameter where you initialize the asserter. If you don't want to use this feature, you can just pass an empty string to this parameter.

Changelog

  • Improve logging when unable to lookup balance > min #329
  • add asserter validation doc #328
  • upgrade to go 1.16 to fix addlicense library and build #327
  • Introduce a validation config for validating operation using rosetta-cli #326
  • Fixes #239 #249
  • add logger for insufficiently funded accounts during construction #313