Skip to content

Releases: GiraffeChain/giraffe

v1.0.5

09 Oct 12:58
b0a4ac7
Compare
Choose a tag to compare

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

29 Sep 20:37
Compare
Choose a tag to compare

Changes

  • Update staking de-registration

Full Changelog: v1.0.3...v1.0.4

v1.0.3

29 Sep 17:33
Compare
Choose a tag to compare

Changes

  • Release process updates

Full Changelog: v1.0.2...v1.0.3

v1.0.1

29 Sep 00:30
Compare
Choose a tag to compare

Changes

  • Node P2P improvements
  • Staking retry logic

Full Changelog: v1.0.0...v1.0.1

v1.0.0

27 Sep 01:56
4c40f7a
Compare
Choose a tag to compare

What's Changed

  • Backwards incompatible changes
    • Removed BlockHeader.parentSlotId
    • Removed StakerCertificate.thresholdEvidence
    • Removed TransactionInput.value
    • Remove Value
    • Moved Value fields into TransactionOutput
  • Rename Flutter app to "Giraffe Frontend" (Previously "Giraffe Wallet")
  • Testnet2 Launched

Full Changelog: v0.0.19...v1.0.0

v0.0.19

26 Sep 14:05
Compare
Choose a tag to compare

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

18 Sep 21:19
Compare
Choose a tag to compare

What's Changed

  • Faucet fixes
  • Faucet docs
  • SDK Giraffe#dispose renamed to close

Full Changelog: v0.0.17...v0.0.18

v0.0.17

18 Sep 13:20
Compare
Choose a tag to compare

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

12 Sep 00:45
Compare
Choose a tag to compare

Added "Address View" page to wallet. First release under GiraffeChain org.

v0.0.15

11 Sep 21:25
Compare
Choose a tag to compare

Updates to the TypeScript SDK, especially with the graph API.