-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[genesis] Release framework v9 and reset main genesis (#2599)
- Loading branch information
Showing
11 changed files
with
50 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Rooch Move Framework v8 | ||
|
||
** Note: This version contains breaking changes and is not compatible with the previous version.** | ||
|
||
## Major changes | ||
|
||
1. Bitcoin-related improvements: | ||
- Implemented Bitcoin consensus encode/decode | ||
- Added support for TempStateDropEvent for UTXO and Inscription | ||
- Refactored ordinals inscription updater | ||
- Fixed inscription bugs and skipped op return | ||
- Fixed Taproot leaf node serialize bug. | ||
|
||
2. Framework enhancements: | ||
- Introduced oracle functionality and admin capabilities | ||
- Renamed Rooch GasCoin symbol to RGas and Set gas coin icon | ||
- Added onchain_config::ConfigUpdateCap | ||
- Refactored package publishing, Implemented new framework upgrade function and `UpgradeCap` | ||
- Cleaned up deprecated functions and TODOs | ||
- Cleaned up transaction sequence info compatible code | ||
- SignData use bitcoin consensus encode to serialize. | ||
- Added support for TypeTag and StructTag to canonical string with prefix | ||
- Init rooch dao multisign account when genesis init. | ||
|
||
3. Miscellaneous updates: | ||
- Migrated wasm library from moveos_std to rooch_nursery | ||
- Refactored sort function in moveos_std | ||
- Added unpack_transfer_utxo_event function |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Rooch Move Framework v9 | ||
|
||
* Mint `500000000_00000000` RGas to RoochDAO when genesis init. |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters