-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Rust/Greenfield]: Move BNB Greenfield to Rust #3597
Conversation
* Add `TxBuilder` * TODO add `TransferOut` message
path = ".." | ||
|
||
# Prevent this from interfering with workspaces | ||
[workspace] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's happening here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fuzz/Cargo.toml
is generated by calling cargo fuzz init
command.
So this is a workaround for the tw_greenfield/fuzz
to not be affected by the parent workspace.
Description
Move BNB Greenfield chain to Rust.
How to test
Improvements
chainId
value to "1017"Checklist
If you're adding a new blockchain