-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
R4R: add Mirror/Sync feature, implementation of BEP84 #85
Merged
Conversation
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
7b88101
to
c41c471
Compare
3 tasks
efe0821
to
cc24b6b
Compare
update tokenManager abi transfer relayFee to tokenHub track if a bep20 is bound by mirror and fix decode issue move failure transfer BNB to system reward add bep2Symbol to sync package
cc24b6b
to
807927b
Compare
unclezoro
reviewed
Dec 28, 2020
unclezoro
reviewed
Dec 28, 2020
unclezoro
reviewed
Dec 28, 2020
unclezoro
reviewed
Dec 28, 2020
unclezoro
reviewed
Dec 28, 2020
unclezoro
reviewed
Dec 28, 2020
unclezoro
reviewed
Dec 28, 2020
unclezoro
reviewed
Dec 28, 2020
unclezoro
reviewed
Dec 28, 2020
unclezoro
reviewed
Dec 28, 2020
391bbf5
to
bd4fe24
Compare
bd4fe24
to
4381fc7
Compare
cd398aa
to
84e813c
Compare
84e813c
to
31a6551
Compare
unclezoro
reviewed
Jan 4, 2021
unclezoro
reviewed
Jan 4, 2021
unclezoro
approved these changes
Jan 4, 2021
yutianwu
approved these changes
Jan 4, 2021
3 tasks
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Current bind mechanism is based on the context that our community members are on the Binance Chain and they want to extend their tokens to the Binance Smart Chain. However, with the evolution of our community, things changed. In most cases, users issue bep20 on the Binance Smart Chain first without considering whether they will issue BEP2 on the Binance Chain or not, so a new mechanism to conveniently extend BEP20 assets to the Binance Chain is required. In addition, the new mechanism will encourage users to extend their assets to the Binance Chain which is very helpful to flourish the Binance Chain community.
Implement genesis contract for bnb-chain/BEPs#84