Skip to content

v0.0.11

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 15:54
· 665 commits to main since this release

Breaking Change

This release requires a full sync from the beginning

What's Changed

  • Account aggregate implementation + fix: #63 set output index of collateral output to tx out size by @satran004 in #64
  • Added block and blocktime to transaction, utxo, assests, script, metadata store tables by @satran004 in #67
  • feat(mir): MIR store implementation by @satran004 in #68
  • StakeAccountInfo endpoint, cbor metadata, transaction store without utxo store by @satran004 in #69
  • feat(account/utxo): Run time account balance aggregation support by @satran004 in #70
  • chore: Add condition to check invalid point during rollback. Bump yac… by @satran004 in #71
  • feat: Ogmios support to submit and evaluate transaction by @satran004 in #75
  • fix: #76 Add epoch to Block response and other cleanup by @satran004 in #77
  • feat: Add get metadata by label method and endpoint by @satran004 in #78
  • feat(assets): Added fingerprint. Finders for unit, policy, fingerprint by @satran004 in #79
  • Fixed NPE by @satran004 in #80

Full Changelog: v0.0.10...v0.0.11