Skip to content

1.0.0 - Minter 1.2-ready

Latest
Compare
Choose a tag to compare
@edwardstock edwardstock released this 11 Nov 23:50
· 3 commits to master since this release

Release notes

  • BREAKING CHANGES
  • Renamed MinterBlockChainApi to MinterBlockChainSDK
  • Now communication with node api works with RxJava2
  • Base API response now in root of json, so BcResult is just NodeResult and each response object inherits this class
  • Added synchronized blocks to methods uses native secp256k1 context
  • CheckTransaction#sign() now returns MinterCheck instead of TransactionSign
  • Added CheckTransaction#validatePassword() method to verify check password validity offline