Releases: bloxbean/yaci-store
Releases · bloxbean/yaci-store
v0.0.12-beta2
chore: Bump version for release
v0.0.11
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
v0.0.11-beta4
chore: Bump version number
v0.0.11-beta3
Bump version for next beta
v0.0.11-beta2
chore: Bump version for release
v0.0.11-beta
chore: Bump version for next release
v0.0.10
Note - This release includes a fix for missing indexes on the 'slot' column in different stores. These missing indexes were causing slowdowns in rollback operations on the mainnet, resulting in sync lag. This release addresses this issue.
Furthermore, this release is fully compatible with the previous version 0.0.9. By simply running this version, the database will be automatically migrated.
What's Changed
- Folder refactor by @satran004 in #61
- fix: Add missing indexes on slot column to fix slow delete query duri… by @satran004 in #62
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- Added support for slots in epoch by @satran004 in #57
- Reward api endpoints and CCL 0.5.0 related changes by @satran004 in #58
Full Changelog: v0.0.8...v0.0.9
v0.0.8
Full Changelog: v0.0.6...v0.0.8
v0.0.7
Bump version for 0.0.7 rel