Release 0.29.0
pallas@0.29.0 pallas-addresses@0.29.0 pallas-applying@0.29.0 pallas-codec@0.29.0 pallas-configs@0.29.0 pallas-crypto@0.29.0 pallas-hardano@0.29.0 pallas-math@0.29.0 pallas-network@0.29.0 pallas-primitives@0.29.0 pallas-rolldb@0.29.0 pallas-traverse@0.29.0 pallas-txbuilder@0.29.0 pallas-utxorpc@0.29.0 pallas-wallet@0.29.0 Generated by cargo-workspaces
This commit is contained in:
parent
9528bedfda
commit
f1a90e84fa
16 changed files with 79 additions and 63 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -2,6 +2,21 @@
|
|||
## [Unreleased]
|
||||
|
||||
|
||||
<a name="v0.29.0"></a>
|
||||
## [v0.29.0] - 2024-07-15
|
||||
### Chore
|
||||
- **interop:** update u5c spec to v0.7.0 ([#489](https://github.com/txpipe/pallas/issues/489))
|
||||
- **interop:** update u5c specs to v0.6 ([#485](https://github.com/txpipe/pallas/issues/485))
|
||||
|
||||
### Feat
|
||||
- **hardano:** add fuzzy block search by slot in Immutable db ([#484](https://github.com/txpipe/pallas/issues/484))
|
||||
|
||||
### Fix
|
||||
- **interop:** map missing u5c redeemers ([#490](https://github.com/txpipe/pallas/issues/490))
|
||||
- **interop:** use correct input order to match redeemers ([#487](https://github.com/txpipe/pallas/issues/487))
|
||||
- **interop:** check for spend purpose when matching redeemers ([#486](https://github.com/txpipe/pallas/issues/486))
|
||||
|
||||
|
||||
<a name="v0.28.0"></a>
|
||||
## [v0.28.0] - 2024-07-01
|
||||
### Build
|
||||
|
|
@ -1207,7 +1222,8 @@ handshake, chainsync, localstate and blockfetch mini-protocols changed the API s
|
|||
- apply fmt to entire workspace
|
||||
|
||||
|
||||
[Unreleased]: https://github.com/txpipe/pallas/compare/v0.28.0...HEAD
|
||||
[Unreleased]: https://github.com/txpipe/pallas/compare/v0.29.0...HEAD
|
||||
[v0.29.0]: https://github.com/txpipe/pallas/compare/v0.28.0...v0.29.0
|
||||
[v0.28.0]: https://github.com/txpipe/pallas/compare/v0.27.0...v0.28.0
|
||||
[v0.27.0]: https://github.com/txpipe/pallas/compare/v0.26.0...v0.27.0
|
||||
[v0.26.0]: https://github.com/txpipe/pallas/compare/v0.25.0...v0.26.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue