Releases: GiraffeChain/giraffe
Releases · GiraffeChain/giraffe
v1.0.5
What's Changed
- Basic Dart P2P layer
- Use an older but simpler staking approach (similar to Ouroboros classic)
- Basic asset support
Full Changelog: v1.0.4...v1.0.5
v1.0.4
v1.0.3
v1.0.1
v1.0.0
What's Changed
- Backwards incompatible changes
- Removed
BlockHeader.parentSlotId
- Removed
StakerCertificate.thresholdEvidence
- Removed
TransactionInput.value
- Remove
Value
- Moved
Value
fields intoTransactionOutput
- Removed
- Rename Flutter app to "Giraffe Frontend" (Previously "Giraffe Wallet")
- Testnet2 Launched
Full Changelog: v0.0.19...v1.0.0
v0.0.19
What's Changed
- Improved P2P Syncing, especially with multiple peers
- Improved UI responsive/layout
Full Changelog: v0.0.18...v0.0.19
v0.0.18
What's Changed
- Faucet fixes
- Faucet docs
- SDK
Giraffe#dispose
renamed toclose
Full Changelog: v0.0.17...v0.0.18
v0.0.17
What's Changed
- The Wallet now features a "Transaction Output View", allowing you to view the full contents of a UTxO
- TS SDK compile and module updates, hopefully to make it more compatible between browser/node
- Faucet functionality
Full Changelog: v0.0.16...v0.0.17
v0.0.16
Added "Address View" page to wallet. First release under GiraffeChain org.
v0.0.15
Updates to the TypeScript SDK, especially with the graph API.