Releases: bloxbean/yaci
Releases · bloxbean/yaci
0.3.3
What's Changed
- Feat/graalvm - metadata files by @satran004 in #95
- chore: update cardano-client-core to version 0.6.2 by @Sotatek-HuyLe3a in #98
Full Changelog: v0.3.2...v0.3.3
0.3.2
What's Changed
- chore: #82 fix issue during deserialising gov state query result by @Sotatek-HuyLe3a in #83
- chore: #84 Add 'script' field in result class of local constitution query by @Sotatek-HuyLe3a in #85
- chore: #87 Add N2CVersion 17 to N2CVersionTableConstant by @Sotatek-HuyLe3a in #88
- chore: (GovStateQuery) Add committee votes in the result of deserializing the proposal list by @Sotatek-HuyLe3a in #91
- fix: Redeemer data is the first element in the value array not second. by @satran004 in #94
- chore: support GetProposal and GetRatifyState query by @Sotatek-HuyLe3a in #90
Full Changelog: v0.3.0...v0.3.2
0.3.0
🚀 Key Changes
1. Conway Era Support
- Tested with Node 9.1.0, Node 9.1.1
2. Local Queries
- New Local Queries (#70, #74, #76, #77)
- Implemented local queries for governance data, including
AccountState
,DRepStakeDistribution
, andSPOStakeDistribution
.
- Implemented local queries for governance data, including
3. Network Protocol Enhancements
- Node-to-Node Transaction Submission Protocol (#63)
- Introduced the N2N transaction submission protocol.
- Keep-Alive Message Monitoring (#47)
- Added methods to retrieve the last keep-alive message and its receive time for monitoring connection health.
- Connection Alive Check (#46)
- Implemented methods to check the connection status in
BlockSync
andBlockRangeSync
modules.
- Implemented methods to check the connection status in
What's Changed
- Json deserialization issue by @satran004 in #32
- fix: If ArithimaticException, use scale=10 and try again by @satran004 in #34
- New Sanchonet url, Missing Anchor field by @satran004 in #35
- Added asset name as bytes to Amount object by @satran004 in #36
- Fix: Incorrect redeemer data in some transactions by @satran004 in #38
- Add Conway era support (In Progress) by @satran004 in #26
- refactor: Rename gov protocol params and Conway era enum by @satran004 in #40
- Changed diffusion mode to initiatorOnlyDiffusionMode (true) by @satran004 in #42
- Revert handshake by @satran004 in #43
- feat: #45 Add method to return last keep alive message and receive time by @satran004 in #47
- Add method to check if connection is alive in BlockSync/BlockRanngSync by @Sotatek-HuyLe3a in #46
- fix: #50 modify parameter in plutus v3 deserialization by @Sotatek-HuyLe3a in #51
- feat: #49 Handle redeemers as map in Conway era by @satran004 in #52
- feat: #48 Added onParsingError call back to listen to any block parsing error by @satran004 in #53
- feat: #49 Add new redeemer purpose, gov action changes by @satran004 in #54
- fix: Serialize ByteString DI and return instead of internal bytes by @satran004 in #56
- fix: To remove \u0000 in assetname which causes error in postgres db jsonb field by @satran004 in #57
- fix: Handle ARRAY and MAP types in metadata map's key while converting to JSON by @satran004 in #58
- [FEAT] N2N TxSubmission by @nemo83 in #63
- Fixing removal of TX from FIFO queue by @nemo83 in #65
- fix: Change minFeeRefScriptCostPerByte from BigInteger to BigDecimal (node 8.11.0) by @satran004 in #67
- chore: updated netty due to security issues. by @Kammerlo in #72
- Implement Local Queries for Governance-Related Data by @Sotatek-HuyLe3a in #70
- Support Local queries AccountState, DRepStakeDistribution by @Sotatek-HuyLe3a in #74
- Option to suppress connection info log during n2c connection by @satran004 in #75
- Support GetSPOStakeDist and update GetDRepStakeDist by @Sotatek-HuyLe3a in #76
- Change default era to Conway in local queries by @Sotatek-HuyLe3a in #77
- Integration tests fixes by @satran004 in #78
- fix: Handle tag (258) in conway era set while parsing datum array bytes by @satran004 in #80
- Update library versions in gradle/libs.versions.toml by @satran004 in #81
New Contributors
- @Sotatek-HuyLe3a made their first contribution in #46
- @nemo83 made their first contribution in #63
- @Kammerlo made their first contribution in #72
Full Changelog: v0.2.5...v0.3.0
0.3.0-beta15
What's Changed
- chore: updated netty due to security issues. by @Kammerlo in #72
- Implement Local Queries for Governance-Related Data by @Sotatek-HuyLe3a in #70
- Support Local queries AccountState, DRepStakeDistribution by @Sotatek-HuyLe3a in #74
- Option to suppress connection info log during n2c connection by @satran004 in #75
- Support GetSPOStakeDist and update GetDRepStakeDist by @Sotatek-HuyLe3a in #76
- Change default era to Conway in local queries by @Sotatek-HuyLe3a in #77
- Integration tests fixes by @satran004 in #78
New Contributors
Full Changelog: v0.3.0-beta14...v0.3.0-beta15
v0.3.0-beta14
What's Changed
- fix: Handle ARRAY and MAP types in metadata map's key while converting to JSON by @satran004 in #58
- [FEAT] N2N TxSubmission by @nemo83 in #63
- Fixing removal of TX from FIFO queue by @nemo83 in #65
- fix: Change minFeeRefScriptCostPerByte from BigInteger to BigDecimal (node 8.11.0) by @satran004 in #67
New Contributors
Full Changelog: v0.3.0-beta12...v0.3.0-beta14
0.3.0-beta12
What's Changed
- feat: #45 Add method to return last keep alive message and receive time by @satran004 in #47
- Add method to check if connection is alive in BlockSync/BlockRanngSync by @Sotatek-HuyLe3a in #46
- fix: #50 modify parameter in plutus v3 deserialization by @Sotatek-HuyLe3a in #51
- feat: #49 Handle redeemers as map in Conway era by @satran004 in #52
- feat: #48 Added onParsingError call back to listen to any block parsing error by @satran004 in #53
- feat: #49 Add new redeemer purpose, gov action changes by @satran004 in #54
- fix: Serialize ByteString DI and return instead of internal bytes by @satran004 in #56
- fix: To remove \u0000 in assetname which causes error in postgres db jsonb field by @satran004 in #57
New Contributors
- @Sotatek-HuyLe3a made their first contribution in #46
Full Changelog: v0.3.0-beta9...v0.3.0-beta12
0.3.0-beta9
What's Changed
- refactor: Rename gov protocol params and Conway era enum by @satran004 in #40
- Changed diffusion mode to initiatorOnlyDiffusionMode (true) by @satran004 in #42
Full Changelog: v0.3.0-beta8...v0.3.0-beta9
0.3.0-beta8
What's Changed
- New Sanchonet url, Missing Anchor field by @satran004 in #35
- Added asset name as bytes to Amount object by @satran004 in #36
- Fix: Incorrect redeemer data in some transactions by @satran004 in #38
Full Changelog: v0.3.0-beta3...v0.3.0-beta8
0.3.0-beta3 (SanchoNet)
What's Changed
- Json deserialization issue by @satran004 in #32
- fix: If ArithimaticException, use scale=10 and try again by @satran004 in #34
Full Changelog: v0.3.0-beta1...v0.3.0-beta3
0.3.0-beta1 (SanchoNet)
- This version has support for "SanchoNet".