Releases: dashpay/rust-dashcore
Releases · dashpay/rust-dashcore
Rust DashCore v0.33.3
What's Changed
- fix: further block deserialization fixes by @ogabrielides in #46
Rust DashCore v0.33.2
What's Changed
- fix: block deserialization by @QuantumExplorer in #45
Rust DashCore v0.33.1
What's Changed
- chore: removed BLS cpp library by @QuantumExplorer in #44
Full Changelog: 0.33.0...0.33.1
Rust DashCore v0.33.0
Rust DashCore v0.32.0
What's Changed
- Add DIP 14 derivation and DIP 9 known derivation Paths. by @QuantumExplorer in #39
Rust DashCore v0.31.0
What's Changed
- Merge upstream by @tonykode in #1
- feat: add
From<[u8; 36]>
forOutPoint
by @antouhou in #3 - feat: InstanLock derives Debug by @antouhou in #4
- feat: special transactions by @QuantumExplorer in #5
- feat: additional serialization for asset unlocks by @QuantumExplorer in #6
- better asset unlocks by @QuantumExplorer in #7
- more updates for asset unlocks by @QuantumExplorer in #8
- fix(transaction): get_out_point reverses tx hash by @markin-io in #9
- chore: update libs and add new logo by @QuantumExplorer in #10
- fix: CI by @QuantumExplorer in #12
- Revert "fix(transaction): get_out_point reverses tx hash (#9)" by @markin-io in #13
- backport: backporting upstream by @shotonoff in #19
- fix: modifications for platform compatibility v0.25-dev by @shotonoff in #25
- chore: update rs-x11-hash by @markin-io in #26
- chore: add p2pkh public key hash bytes getter by @shumkov in #28
- chore: implement try into outpoint by @shumkov in #29
- fix: force segwit bip-141 off in tx serialisation by @ogabrielides in #31
- feat: build core asset tx from AssetUnlockBaseTransactionInfo + tests by @ogabrielides in #32
- fix: make build_asset_unlock_tx public by @markin-io in #33
- feat: asset unlock tx size by @markin-io in #34
- refactor: outpoint to bytes 36 by @QuantumExplorer in #35
- fix: network bytes for mainnet keys was wrong by @pauldelucia in #36
- chore: fmt and clean up project. by @QuantumExplorer in #37
- chore: revert to Bitcoin seed by @QuantumExplorer in #38
- chore: clean x11 into feature by @QuantumExplorer in #40
New Contributors
- @tonykode made their first contribution in #1
- @antouhou made their first contribution in #3
- @QuantumExplorer made their first contribution in #5
- @markin-io made their first contribution in #9
- @ogabrielides made their first contribution in #31
- @pauldelucia made their first contribution in #36
Full Changelog: 0.28.0...0.31.0