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
ef0cab51
Unverified
Commit
ef0cab51
authored
3 years ago
by
Shaun Wang
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bump dependencies. (#485)
parent
d51f7fcb
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Cargo.dev.toml
+59
-59
59 additions, 59 deletions
Cargo.dev.toml
tokens/Cargo.toml
+1
-1
1 addition, 1 deletion
tokens/Cargo.toml
tokens/src/mock.rs
+2
-0
2 additions, 0 deletions
tokens/src/mock.rs
traits/src/lib.rs
+1
-1
1 addition, 1 deletion
traits/src/lib.rs
with
63 additions
and
61 deletions
Cargo.dev.toml
+
59
−
59
View file @
ef0cab51
...
...
@@ -27,69 +27,69 @@ resolver = "2"
split-debuginfo
=
"unpacked"
[patch.'https://github.com/paritytech/substrate']
frame-benchmarking
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
frame-support
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
frame-system
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
pallet-balances
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
pallet-elections-phragmen
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
pallet-scheduler
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
pallet-treasury
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
pallet-authorship
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
pallet-vesting
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
pallet-timestamp
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
pallet-session
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
pallet-staking
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
pallet-offences
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
pallet-authority-discovery
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-api
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-application-crypto
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-arithmetic
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-core
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-inherents
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-io
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-runtime-interface
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-std
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-trie
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-version
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-externalities
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-state-machine
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-wasm-interface
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-keystore
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-staking
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-storage
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-panic-handler
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-npos-elections
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-npos-elections-compact
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-debug-derive
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-allocator
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-authority-discovery
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sc-executor-common
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sc-executor-wasmi
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sc-executor
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sc-client-api
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-tasks
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-authorship
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-consensus
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-timestamp
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-session
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-blockchain
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
sp-transaction-pool
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
frame-support
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
frame-system
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
pallet-balances
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
pallet-elections-phragmen
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
pallet-scheduler
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
pallet-treasury
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
pallet-authorship
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
pallet-vesting
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
pallet-timestamp
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
pallet-session
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
pallet-staking
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
pallet-offences
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
pallet-authority-discovery
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-api
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-application-crypto
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-arithmetic
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-core
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-inherents
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-io
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-runtime-interface
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-std
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-trie
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-version
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-externalities
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-state-machine
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-wasm-interface
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-keystore
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-staking
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-storage
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-panic-handler
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-npos-elections
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-npos-elections-compact
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-debug-derive
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-allocator
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-authority-discovery
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sc-executor-common
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sc-executor-wasmi
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sc-executor
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sc-client-api
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-tasks
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-authorship
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-consensus
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-timestamp
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-session
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-blockchain
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
sp-transaction-pool
=
{
git
=
"https://github.com/paritytech//substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
# [patch.'https://github.com/paritytech/cumulus']
# cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "
da4c3bac6e9584e65740ef5db4dbd2c31c1a91db
" }
# cumulus-pallet-parachain-system = { git = "https://github.com/paritytech//cumulus", rev = "
da4c3bac6e9584e65740ef5db4dbd2c31c1a91db
" }
# parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "
da4c3bac6e9584e65740ef5db4dbd2c31c1a91db
" }
# cumulus-pallet-xcm-handler = { git = "https://github.com/paritytech//cumulus", rev = "
da4c3bac6e9584e65740ef5db4dbd2c31c1a91db
" }
# cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "
e7a5ce791e3f389f8026a9a850e324fb05fce0b8
" }
# cumulus-pallet-parachain-system = { git = "https://github.com/paritytech//cumulus", rev = "
e7a5ce791e3f389f8026a9a850e324fb05fce0b8
" }
# parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "
e7a5ce791e3f389f8026a9a850e324fb05fce0b8
" }
# cumulus-pallet-xcm-handler = { git = "https://github.com/paritytech//cumulus", rev = "
e7a5ce791e3f389f8026a9a850e324fb05fce0b8
" }
# [patch.'https://github.com/paritytech/polkadot']
# xcm = { git = "https://github.com/paritytech//polkadot", rev = "1
27eb17a25bbe2a9f2731ff11a65d7f8170f2373
" }
# xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "1
27eb17a25bbe2a9f2731ff11a65d7f8170f2373
" }
# xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "1
27eb17a25bbe2a9f2731ff11a65d7f8170f2373
" }
# polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "1
27eb17a25bbe2a9f2731ff11a65d7f8170f2373
" }
# polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "1
27eb17a25bbe2a9f2731ff11a65d7f8170f2373
" }
# polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "1
27eb17a25bbe2a9f2731ff11a65d7f8170f2373
" }
# polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "1
27eb17a25bbe2a9f2731ff11a65d7f8170f2373
" }
# xcm = { git = "https://github.com/paritytech//polkadot", rev = "1
1d55446f306eb72c8239349e4803109a5d5fba0
" }
# xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "1
1d55446f306eb72c8239349e4803109a5d5fba0
" }
# xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "1
1d55446f306eb72c8239349e4803109a5d5fba0
" }
# polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "1
1d55446f306eb72c8239349e4803109a5d5fba0
" }
# polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "1
1d55446f306eb72c8239349e4803109a5d5fba0
" }
# polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "1
1d55446f306eb72c8239349e4803109a5d5fba0
" }
# polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "1
1d55446f306eb72c8239349e4803109a5d5fba0
" }
# [patch.'https://github.com/shaunxw/xcm-simulator']
# xcm-simulator = { git = "https://github.com/shaunxw//xcm-simulator", rev = "c52bd64a41a51d08bd5a1e27f32c47419b41f3e5" }
This diff is collapsed.
Click to expand it.
tokens/Cargo.toml
+
1
−
1
View file @
ef0cab51
...
...
@@ -22,7 +22,7 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1
pallet-treasury
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"rococo-v1"
}
# Patch doesn't work as `pallet-elections-phragmen` is now 4.0.0 version. Revert `rev` to `rococo-v1` branch after
# other `rococo-v1` dependencies upgraded.
pallet-elections-phragmen
=
{
git
=
"https://github.com/paritytech/substrate"
,
rev
=
"
2be8fcc4236d32786c62f6f27a98e7fe7e550807
"
}
pallet-elections-phragmen
=
{
git
=
"https://github.com/paritytech/substrate"
,
rev
=
"
ec180313e410915ed5e319358628260f9d1f3b53
"
}
[features]
default
=
[
"std"
]
...
...
This diff is collapsed.
Click to expand it.
tokens/src/mock.rs
+
2
−
0
View file @
ef0cab51
...
...
@@ -98,6 +98,7 @@ parameter_types! {
pub
const
Burn
:
Permill
=
Permill
::
from_percent
(
50
);
pub
const
TreasuryPalletId
:
PalletId
=
PalletId
(
*
b"py/trsry"
);
pub
const
GetTokenId
:
CurrencyId
=
DOT
;
pub
const
MaxApprovals
:
u32
=
100
;
}
impl
pallet_treasury
::
Config
for
Runtime
{
...
...
@@ -114,6 +115,7 @@ impl pallet_treasury::Config for Runtime {
type
BurnDestination
=
();
type
SpendFunds
=
();
type
WeightInfo
=
();
type
MaxApprovals
=
MaxApprovals
;
}
thread_local!
{
...
...
This diff is collapsed.
Click to expand it.
traits/src/lib.rs
+
1
−
1
View file @
ef0cab51
...
...
@@ -27,7 +27,7 @@ pub mod auction;
pub
mod
currency
;
pub
mod
data_provider
;
pub
mod
get_by_key
;
pub
mod
location
;
//
pub mod location;
pub
mod
nft
;
pub
mod
price
;
pub
mod
rewards
;
...
...
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