Skip to content

Releases: bloxbean/yaci-store

0.1.0-rc5

03 Aug 03:35
Compare
Choose a tag to compare

This release requires a full sync from the beginning

  • Compatible with Cardano Node 9.1.0
  • Updated Conway genesis files for all networks.
  • Added a new "epoch" column in the local_protocol_param table to store protocol parameters per epoch when N2C settings are enabled.
  • Fixed N2C local query issues while retrieving reward balance from the node in Conway era.

What's Changed

Full Changelog: v0.1.0-rc4...v0.1.0-rc5

0.1.0-rc4

16 Jul 12:34
Compare
Choose a tag to compare

This release requires a full sync from the beginning

  • Compatible with latest Cardano Node 9.0.0
  • Conway era specific changes

What's Changed

Full Changelog: v0.1.0-rc3...v0.1.0-rc4

0.1.0-rc3

10 May 15:42
Compare
Choose a tag to compare

This release requires a full sync from the beginning

What's Changed

Full Changelog: v0.1.0-rc1...v0.1.0-rc3

v0.1.0-rc2

10 May 12:39
Compare
Choose a tag to compare
chore: Bump version for next release

v0.1.0-rc2-preview3

02 May 12:59
Compare
Choose a tag to compare
v0.1.0-rc2-preview3 Pre-release
Pre-release
chore: Bump version

v0.1.0-rc2-preview2

01 Feb 06:55
79ea3cc
Compare
Choose a tag to compare
v0.1.0-rc2-preview2 Pre-release
Pre-release
chore: Updated CCL and Yaci dependencies (#188)

* chore: Updated CCL and Yaci dependencies

* chore: Add keepAlive number in the log message to track response

v0.1.0-rc2-preview1

20 Jan 16:05
Compare
Choose a tag to compare
v0.1.0-rc2-preview1 Pre-release
Pre-release
chore: Bump for preview release

0.1.0-rc1

10 Jan 04:04
e249895
Compare
Choose a tag to compare

This release requires a full sync from the beginning

This is the first release candidate for Yaci Store 0.1.0 !!!

Key Changes

  • Sanchonet support
  • First release of Governance store with Governance proposal and Voting Procedures data
  • Option to process blocks in parallel
  • Account module to calculate address balance
  • Added Tx witnesses data to transaction store
  • Added protocol param updates to epoch store
  • Option to enable / disable a specific store's api module
  • New endpoints (Asset store)
  • UtxoStorage implementation with RocksDB (Optional)
  • Bug fixes
  • Spring Boot 3.2.1 support

What's Changed

New Contributors

Full Changelog: v0.0.12.1...v0.1.0-rc1

0.0.13-beta1

20 Oct 11:54
Compare
Choose a tag to compare
0.0.13-beta1 Pre-release
Pre-release

Important

There are some known issues when this version is used as a library. Therefore, this version should only be used as a standalone application.

What's Changed

Full Changelog: v0.0.12...v0.0.13-beta1

v0.0.12.1

27 Sep 04:23
501b488
Compare
Choose a tag to compare
v0.0.12.1 Pre-release
Pre-release
Merge pull request #99 from bloxbean/feat_98

Add support to search redeemer data by data hash