-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[genesis] Fix Sequencer config for genesis (#1699)
* [cli] remove bitcoin network option * [cli] remove btc_start_block_height option * [bitcoin-move] add genesis block height * [bitcoin] Use genesis block height when sync block * stop gas metering for L1 block trasnaction. * [vm] Stop charge gas for bypass_visibility function, and give init gas to sequencer * [cli] Add test env to config * [cli] Remove relayer account config * [genesis] Fix the genesis config for testnet * [ci] Remove btc-network from CI config * [testsuite] disable bitseed test * [stdlib] release stdlib v1 * fixup * replace rooch_queryGlobalStates to rooch_queryObjectStates * [ci] Use pr.sh to run test * fixup * fix up * fix up * fix up
- Loading branch information
Showing
42 changed files
with
343 additions
and
301 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
crates/rooch-framework/doc linguist-generated=true | ||
moveos/moveos-stdlib/move-stdlib/doc linguist-generated=true | ||
moveos/moveos-stdlib/moveos-stdlib/doc linguist-generated=true | ||
frameworks/rooch-framework/doc linguist-generated=true | ||
frameworks/move-stdlib/doc linguist-generated=true | ||
frameworks/moveos-stdlib/doc linguist-generated=true | ||
frameworks/bitcoin-move/doc linguist-generated=true | ||
frameworks/rooch-nursery/doc linguist-generated=true |
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
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
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
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
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
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
Oops, something went wrong.