-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Evm staking (#966) * evm staking * add EVM_SYSTEM_ADDR * add getValidatorsLimit * fix * fix mint pay * add max_gas_price_limit * update api * Judging the caller * rm RPCNodeRelease.yml * cliam add validator * fix build * update import * fix decimals * fix fn staker update * fix claim * parse MintOps * parse CoinbaseMint * fix clim * add import_reward * update gas_limit * store trigger transaction * fix evm init * add transaction * fix lint * fix build wasm (#989) * add system replace staker (#988) * add systemReplaceDelegator * add checkpoint * claim remove amount * fix max_gas_price * update log * Add new precompile (#986) * add blake2f precompile * add bn128 precompile * delete add conflict precompile * fix build --------- Co-authored-by: harry <harry@findora.org> Co-authored-by: shaorongqiang <shaorongqiang@gmail.com> * fix macos fn path isuse (#990) * add importCoinBase (#991) * add importCoinBase * update CoinbaseMint * update abi * fix build * fix code * fix clippy * Lock rust version * update docker file * fix rust-toolchain --------- Co-authored-by: shaorongqiang <26101255+shaorongqiang@users.noreply.github.com> Co-authored-by: HarryLiIsMe <42673017+HarryLiIsMe@users.noreply.github.com> Co-authored-by: harry <harry@findora.org> Co-authored-by: shaorongqiang <shaorongqiang@gmail.com> Co-authored-by: Jimmy Sun <75454104+jimmysun0815@users.noreply.github.com> Co-authored-by: Ubuntu <ubuntu@ip-10-20-156-0.us-west-2.compute.internal>
- Loading branch information
1 parent
a6a69da
commit a4a157e
Showing
60 changed files
with
3,915 additions
and
330 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
stable | ||
1.70 |
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.