Rooch's Development Progress
New features
- [CLI] Support session key in CLI (#629) (2023-08-15) @jolestar
 - implement accumulator store and proof verification (#605) (2023-08-15) @Rahman
 - add 
rooch server cleanto rooch cli (#634) (2023-08-16) @Rahman - [gh-650] implement BTCAddress Move module and return type. (#651) (2023-08-17) @feliciss
 - Check compatibility when upgrading modules (#658) (2023-08-19) @0xPause
 - Implemented GasMeter for runtime calls in VM. (#667) (2023-08-19) @stevenlaw123
 
Major refactoring
- [types] Migrate module bindings from rooch-framework to rooch-types (#623) (2023-08-14) @jolestar
 - [gh-621] refactor algorithms and validators. (#636) (2023-08-15) @feliciss
 - [gh-641] unify coin id to u64 and refactor blockchain scheme. (#642) (2023-08-16) @feliciss
 - [VM] Refactor view_function result, return the VMStatus to caller (#646) (2023-08-16) @jolestar
 - [MoveOS & Executor] Refactor validator to let caller got VMStatus (#655) (2023-08-18) @jolestar
 
Improvements and fixes
- add weekly 2023-08-14 (#624) (2023-08-14) @Joe Chen
 - typescript sdk part of issues/585 (#597) (2023-08-14) @sven Tan
 - Auto test for module publishing in Move (#632) (2023-08-14) @0xPause
 - update 
rooch-cli.zh-CN.mdxand translate it (#637) (2023-08-15) @Joe Chen - refine README.md (#639) (2023-08-16) @subodhi
 - [SessionKey] Check the transaction va session scope (#640) (2023-08-16) @jolestar
 - fix const typo => 
EFunctionCallBeyondSessionScope(#645) (2023-08-16) @Joe Chen - Update blog example READMEs (#654) (2023-08-17) @wubuku
 - docs: refine CONTRIBUTING.md (#649) (2023-08-18) @subodhi
 - [gh-652] implement ETHAddress Move module and return type, tests for the implementation. (#659) (2023-08-17) @feliciss
 - [MoveOS] Fix raw_table error code bug (#666) (2023-08-19) @jolestar
 - ci: use script to check lint (#668) (2023-08-20) @subodhi
 
Rooch Community Dev Meeting
- For a detailed discussion on how multi-chain tokens are mapped to Rooch, see #626 (opens in a new tab)
 - Discusses defining Rooch's chain ID on the Ethereum network
 - Discussing Gas and Gas providers
 - Show Dashboard