Skip to content

Releases: rooch-network/rooch

v0.6.2

22 Jul 01:57
06342d2
Compare
Choose a tag to compare

Major Updates

  1. Bitcoin b2ms address support.
  2. Fix the module init function panic bug.
  3. CLI account supports private key export and import.
  4. Module metadata upgrade compatibility check.
  5. Support nostr address in CLI and RPC.

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.2-alpha

20 Jul 13:22
ec94857
Compare
Choose a tag to compare
v0.6.2-alpha Pre-release
Pre-release
Only execute the init function when module publishing is successful. …

v0.6.1

16 Jul 09:43
0a4a266
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

15 Jul 01:24
c080c33
Compare
Choose a tag to compare

Rooch Release Notes

Major Updates:

  • Refactored and Improve System Components:

    • ObjectRuntime, Object Storage, and Object modules for better performance, security, and developer friendliness.
    • Introduced rooch-db crate, Improved storage configurations, Enhanced file caching logic, and SQLite optimizations.
    • Proving transaction orders via Sequence proof to ensure security, prepare integrated Babylon for Bitcoin security.
  • Enhanced CLI Commands:

    • Improved commands like rooch account, rooch session-key, rooch object, and rooch move.
    • Beautified CLI outputs.
  • Improved RPC:

    • Standardized Object output format.
    • Support rooch.rpc.discovery.
    • Provided API for querying Move module ABI.
  • Move Virtual Machine Optimization:

    • Implemented vector::append through native functions and added support for Groth16 zero-knowledge proofs.
    • Optimized WASM native support.
  • Enhanced Bitcoin Support:

    • Addressed reorg issues
    • Handle Curse Inscription
    • All CLI and RPC address arguments support Bitcoin address input.
  • System Performance and Gas Optimization:

    • Reduced gas for transfer transactions from approximately 10 million to around 1.5 million.
  • Move Framework v1 Release:

    • Future updates will maintain compatibility.
  • Portal and SDK upgrade: Improve the Portal and release a new SDK, supporting more Bitcoin wallets, OKX wallets, and Onekey wallets.

Additional Improvements:

  • Bug Fixes:

    • State query, testnet deployment, and artifact download issues resolved.
    • Fixed sequencer order bug and improved error handling in various components.
  • Website and Documentation:

    • Updated navigation links, improved website content, and fixed broken URLs.
    • Added new blogs, documentation updates, and improved SEO.
  • Metrics and Monitoring:

    • Added system metrics and started Prometheus server for metrics pulling.
  • Toolchain and Dependencies:

    • Updated dependencies, optimized build processes, and enabled jemalloc for better memory management.

Rooch will continue to improve security and performance, launching the pre-mainnet based on version v0.6.

What's Changed

Read more

0.6.0-alpha

13 Jul 17:39
990dd47
Compare
Choose a tag to compare
0.6.0-alpha Pre-release
Pre-release

0.6.0-alpha

v0.5.7

27 Jun 10:38
911e037
Compare
Choose a tag to compare

This version is compatible with the previous v0.5.6.
We will upgrade the testnet Move framework and upgrade the sequencer node to v0.5.7.

What's Changed

Full Changelog: v0.5.6...v0.5.7

v0.5.6

23 Jun 16:19
6ee1f8f
Compare
Choose a tag to compare

Please note that this version contains break changes. To remove the old data, run rooch server clean—n local.

The default port number has been changed from 50051 to 6767. Please update the ~/.rooch/rooch_config/rooch.yaml file or remove the config file and init it via rooch init.

What's Changed

Full Changelog: v0.5.5...v0.5.6

v0.5.5

17 Jun 02:48
8348c13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

11 Jun 09:55
33d0515
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.5.4

v0.5.2

05 Jun 06:32
1819e4b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2