Skip to content
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

Merged
merged 22 commits into from
Dec 21, 2023

Conversation

satoshiotomakan
Copy link
Collaborator

@satoshiotomakan satoshiotomakan commented Dec 12, 2023

Description

Move BNB Greenfield chain to Rust.

How to test

Improvements

  • Fix Greenfield chainId value to "1017"
  • Add Greenfield mainnet transaction tests
  • Add support for multiple messages per transaction

Checklist

  • Create pull request as draft initially, unless its complete.
  • Add tests to cover changes as needed.
  • Update documentation as needed.
  • If there is a related Issue, mention it in the description.

If you're adding a new blockchain

  • I have read the guidelines for adding a new blockchain.

@satoshiotomakan satoshiotomakan marked this pull request as ready for review December 19, 2023 13:25
path = ".."

# Prevent this from interfering with workspaces
[workspace]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's happening here?

Copy link
Collaborator Author

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.

@satoshiotomakan satoshiotomakan merged commit d2d66f2 into master Dec 21, 2023
11 checks passed
@satoshiotomakan satoshiotomakan deleted the s/rust-greenfield branch December 21, 2023 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants