-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Blob tx support and fuel-vm 0.56.0 #1988
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 20 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
5545d7c
Add blob tx support
Dentosal 9e4c221
Add changelog entry
Dentosal 97592f6
Merge branch 'master' into dento/blob-tx
Dentosal e7d724e
FIx changelog after merge
Dentosal bd4aae7
Merge branch 'master' into dento/blob-tx
Dentosal c3cba47
fmt
Dentosal d8ea550
Update benches to use the LDCv1
Dentosal d137b4b
Update crates/fuel-core/src/schema/dap.rs
Dentosal b9c610e
Merge branch 'master' into dento/blob-tx
Dentosal 266a474
Update to fuel-vm 0.56.0 proper
Dentosal 968781d
Add regenesis support for blobs
Dentosal bae0a87
Fix issues with exporting tables
Dentosal 2260d80
Update changelog
Dentosal f30853b
Add tests for blob uploading and access
Dentosal ebfc6a9
Cleanup
Dentosal b07688f
Move an import to comply with feature flags
Dentosal 7b3d3ad
Fix link to BlobData table
Dentosal 0fe1e1f
Fix JSON snapshot merging
Dentosal 71b7e88
Fix backwards compatibility for chainconfig fields
Dentosal 819d77e
Update GraphQL schema with new gas costs
Dentosal 550cee7
Gas price API fix
Dentosal 6c66c45
Clippy
Dentosal 2f4393a
Update local configs to match
Dentosal de85def
More "fun" with gas and snapshots
Dentosal 68cb46f
Typo removal
Dentosal a0bdfcc
Comply better with G/W/T ordering
Dentosal 1c6fb2d
Remove unused import
Dentosal b4fb62e
Detect and show errors in produce_block_with_tx
Dentosal 15cbafb
Update state transition bytecode
Dentosal baae7f5
Address some of the PR feedback
Dentosal ebe4c21
ed19_dependent_cost
Dentosal 9555ef9
add blobs to roundtrip json/parquet encoding/decoding tests
segfault-magnet eb454c2
Merge branch 'master' into dento/blob-tx
Voxelot 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
|---|---|---|
|
|
@@ -801,6 +801,7 @@ mod tests { | |
| StateConfig { | ||
| coins: vec![], | ||
| messages: vec![], | ||
| blobs: vec![], | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It should be |
||
| contracts: vec![randomly_chosen_contract], | ||
| last_block: Some(latest_block), | ||
| } | ||
|
|
||
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
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.