Skip to content

Commit

Permalink
new assignment, lazy issuance, random locations
Browse files Browse the repository at this point in the history
  • Loading branch information
pifragile committed Dec 6, 2021
1 parent d1cdbde commit cbddd13
Show file tree
Hide file tree
Showing 15 changed files with 2,036 additions and 1,578 deletions.
19 changes: 10 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion balances/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-encointer-balances"
version = "0.7.0"
version = "0.8.0"
authors = ["encointer.org <alain@encointer.org> and Parity Technologies <admin@parity.io>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion bazaar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-encointer-bazaar"
version = "0.7.0"
version = "0.8.0"
authors = ["encointer.org <alain@encointer.org>"]
edition = "2018"

Expand Down
3 changes: 2 additions & 1 deletion ceremonies/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-encointer-ceremonies"
version = "0.7.0"
version = "0.8.0"
authors = ["encointer.org <alain@encointer.org>"]
edition = "2018"

Expand All @@ -24,6 +24,7 @@ sp-std = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate

[dev-dependencies]
approx = "0.5.0"
itertools = "0.10.0"
rstest = "0.6.4"
sp-core = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate.git", branch = "master" }
sp-io = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate.git", branch = "master" }
Expand Down

0 comments on commit cbddd13

Please sign in to comment.