Releases: bloxbean/yaci-store
Releases · bloxbean/yaci-store
v0.1.1
Critical Fix
- #420 Parse error in redeemer (mainnet) by @satran004 in #421
Other changes
- Update Docker images to 0.1.0 by @satran004 in #390
- fix: #399 Add serializer to convert amount from BigIn to String by @satran004 in #404
- Blockfrost Block by number/hash api Response Format Mismatch by @satran004 in #405
- fix: #399 Refactor 'amount' handling and add API test for Tx UTxOs by @satran004 in #406
Full Changelog: v0.1.0...v0.1.1
rel-graal-0.2.0-graal-preview1
Bump version for graal release
rel-graal-0.1.1-graalvm-preview2
Update gradle.properties version to 0.1.1-graalvm-preview2
rel-graal-0.1.1-graalvm-preview1
Rename workflow for more accurate description
v0.1.0
What's Changed
- Update Spring Boot versions and add dependency properties by @satran004 in #377
- fix: handle NativeScript as script ref by @Sotatek-HuyLe3a in #378
- [script store] handle exception when getting script hash by @Sotatek-HuyLe3a in #384
- chore: bump version for yaci, cardano-client-lib, cardano-client-backend, cardano-client-backend-ogmios by @Sotatek-HuyLe3a in #386
Full Changelog: v0.1.0-rc6...v0.1.0
v0.1.0-rc7
Bump version for release
v0.1.0-rc7-mvn-test
Update project version to 0.1.0-rc7-mvn-test
0.1.0-rc6
Key Changes
- Live (Local) governance data through n2c settings
- If n2c settings are enabled, Yaci-store fetches the current governance state data, such as governance action status and DRep stake distribution, and stores it in tables with the prefix "local_".
- Read-only mode: When enabled, a Yaci-store instance doesn't start the sync process and only serves data from the database.
What's Changed
- Store governance state from local query by @Sotatek-HuyLe3a in #315
- feat: Pool support for N2c connections by @satran004 in #343
- Add endpoints for current committee, current constitution by @Sotatek-HuyLe3a in #348
- chore: Use LocalClientProviderManager for local epoch param and governance state by @Sotatek-HuyLe3a in #344
- feat: Handle local dRep stake distribution and introduce new properties by @Sotatek-HuyLe3a in #346
- Ignore updating local data when auto sync is off by @Sotatek-HuyLe3a in #353
- Refactor UtxoProcessor to handle transactions without collateral return by @satran004 in #355
- chore: Update related to era value in fetching local data by @Sotatek-HuyLe3a in #358
- fix: Add bean condition in LocalCommitteeService class by @Sotatek-HuyLe3a in #361
- Add new local/live governance and epoch endpoints configuration by @satran004 in #362
- Add policyId and assetName extraction for balances by @satran004 in #364
- feat: Support read-only mode by @Sotatek-HuyLe3a in #366
- feat: Add get transactions by address endpoint by @satran004 in #369
Full Changelog: v0.1.0-rc5...v0.1.0-rc6
0.1.0-rc5
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
- Local query reward balance failure due to incorrect era & AccountController's path variable fix by @satran004 in #325
- chore: update sanchonet config/genesis file by @Sotatek-HuyLe3a in #328
- Fix the issue related to local protocol param fetching in Sanchonet by @Sotatek-HuyLe3a in #331
- [governance] Update migration script by @Sotatek-HuyLe3a in #318
- Add "epoch" column to local_epoch_param table by @satran004 in #335
- Update to align the latest Cardano node (9.1.0) by @Sotatek-HuyLe3a in #334
Full Changelog: v0.1.0-rc4...v0.1.0-rc5
0.1.0-rc4
This release requires a full sync from the beginning
- Compatible with latest Cardano Node 9.0.0
- Conway era specific changes
What's Changed
- Handle pp getMinFeeRefScriptCostPerByte in 8.11.0 by @satran004 in #285
- chore: Update changes for next Sanchonet release 8.11.0 by @Sotatek-HuyLe3a in #286
- fix: Avoid re-saving committee member data when restarting the service by @Sotatek-HuyLe3a in #290
- chore: add start_epoch to committee_member table by @Sotatek-HuyLe3a in #291
- chore: add metric collector in account module by @Sotatek-HuyLe3a in #292
- fix: #283 remove index creation for utxo_amount table by @satran004 in #295
- Fix 294 : Calculate Byron Tx fee from inputs and outputs by @satran004 in #296
- fix: #299 apply previous era rules if network starts directly from Babbage or Conway era by @satran004 in #300
- chore: Add minFeeRefScriptCostPerBytes to protoclol params dto by @satran004 in #301
- fix: #381 map voting and proposing redeemer to script hash by @satran004 in #282
- feat: add 'constitution' table by @Sotatek-HuyLe3a in #302
- chore: #307 Get PP with target epoch as previous epoch by @satran004 in #310
- #308 Store script_ref in Txn output to script table by @satran004 in #312
- fix: Update data type to longtext to fix sql error by @satran004 in #314
- fix: For custom network starting with Conway era, pp local query fail… by @satran004 in #311
- chore: #313 [governance] Add optional indexes to drop_index/create_index script by @Sotatek-HuyLe3a in #317
Full Changelog: v0.1.0-rc3...v0.1.0-rc4