Skip to content

Releases: bloxbean/yaci-store

v0.0.12

20 Sep 11:19
Compare
Choose a tag to compare

Key Changes

  • Added opcert related fields in block store
  • Cleanup scheduler for cursor table
  • New endpoint to get redeemers of a transaction
  • Db files path change

Breaking Change

  1. This release requires a full sync from the beginning
  2. This version of the library requires a different path for the Flyway DB file locations. Here is the new location for Yaci Store's DB files, which should be added to application.yaml if you are using it as a library.
spring:
  flyway:
    locations: classpath:db/store/{vendor}
    out-of-order: true

What's Changed

  • feat: Check valid/invalid cursor blocks during restart by @satran004 in #81
  • feat: #82 Api to get redeemers for a transaction by @satran004 in #83
  • chore: Store migration files path changed from db/migration to db/sto… by @satran004 in #84
  • fix: Added missing opcert and epoch slot by @satran004 in #85
  • feat: Enable cleanup of cursor table by @satran004 in #86
  • fix: #87 Use BlockSync to check if Block exists instead of BlockRange… by @satran004 in #88
  • Genesis hash by @satran004 in #90
  • fix: Fix account module to avoid error. Added blockTime by @satran004 in #91
  • chore: Listen to new onBlock event instead of onTransaction by @satran004 in #93
  • Account balance history by @satran004 in #94
  • Update extraEntropy field type to Tuple instead of String by @satran004 in #95

Full Changelog: v0.0.11...v0.0.12

0.0.12-beta3

11 Sep 03:33
Compare
Choose a tag to compare
0.0.12-beta3 Pre-release
Pre-release
v0.0.12-beta3

chore: Bump version for next beta

v0.0.12-beta2

25 Aug 17:12
Compare
Choose a tag to compare
v0.0.12-beta2 Pre-release
Pre-release
chore: Bump version for release

v0.0.11

19 Aug 15:54
Compare
Choose a tag to compare

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

17 Aug 05:27
Compare
Choose a tag to compare
v0.0.11-beta4 Pre-release
Pre-release
chore: Bump version number

v0.0.11-beta3

07 Aug 05:10
Compare
Choose a tag to compare
v0.0.11-beta3 Pre-release
Pre-release
Bump version for next beta

v0.0.11-beta2

04 Aug 04:46
Compare
Choose a tag to compare
chore: Bump version for release

v0.0.11-beta

25 Jul 15:59
Compare
Choose a tag to compare
chore: Bump version for next release

v0.0.10

25 Jun 12:50
Compare
Choose a tag to compare

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

12 Jun 16:21
017c8a3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9