Skip to content

Releases: penumbra-zone/penumbra

040-themisto.1

12 Jan 22:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 039-praxidike...040-themisto.1

Testnet #40: Themisto

11 Jan 20:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: 039-praxidike...040-themisto

Testnet #39: Praxidike

03 Jan 21:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 038-kalyke...039-praxidike

Testnet #38: Kalyke

12 Dec 21:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: 037-megaclite...038-kalyke

Testnet #37: Megaclite

05 Dec 21:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 036-iocaste.1...037-megaclite

Testnet #36: Iocaste

22 Nov 14:15
c6882e6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 035-taygete...036-iocaste.1

Testnet #35: Taygete

15 Nov 04:24
Compare
Choose a tag to compare

What's Changed

  • [WIP] storage2: add an end-to-end test of storage/state flow and do a docs/API pass by @hdevalence in #1569
  • ICS20 withdrawal implementation by @avahowell in #1511
  • crypto: remove ad-hoc use of signs in balance commitments by @erwanor in #1550
  • storage2: add a transactional object store by @hdevalence in #1576
  • crypto: remove Swap-specific wrapped OVK code (no longer used) by @redshiftzero in #1575
  • Automated testnet CI by @agouin in #1579
  • Integrate new storage code by @zbuc in #1558
  • Governance cleanup by @zbuc in #1582
  • Docker - cross-compile, scratch image, gh actions workflow by @agouin in #1578
  • IBC Component Porting by @zbuc in #1583
  • Make TCT internally clone-on-write and enable sync serialization by @plaidfinch in #1599
  • Add methods to random-access hashes and commitments in NCT storage by @plaidfinch in #1601
  • Move storage2 -> storage by @zbuc in #1603
  • test: add nct-divergence-check feature to smoke test by @redshiftzero in #1604
  • rpc: add an RPC method for asset lookups. by @hdevalence in #1600
  • clean up merkle proof API: move apphash calculation to penumbra_chain by @avahowell in #1605
  • Add non-tls with interfaces on default port for first fullnode by @agouin in #1596
  • ci: try to have smoke tests print log output by @hdevalence in #1607
  • bug: avoid using cached CompactBlock in ShieldedPool::end_block by @hdevalence in #1608
  • Revert "Try specifying default BUILDPLATFORM" by @agouin in #1610
  • Use old dockerfile for docker-compose for now by @agouin in #1611
  • Rename storage trait methods by @zbuc in #1613
  • Re-export JMT imports from storage crate and remove JMT dependencies elsewhere by @zbuc in #1612

Full Changelog: 034-aoede...035-taygete

034-aoede

31 Oct 18:14
e7b5df1
Compare
Choose a tag to compare

This release continued with back-end implementation of the new storage subsystems, as well as improvements to the handling of ephemeral addresses in pcli.

An exciting new feature: you can now view transaction details with cargo run --bin pcli --release -- view tx <TX_HASH>! By default, this will display a tabularized view; you can get full JSON output by adding the --raw flag: cargo run --bin pcli --release -- view tx <TX_HASH> --raw.

What's Changed

New Contributors

Full Changelog: 033-eirene...034-aoede

033-eirene

24 Oct 18:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 032-chaldene.1...033-eirene

Testnet 32: Chaldene

17 Oct 20:26
Compare
Choose a tag to compare

This is a minor release that contains a number of bug fixes and minor improvements. Additionally, deletion was implemented in the jellyfish merkle tree, which will support a better model of indexing which will make it possible to support more sophisticated client features, the AMM, and IBC timeouts.

What's Changed

New Contributors

Full Changelog: 031-autonoe...032-chaldene.1