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

Add build+test CI,rustfmt.toml, various minor fixes and formatting #1

Merged
merged 4 commits into from
Jan 12, 2024

Conversation

makemake-kbo
Copy link
Contributor

@makemake-kbo makemake-kbo commented Jan 12, 2024

Adds a rustfmt.toml for use with cargo +nightly fmt to enforce a strict coding style.

I have also added a workflow for building and running unit tests.

Note: Unrelated to the PR but clippy produces a bunch of access out of bounds errors for the ERC20 impl. Probably something to be looked at. If not I recommend using #[allow(clippy::out_of_bounds_indexing)] to silence it.

@makemake-kbo makemake-kbo changed the title Add rustfmt.toml, various minor fixes and formatting Add build+test CI,rustfmt.toml, various minor fixes and formatting Jan 12, 2024
@cairoeth
Copy link
Owner

thanks @makemake-kbo! fixed the out of bounds bug and the workflow which was missing features

@cairoeth cairoeth merged commit 657068d into cairoeth:main Jan 12, 2024
2 checks passed
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