-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Allow variable length message in ed_verify #6419
Merged
+113
−32
Merged
Changes from all commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
54ca7dd
LDC multi-chunk contract
vaivaswatha 40f371f
Some updates to build with dento/blob-tx branches of fuel-core and fu…
vaivaswatha 686d275
Support for the BSIZ and BLDD instructions
vaivaswatha eedd49a
feat: support using 4 registers with ED19
kayagokalp 4bd4ac7
chore: bump to use fuel-core v0.31.0 and sdk v0.65.1 (#6252)
kayagokalp ebb030b
feat: create and deploy a reference proxy contract for contracts with…
kayagokalp 0aa3ee5
Updates ABI with program_type and hash based ids.
esdrubal 6ee44ec
Uses fuels-core updated branch.
esdrubal 7c9133f
Changed fuel_abi to return Result.
esdrubal 6e22225
Updates fuel-vm and fuel-core to latest.
esdrubal 97fb129
Passes resolved_type to get_abi_type_id.
esdrubal 93368c0
Fixes cargo clippy.
esdrubal d6f4f5b
Use resolved types.
esdrubal cac38d7
Fixes generic enums and structs type ids.
esdrubal 79299fb
Updates cargo crates.
esdrubal b4b6de9
Fixes.
esdrubal fd1d9ea
Fixes.
esdrubal 8b574bf
Updates Cargo.lock
esdrubal c5cf48b
Updates json_abi_oracle_new_encoding.json files.
esdrubal 49b8196
Updates hardcoded JSON ABI.
esdrubal 2c90f01
Updates usage of module name.
esdrubal 9c41ee5
Fixes cargo clippy.
esdrubal 9d7d1de
Fixes hardcoded JSON ABI.
esdrubal 82d79b3
Renames typesMetadata to metadataTypes.
esdrubal 40d3b11
Fixes fuel-abi-types version.
esdrubal 3de40c9
Adds missing fields to TEST_JSON_ABI.
esdrubal ab5bc18
Updates json_abi files.
esdrubal d22361c
Makes json-abi-with-callpaths true by default and removed flag.
esdrubal 9f64110
Updates fuel-abi-types version.
esdrubal f7553bf
Reverts wrong renaming.
esdrubal b711f40
Removes remaining json-abi-with-callpaths flag.
esdrubal 5bad022
Fixes abi generation.
esdrubal 0a7757f
Adds missing fuels entry in Cargo.toml.
esdrubal 4891138
Updates proxy_contract-abi.json
esdrubal db0ace8
Updates vm opcodes in std and parser.
esdrubal 92e17ad
Updates Cargo.lock.
esdrubal 67b8ac0
Revert "feat: create and deploy a reference proxy contract for contra…
esdrubal 10cd8ec
Fixes build.
esdrubal 93866ff
Moved comments up because of sway formatter.
esdrubal 6217d38
Fixes build.
esdrubal dbe53c3
Updates changed json abis.
esdrubal 6275234
Replaces static_gas_price with starting_gas_price.
esdrubal 7c3dae2
Replaces Contract::new with Contract::regular.
esdrubal 1d55638
Partially reverts LDC changes.
esdrubal 0d3f777
Updates proxy-abi contract .bin .json.
esdrubal fa2fe1b
add updated .abi .json files
kayagokalp 49604c1
fix tests by pinning storage slot
kayagokalp 74333f0
Merge branch 'master' into esdrubal/abi_changes
IGI-111 3ceb59e
Merge branch 'master' into esdrubal/abi_changes
sdankel d340feb
add len parameter and tests
SwayStar123 3b3b92a
Merge branch 'master' into swaystar123/variablelengthed_verify
Voxelot a9bcbf8
Merge branch 'master' into swaystar123/variablelengthed_verify
SwayStar123 3ed7e1b
change ed_verify to take in msg instead of hash
SwayStar123 35e980e
remove len parameter, add 0 len fail check
SwayStar123 238da66
remove unnecessary msg hashes
SwayStar123 2fe1a25
rewrite test
SwayStar123 a5b2bea
fmt
SwayStar123 4cd64fb
use fixed private key in rust code to generate sigs
SwayStar123 97dfaaa
Merge branch 'master' into swaystar123/variablelengthed_verify
SwayStar123 c4480fa
manual fmt
SwayStar123 a4c80a4
remove tab
SwayStar123 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 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.
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.
Just checking: did you mean to leave this old test in a comment?