Skip to content

Releases: rooch-network/rooch

v0.8.2

01 Dec 10:09
e790ad2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

27 Nov 01:13
f2ccbde
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

22 Nov 01:19
1d8c991
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.7...v0.8.0

v0.7.8-beta

20 Nov 06:42
2260029
Compare
Choose a tag to compare
v0.7.8-beta Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.7...v0.7.8-beta

v0.7.7

16 Nov 11:03
69d779d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.6...v0.7.7

v0.7.6

25 Oct 03:28
dcae2ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.5...v0.7.6

v0.7.5

21 Oct 15:39
5867565
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.4...v0.7.5

v0.7.4

13 Oct 12:47
196f293
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.3...v0.7.4

v0.7.3

30 Sep 17:31
c62cea0
Compare
Choose a tag to compare

Major Changes in v0.7.3

New Features

  • Added signatories as file suffixes.
  • Introduced socket and service metrics.
  • Implemented Bitseed CLI migration to Rooch.
  • Added data length tracking to segments.
  • Added BTC sync interval to deploy script.
  • Added UTXO timelock weight and updated coin names.
  • Added Nostr support and fixed SDK-KIT e2e tests.
  • Added task scheduling command and refactored wallet context API.

Improvements

  • Refined DA stream definitions and implementation.
  • Refactored relayer to resolve sync process block issues.
  • Fixed mainnet deployment issues and CI mainnet.
  • Updated container names for mainnet and testnet.
  • Improved reorg and pending block handling for Bitcoin Move.
  • Refactored oracle command and implemented Rooch Oracle.
  • Released frameworks v11, v12, and v13.

Bug Fixes

  • Fixed client errors by adding null checks and input validation.
  • Fixed access path in RPC.
  • Fixed AdminCap and released gas market v1.
  • Fixed issue #2707.
  • Fixed UTXO drop bug and reset main genesis.

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2-test

25 Sep 01:10
bd855b7
Compare
Choose a tag to compare
v0.7.2-test Pre-release
Pre-release
[cli] Fix upgrade-gas-config command, build tx and do not directly si…