-
Notifications
You must be signed in to change notification settings - Fork 6
Upgrade Substrate to v1.0.0 #821
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 all commits
Commits
Show all changes
114 commits
Select commit
Hold shift + click to select a range
78c2aaf
Update substrate deps to point to polkadot-v1.0.0
surangap d7171cc
Update frontier deps to point to polkadot-v1.0.0-TRN
surangap 79c253d
sc-consensus-uncles, sp-authorship removed
surangap 1eef070
sc-finality-grandpa -> sc-consensus-grandpa
surangap 80087e3
rpc_binary_search_estimate -> rpc-binary-search-estimate
surangap 5a1c08c
remote-externalities -> frame-remote-externalities
surangap e07ccdb
remove feat wasmtime
surangap 7922078
update toolchain file to nightly-2023-05-22
surangap f3ffce5
point clap to 4.4.18 precise
surangap 93ac6c8
Update block_weights.rs to weight v2 manually for now
surangap e086466
Update code to support PrecompileSet::is_precompile() gas return chan…
surangap 8a7c6a9
Remove BlockNumber, Header from frame_system::Config, Add Block insid…
surangap eb89eca
Update code to support AssetId trait removals #12740, new type aliase…
surangap 9cbefed
temp - get rid of weight v2 errors for now
surangap 8b6ac6c
use BlockNumberFor instead of BlockNumber, #14437
surangap 93fe6cf
Use explicit call index #12891
surangap 78c610c
BlockNumber -> BlockNumberFor round 2
surangap 30fb8ff
GenesisBuild -> BuildGenesisConfig
surangap b58e6e7
Index -> Nonce, #14290
surangap 3cab933
Bump ethabi v18.0.0, ethereum v14.0.0, ethereum-types v0.14.1
surangap 924c7de
Multicurrency handling updates to support #12951 (#823)
surangap e16df2d
weight 2 arithmatic.
surangap f1800b0
Multicurrency more.
surangap 1810470
Precompile remaining_gas more changes
surangap 5398845
BlockNumber -> BlockHash in runtime apis
surangap 94080a4
Weight 2 introduction in evm changes, frontier-#1039
surangap f98b68a
pallet_evm::Config, pallet_ethereum::Config add new type aliases.
surangap e28639b
Updates for Keystore overhaul.
surangap 0d5cda4
Updates for Syncing protocol extraction from sc-network
surangap a408c91
fix iterative FinalityNotification dispatch due to introduction of Un…
surangap 771b2db
Fix other errors in ethy-gadget
surangap 96f8ba2
Fix pallet_evm::AccountCodes access
surangap 179c4da
Fix Percent::from_rational for usize
surangap 3ae3b3d
Merge branch 'main' into feat/substrate-v1.0.0
surangap 4a278e3
Fix pallet-erc20-peg build errors.
surangap fb134e1
Fix pallet-ethy build errors.
surangap 8fc37ab
Fix pallet-crowdsale build errors.
surangap d47062d
Fix seed-runtime
surangap 5164493
client fixes so far
surangap 4e0aa10
Fix ethy gadget syncing service build failures.
surangap 116130b
Fix frontier essential task spawning build errors.
surangap 18f415e
Fix service
surangap c9ffb27
Fix RPC
surangap 9ecf4e6
Fix cli, command
surangap 731a65c
Update pending_create_inherent_data_providers.
surangap c053c8d
Update pending_consensus_data_provider with BABE
surangap 0abcff7
Fix RunCmd nested use.
surangap 13332bf
Update MaxSetIdSessionEntries
surangap ba5da1f
Update pending_block runtime api
surangap 32a0966
Add rocksdb to default flags
surangap 2d0bdac
Fix ethy-gadget testing.
surangap 8fc704e
Feat/substrate v1.0.0 Fix Tests (#836)
JasonTulp 3f5e596
frame-benchmarking required, fmt
surangap 65321ba
Update benchmark script
surangap d62b26c
Fix benchmark script pallet naming for good and fix pallet benchmarking.
surangap 82db0eb
Add an exception for pallet-vortex non-standard dir name in benchmark…
surangap 22c9465
New weights 🏋️
surangap b4757dc
Add a benchmark for XRPLBridge::set_xrp_source_tag()
surangap e907976
Merge remote-tracking branch 'origin/main' into feat/substrate-v1.0.0
JasonTulp 9dddfcd
Fix merge issues
JasonTulp 74759c7
Add migrations, bump spec versions
surangap 297f6d0
Fix weight v2 lte comparisons and tests.
surangap effee9e
Ignore xrpl ed25519 test for now
surangap 112f8fb
Update all benchmarks on feat/substrate-v1.0.0
actions-user bd39689
Add --skip-exculded-check flag to benchmarking script, Now supports r…
surangap a9836ff
Local weights for missing pallets
surangap b40022a
Update benchmark workflow to use updated script.
surangap cf70755
minor
surangap 6bf9f13
Update benchmarks for frame-benchmarking pallet-assets pallet-im-onli…
actions-user 6540a74
Update benchmarks for pallet-im-online on feat/substrate-v1.0.0
actions-user 6f02ae4
Update benchmarks for pallet-assets on feat/substrate-v1.0.0
actions-user 2b84a69
Update benchmarks for frame-benchmarking on feat/substrate-v1.0.0
actions-user 850dc52
Feat/substrate v1.0.0 test 2 (#844)
JasonTulp 18ae94b
Feat/substrate v1.0.0 e2e tests (#845)
zees-dev 7265a87
yarn format
zees-dev de0860e
bump rust version in docker files and workflows
zees-dev 0530058
disable security checks
zees-dev 3333187
Revert "disable security checks"
zees-dev 7832bff
removed dead code, cargo.toml client improvements
zees-dev d0a7017
upd fork state dockerfile
zees-dev 7a273ee
added poolAddress function comment
zees-dev a9010d4
Review suggestions
surangap 49730ae
Set pallet_evm create, create2, call function validate = true
surangap 110ca59
Review suggestions
surangap fb8b511
Index -> Nonce
surangap ddfc365
Update correct weights for OnChainSeqPhragmen
surangap 6f4a2f0
Add correct weights for pallet_sudo
surangap 499ae65
review suggestions
surangap 632791a
vortex-distribution -> vortex
surangap b056403
Update benchmarks for pallet-vortex on feat/substrate-v1.0.0
actions-user 2bf5b10
Update benchmarks for pallet-sudo on feat/substrate-v1.0.0
actions-user 0df217f
Update benchmarks for frame-election-provider-support on feat/substra…
actions-user 27c2908
EVM Weight V2 handling
surangap 1b6ba18
Add extra cost to is_precompile check for PrecompileSets (#848)
JasonTulp 35bf4a1
Address Substrate 1.0.0 Test comments (#846)
JasonTulp 31a3dd2
minor
surangap 48db351
Updated MAXIMUM_BLOCK_WEIGHT to 1s. Cost files generated. (#849)
surangap 10096fd
Prettier 🦋
JasonTulp 2ac55ff
Bump seed-client to 8.0.0
surangap ea074fa
Add disable-eth-p2p flag to cli (#852)
JasonTulp 6cfe6cd
Cargo workspace dependency migration (#851)
zees-dev a07d03b
Skip Staking storage when generating the fork state.
surangap 0e8240b
CLI options for frontier sqlite backend (#855)
zees-dev e8c5712
XRPL e2e test improvements (#854)
zees-dev 8543c73
Update FeeControl values as same as the mainnet (#856)
surangap e9d85ee
Eth `BLOCK_GAS_LIMIT` Optimizations (#853)
surangap c82f00b
Update Substrate deps for native support (#857)
JasonTulp 549b023
Update transaction-payment default (#859)
JasonTulp 6d903b6
fmt
surangap da69197
Bump spec version to 56
surangap 3d5a4c2
Fix tests
surangap a401942
Fix warnings.
surangap f74652f
Update spec version to 55
surangap f51efb3
Revert version changes for now.
surangap 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
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
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.