Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
open-runtime-module-library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Noxim
open-runtime-module-library
Commits
f6c3489d
Unverified
Commit
f6c3489d
authored
3 years ago
by
Xiliang Chen
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
bump Substrate (#524)
parent
ded28318
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Cargo.dev.toml
+51
-51
51 additions, 51 deletions
Cargo.dev.toml
with
51 additions
and
51 deletions
Cargo.dev.toml
+
51
−
51
View file @
f6c3489d
...
...
@@ -30,57 +30,57 @@ resolver = "2"
split-debuginfo
=
"unpacked"
[patch.'https://github.com/paritytech/substrate']
frame-benchmarking
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
frame-support
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
frame-system
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
max-encoded-len
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
max-encoded-len-derive
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
pallet-authority-discovery
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
pallet-authorship
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
pallet-balances
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
pallet-elections-phragmen
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
pallet-offences
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
pallet-scheduler
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
pallet-session
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
pallet-staking
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
pallet-timestamp
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
pallet-treasury
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
pallet-vesting
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sc-client-api
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sc-client-db
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sc-executor
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sc-executor-common
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sc-executor-wasmi
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-allocator
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-api
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-application-crypto
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-arithmetic
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-authority-discovery
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-authorship
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-blockchain
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-consensus
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-core
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-debug-derive
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-externalities
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-inherents
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-io
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-keystore
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-npos-elections
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-npos-elections-compact
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-panic-handler
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-runtime-interface
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-session
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-staking
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-state-machine
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-std
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-storage
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-tasks
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-timestamp
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-transaction-pool
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-trie
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-version
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
sp-wasm-interface
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
3bb42b9aaba65e956aea7aaef2c2fb3468fa3aa
f"
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
frame-support
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
frame-system
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
max-encoded-len
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
max-encoded-len-derive
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
pallet-authority-discovery
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
pallet-authorship
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
pallet-balances
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
pallet-elections-phragmen
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
pallet-offences
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
pallet-scheduler
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
pallet-session
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
pallet-staking
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
pallet-timestamp
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
pallet-treasury
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
pallet-vesting
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sc-client-api
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sc-client-db
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sc-executor
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sc-executor-common
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sc-executor-wasmi
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-allocator
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-api
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-application-crypto
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-arithmetic
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-authority-discovery
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-authorship
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-blockchain
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-consensus
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-core
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-debug-derive
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-externalities
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-inherents
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-io
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-keystore
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-npos-elections
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-npos-elections-compact
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-panic-handler
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-runtime-interface
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-session
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-staking
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-state-machine
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-std
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-storage
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-tasks
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-timestamp
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-transaction-pool
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-trie
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-version
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
sp-wasm-interface
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
87e38e45d5c0dba66f0a4e95f4606b5179b4333
f"
}
# [patch.'https://github.com/paritytech/cumulus']
# cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "05ab7a377d2c3b73566c0c3bd41b003486d6913b" }
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment