-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [framework] update docs * [framework] Release framework v11
- Loading branch information
Showing
10 changed files
with
46 additions
and
5 deletions.
There are no files selected for viewing
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,6 @@ | ||
# Rooch Move Framework v10 | ||
|
||
* [bitcoin_move] Add `update_reorg_block_count` function to `pending_block`. | ||
* [moveos_std] Add `has_upgrade_permission` and `ensure_upgrade_permission` function to `module_store`. | ||
* [rooch_framework] Binding bitcoin address when transfer. | ||
* [bitcoin_move] Add assert to ensure threshold for multisign_account. |
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,8 @@ | ||
# Rooch Move Framework v11 | ||
|
||
* [bitcoin_move] Do not frozen the Inscription when burn. | ||
* [bitcoin_move] Add `remove_metaprotocol_attachment` and `exists_metaprotocol_attachment` function to `ord`. | ||
* [moveos_std] Implement `to_json` in `json` module. | ||
* [moveos_std] Add `exists_new_events` and `subscriber_info` function to `event_queue`. | ||
* [bitcoin_move] Temporary pause the ordinals protocol. | ||
* [rooch_nursery] Implement bitseed merge and runner. |
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