-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support aptos and named address * Allow deposit to aptos chain * Add aptos address type for opreturn * Add aptos address binding storage * Emit event to deposit to aptos * Use NMap to storage non-chainx binding address * Fix ci * Add default dst chain storage Specify the default chain each time you update the address, and deposit to the default chain without filling in the address the next time you deposit. * Fix strange code * Bump spec_version into 24 * Simplify code * Fix note of bitcoin * More generally dstchain * Add named chain address config * Simple representative named address using prefix and length * Register named chain config * Check allowed named chain in deposit info * Follow clippy * Bump spec_version to 25 * Use dst chain proxy address to cross chain Temporarily deposit XBTC to the proxy account and manage the deposit and withdrawals from other chains through the proxy account. Wait for the subsequent implement of ultra-light nodes then cross-chain by burn and mint XBTC. * Remove trustee xbtc reward Due to the inconvenience of calculating the BTC issued at EVM, the XBTC reward of the trustee is temporarily cancelled. * Fix unnecessary if let * Fix fmt * Bump spec_version to 26 Co-authored-by: hacpy <hacpy.lbx@gmail.com>
- Loading branch information
Showing
13 changed files
with
444 additions
and
80 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.