-
Notifications
You must be signed in to change notification settings - Fork 69
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
Update to hotshot rc-0.5.67 / marketplace #1784
Merged
Merged
Changes from 28 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
7d813b0
update header::new
tbro e5507e3
Update to hotshot rc-0.5.66
tbro ee3aa28
update query-service
tbro f04b89f
Cargo.lock
tbro ff07652
cargo fmt
tbro ab55cf1
fix test
tbro 89dc892
BlockMerkleTree should take Header enum
tbro 2e1e213
bump some versions
tbro 17ed30f
compilage
tbro 23c2769
clippy
tbro 0906697
lint
imabdulbasit 8a2d6c2
lint tests
tbro c90c91e
fix pre-commit errors
tbro cafa8c9
Bump deps
QuentinI 1a8f66e
fix charge_tx test
tbro faf9631
revert 1a8f66ec4aa0f0887327965aba110b83ac0d10f7
tbro 30ebfc1
disable tx charge test for now
tbro 85b8834
update reference headers for v3
tbro 4e3b484
add `validate_builder_fee` test
tbro e7cf690
Merge remote-tracking branch 'origin/main' into tb/marketplace/update…
tbro 908981a
remove duplicate lint thing
tbro def8b8b
conflict
tbro 8205703
cargo sort
tbro bf97214
conflict
tbro 6756e31
explicity test marketplace function
tbro c4a9a8e
Accept any signature verification that succeeds
tbro 08e79cc
typo
tbro d4af112
Copy reference test changes from #1792
tbro f88f66a
revert unversioned data files
tbro 212d82c
larger default max_block_size
tbro 2622660
fix the lint thing again
tbro cd69ecc
fix typo
tbro 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Binary file not shown.
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
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"base_fee": "0", | ||
"bid_recipient": "0x0000000000000000000000000000000000000000", | ||
"chain_id": "35353", | ||
"fee_contract": "0x0000000000000000000000000000000000000000", | ||
"fee_recipient": "0x0000000000000000000000000000000000000000", | ||
"max_block_size": "10240" | ||
} |
Binary file not shown.
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.
we can remove it for now as UpgradeType changes are in integrations PR
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.
I think that toml parsing will fail so yeah needs to be removed