-
Notifications
You must be signed in to change notification settings - Fork 2
create rust float lib #46
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
9d8c855
initialize cargo crate
0xgleb 87ee8ea
update ci
0xgleb f87cde3
add ci concurrency config
0xgleb 01a5439
--amend
0xgleb 5966f99
db wip
0xgleb 22c1815
set up db
0xgleb ee2e1b3
fn parse
0xgleb f13d5bc
parse and format
0xgleb b64c150
make tests pass
0xgleb b897ac7
calculator
0xgleb 71b2dd6
refactor duplicated code with execute_call
0xgleb 1db9614
proptest
0xgleb ef69abe
add & sub
0xgleb 7058f38
decode revert
0xgleb 6097c43
test edge cases
0xgleb 587ef3e
add rainix-sol-prelude step
0xgleb 507419a
make clippy happy
0xgleb 0dcf889
address ai feedback
0xgleb d8a7a02
make wasm builds work and update ci
0xgleb d723797
fix nix flake
0xgleb b4b59fa
fix ci garbage collection
0xgleb fea8b56
selector refactor
0xgleb 9d19c9e
arb float generation
0xgleb 0007e78
fix wasm build
0xgleb 865d469
Merge branch 'main' into feat/float-lib
thedavidmeister 9e62a2c
use thread_local! to reduce the number of initializations
0xgleb 0a7c1b7
update parse test
0xgleb c298fa7
make clippy happy
0xgleb dbe108f
rm once_cell
0xgleb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then | ||
| URL=https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc | ||
| HASH=sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM= | ||
| source_url "$URL" "$HASH" | ||
| fi | ||
|
|
||
| watch_file flake.lock | ||
| watch_file flake.nix | ||
|
|
||
| use flake . --verbose --show-trace |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,4 @@ | ||
| out | ||
| cache | ||
| cache | ||
| .direnv | ||
| target | ||
|
thedavidmeister marked this conversation as resolved.
|
||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "solidity.compileUsingRemoteVersion": "v0.8.25+commit.b61c2a91", | ||
| "solidity.formatter": "forge" | ||
| } |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.