Skip to content

Commit

Permalink
[parentchain] shard creation storage (#244)
Browse files Browse the repository at this point in the history
* added storage  and dispatchable for setting timestamp

* typo

* add test

* fix weight info

* introduce shard creation storage

* bump crate version

* fmt
  • Loading branch information
brenzi committed Jan 12, 2024
1 parent 37204d2 commit 094b1e9
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 42 deletions.
82 changes: 41 additions & 41 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 parentchain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pallet-parentchain"
description = "The remote attestation registry and verification pallet for integritee blockchains and parachains"
version = "0.10.0"
version = "0.11.0"
authors = ["Integritee AG <hello@integritee.network>"]
homepage = "https://integritee.network/"
repository = "https://github.com/integritee-network/pallets/"
Expand Down
Loading

0 comments on commit 094b1e9

Please sign in to comment.