-
Notifications
You must be signed in to change notification settings - Fork 764
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
Snowbridge Ethereum Deneb fork preparation #3029
Merged
svyatonik
merged 48 commits into
paritytech:master
from
Snowfork:snowbridge-deneb-updates
Jan 30, 2024
Merged
Changes from 22 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
4de9edf
cleanup test imports (#96)
claravanstaden eef706e
Adds emulated test comments (#97)
claravanstaden 2922db0
Dencun (#102)
yrong 0dff6f4
Schedule dencun on sepolia (#104)
yrong 31b55c7
rm subtree
a5b4fbb
Merge commit '65b4312577e57d529c43269154b48a627d410d0e' as 'bridges/s…
65b4312
Squashed 'bridges/snowbridge/' content from commit d65afb42f62
3d3d1a7
update subtree
fd7c142
adds prdoc
071902b
Merge branch 'master' into snowbridge-deneb-updates
9e2a925
updates lock file
108e14c
Remove minimal spec (#100)
claravanstaden 5eb62e1
Squashed 'bridges/snowbridge/' changes from d65afb42f62..53a5522d494
20a5d6e
updates subtree
d554861
Merge branch 'master' into snowbridge-deneb-updates
claravanstaden cb6abc6
fmt
82bba29
Merge remote-tracking branch 'origin/snowbridge-deneb-updates' into s…
1cd207f
fix path
a72da8c
update spec version
d562823
Merge branch 'master' into snowbridge-deneb-updates
969cfc0
fix rust doc and lock file
57f9b19
revert path update
632f412
revert spec version update
20dbd93
Merge branch 'master' into snowbridge-deneb-updates
claravanstaden 91e7dc7
Squashed 'bridges/snowbridge/' changes from 53a5522d494..ef3d640a459
a9c1c65
milagro bls and ethabi crates
d745785
Merge remote-tracking branch 'origin/snowbridge-deneb-updates' into s…
56271a0
Register token with inbound fixture (#106)
yrong 5083767
Adds Runtime tests (#98)
claravanstaden 6f155c3
merge fixes
c662eb2
Squashed 'bridges/snowbridge/' changes from ef3d640a459..252df12a5a4
ea2ca38
update subtree
e5cb3a7
Merge branch 'master' into snowbridge-deneb-updates
claravanstaden d6f43a5
update cargo.lock and fix markdown
a9c4a32
Merge branch 'master' into snowbridge-deneb-updates
claravanstaden 808dd21
Reset Nonces in Rococo (#109)
alistair-singh ba1d529
Disable create agent/channel (#108)
yrong 0748d0e
Squashed 'bridges/snowbridge/' changes from 252df12a5a4..3c4fe56af66
34def83
updates subtree
55f4dd6
fix clippy
dadc817
fix removing incorrect variable
557cfb8
Merge branch 'master' into snowbridge-deneb-updates
claravanstaden bec72f3
fix removing incorrect variable
8bb432a
Merge remote-tracking branch 'origin/snowbridge-deneb-updates' into s…
dff0d17
fixing weird downgrades and missing no default features
d13b08b
Merge branch 'master' into snowbridge-deneb-updates
claravanstaden 75ccedb
zepter
1dedc2a
Merge remote-tracking branch 'origin/snowbridge-deneb-updates' into s…
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
1,217 changes: 1,217 additions & 0 deletions
1,217
bridges/snowbridge/parachain/pallets/ethereum-client/src/benchmarking/fixtures.rs
Large diffs are not rendered by default.
Oops, something went wrong.
1,215 changes: 0 additions & 1,215 deletions
1,215
bridges/snowbridge/parachain/pallets/ethereum-client/src/benchmarking/fixtures_mainnet.rs
This file was deleted.
Oops, something went wrong.
248 changes: 0 additions & 248 deletions
248
bridges/snowbridge/parachain/pallets/ethereum-client/src/benchmarking/fixtures_minimal.rs
This file was deleted.
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
10 changes: 0 additions & 10 deletions
10
bridges/snowbridge/parachain/pallets/ethereum-client/src/config/mainnet.rs
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
bridges/snowbridge/parachain/pallets/ethereum-client/src/config/minimal.rs
This file was deleted.
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
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.
Always nice to have one line of doc on public stuff 😋