Skip to content

Commit 6f4083b

Browse files
authored
Merge pull request t3rn#397 from t3rn/chore/use-sdk-primitives
Migrate from the private registry for sdk-primitives
2 parents 428f879 + 37e2958 commit 6f4083b

File tree

26 files changed

+255
-253
lines changed

26 files changed

+255
-253
lines changed

.taplo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,4 @@ compact_arrays = false
1616
# Alphabetically reorder keys that are not separated by empty lines.
1717
reorder_keys = true
1818

19-
exclude = [
20-
"vendor/*",
21-
"build/*"
22-
]
19+
exclude = [ "vendor/*", "build/*" ]

3vm

Submodule 3vm updated from 5ef6752 to e987dba

Cargo.lock

Lines changed: 188 additions & 187 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gateway/pallets/contracts-gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = [ 'Maciej Baj <https://github.com/MaciejBaj>' ]
33
description = 'Gateway for multi-phase contracts execution secured by escrow accounts'
44
edition = '2018'
55
homepage = 'https://github.com/t3rn/t3rn'
6-
license = 'Apache 2.0'
6+
license = 'Apache-2.0'
77
name = 'pallet-contracts-gateway'
88
repository = 'https://github.com/t3rn/t3rn.git'
99
version = '0.3.0'

gateway/pallets/runtime-gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = [ 'Maciej Baj <https://github.com/MaciejBaj>' ]
33
description = 'Gateway for multi-phase contracts execution secured by escrow accounts'
44
edition = '2018'
55
homepage = 'https://github.com/t3rn/t3rn'
6-
license = 'Apache 2.0'
6+
license = 'Apache-2.0'
77
name = 'pallet-runtime-gateway'
88
repository = 'https://github.com/t3rn/t3rn.git'
99
version = '0.5.0'

gateway/pallets/runtime-gateway/fixtures/flipper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = [ 'Maciej Baj <https://github.com/MaciejBaj>' ]
33
description = 'Flipper module - very simple use to test host flip fn from composable contracts'
44
edition = '2018'
55
homepage = 'https://github.com/t3rn/t3rn'
6-
license = 'Apache 2.0'
6+
license = 'Apache-2.0'
77
name = 'flipper'
88
repository = 'https://github.com/t3rn/t3rn.git'
99
version = '3.0.0'

node/parachain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = [ "devs @ t3rn" ]
33
edition = "2021"
44
homepage = "https://t3rn.io"
5-
license = "Apache 2.0"
5+
license = "Apache-2.0"
66
name = "circuit-parachain-collator"
77
repository = 'https://github.com/t3rn/t3rn'
88
version = "1.0.0-beta.0"

node/standalone/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build = "build.rs"
44
description = "Circuit standalone node"
55
edition = "2018"
66
homepage = "https://t3rn.io"
7-
license = "Apache 2.0"
7+
license = "Apache-2.0"
88
name = "circuit-standalone-node"
99
repository = 'https://github.com/t3rn/t3rn'
1010
version = "1.0.0-alpha.0"

pallets/account-manager/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = [ "t3rn ltd. <team@t3rn.io>" ]
33
description = "The account manager for the t3rn platform"
44
edition = "2021"
55
homepage = "https://t3rn.io"
6-
license = "Apache 2.0"
6+
license = "Apache-2.0"
77
name = "pallet-account-manager"
88
readme = "README.md"
99
repository = "https://github.com/t3rn/t3rn/"

pallets/account-manager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Account manager
22

3-
License: Apache 2.0
3+
License: Apache-2.0

0 commit comments

Comments
 (0)