-
Notifications
You must be signed in to change notification settings - Fork 310
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
refactor: Serialize trait impls for U128 following intrinsic Noir serialization #11142
Merged
benesjan
merged 27 commits into
master
from
01-10-refactor_using_u128_in_contract_function_args
Jan 21, 2025
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
96c1268
refactor: using U128 in contract function args
benesjan 8812c56
fmt
benesjan 3cd45dd
WIP on U128 encoding
benesjan 002bcb3
fixes
benesjan fee2f30
WIP
benesjan 30f23ac
endianness fix
benesjan adb2c39
Revert "endianness fix"
benesjan 1c1d91f
fix
benesjan 8a8606d
fixes
benesjan 9d9e37b
last touches
benesjan 6cea53f
fixes
benesjan 01b849e
comp fixes
benesjan 4e19d43
fixed mint_to_public test
benesjan cf78c3c
lending test fix
benesjan 33e4714
more fixes
benesjan c95cef7
cleanup
benesjan d9928a0
more fixes
benesjan 4d5e609
removing incorrect error check
benesjan dc76abb
even more fixes
benesjan d814d30
WIP guides fix
benesjan fa4840c
fix
benesjan 50af322
fix
benesjan a3a580c
fix
benesjan a3b5802
build fix
benesjan 1af6c37
comment
benesjan f35480c
gas_estimation test issue workaround
benesjan 277c374
deriving Serialize for Position
benesjan 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
181 changes: 66 additions & 115 deletions
181
noir-projects/noir-contracts/contracts/amm_contract/src/main.nr
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 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 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 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 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 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
Oops, something went wrong.
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.
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.
Will address this immediately in a follow-up PR.