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

[SUI]: Move SUI blockchain to Rust #3769

Merged
merged 32 commits into from
Apr 11, 2024
Merged

[SUI]: Move SUI blockchain to Rust #3769

merged 32 commits into from
Apr 11, 2024

Conversation

satoshiotomakan
Copy link
Collaborator

@satoshiotomakan satoshiotomakan commented Apr 3, 2024

Description

Move SUI blockchain implementation to Rust.
At this PR, I added the transaction builder along with the direct transaction signing.

How to test

Run C++, Rust, iOS, Android tests

Types of changes

Add the following transaction types:

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 and others added 26 commits March 22, 2024 13:05
* Add fuzz tests
@satoshiotomakan satoshiotomakan marked this pull request as ready for review April 8, 2024 11:41
Copy link

github-actions bot commented Apr 8, 2024

Binary size comparison

➡️ aarch64-apple-ios: 11.49 MB

➡️ aarch64-apple-ios-sim: 11.49 MB

➡️ aarch64-linux-android: 14.84 MB

➡️ armv7-linux-androideabi: 12.48 MB

➡️ wasm32-unknown-emscripten: 10.24 MB

Milerius
Milerius previously approved these changes Apr 11, 2024
@satoshiotomakan satoshiotomakan merged commit 49a36fc into master Apr 11, 2024
11 checks passed
@satoshiotomakan satoshiotomakan deleted the s/rust-sui branch April 11, 2024 11:25
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