Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Coretime Chain #2889

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
83784b4
add node side
joepetrowski Jul 12, 2023
d3b433c
add runtimes
joepetrowski Jul 12, 2023
d2a6b54
scripts
joepetrowski Jul 12, 2023
ae8e1f9
fmt
joepetrowski Jul 12, 2023
9b6e646
move currency and fee constants into shared area for re-use
joepetrowski Jul 12, 2023
57b8a9f
remove specific constants files
joepetrowski Jul 12, 2023
c1a7c9e
Merge remote-tracking branch 'origin' into joe-coretime-chain
joepetrowski Jul 18, 2023
98e6210
update index to nonce
joepetrowski Jul 18, 2023
0684349
PR 2757 and 2790 updates
joepetrowski Jul 18, 2023
8ae5771
fix import path
joepetrowski Jul 18, 2023
60b1e08
actually fix configs
joepetrowski Jul 18, 2023
ff122fc
add runtime to CI check
joepetrowski Jul 18, 2023
ebd2f46
Revert "add runtime to CI check"
joepetrowski Jul 18, 2023
c072368
add coretime to runtime build check
joepetrowski Jul 18, 2023
03344dd
Merge remote-tracking branch 'origin' into joe-coretime-chain
joepetrowski Jul 21, 2023
4d0a588
add bootnodes and genesis aura keys
joepetrowski Jul 21, 2023
863eef2
add aura keys and genesis invulnerables
joepetrowski Jul 22, 2023
97e4636
merge master
joepetrowski Jul 31, 2023
0994d4c
fix benchmarks
joepetrowski Jul 31, 2023
8fb7307
Update parachains/runtimes/coretime/coretime-kusama/src/lib.rs
joepetrowski Aug 4, 2023
9d7559e
no migrations
joepetrowski Aug 4, 2023
1f6eae5
Merge remote-tracking branch 'origin' into joe-coretime-chain
joepetrowski Aug 4, 2023
f357a53
Merge remote-tracking branch 'origin/master' into joe-coretime-chain
Aug 14, 2023
151ab2a
review
joepetrowski Aug 15, 2023
e2c85eb
Merge remote-tracking branch 'origin' into joe-coretime-chain
joepetrowski Aug 15, 2023
87c8af3
new fmt
joepetrowski Aug 15, 2023
420c339
merge master
joepetrowski Aug 20, 2023
8451bb2
update for async backing
joepetrowski Aug 20, 2023
3a45235
merge master
joepetrowski Aug 22, 2023
c3f2ca8
merge master
joepetrowski Aug 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/pr-custom-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ action-review-team: ci
rules:
- name: Runtime files
check_type: changed_files
condition: ^parachains/runtimes/assets/(asset-hub-kusama|asset-hub-polkadot)/src/[^/]+\.rs$|^parachains/runtimes/bridge-hubs/(bridge-hub-kusama|bridge-hub-polkadot)/src/[^/]+\.rs$|^parachains/runtimes/collectives/collectives-polkadot/src/[^/]+\.rs$|^parachains/common/src/[^/]+\.rs$
condition: ^parachains/runtimes/assets/(asset-hub-kusama|asset-hub-polkadot)/src/[^/]+\.rs$|^parachains/runtimes/bridge-hubs/(bridge-hub-kusama|bridge-hub-polkadot)/src/[^/]+\.rs$|^parachains/runtimes/collectives/collectives-polkadot/src/[^/]+\.rs$|^parachains/runtimes/coretime/(coretime-kusama|coretime-polkadot)/src/[^/]+\.rs$|^parachains/common/src/[^/]+\.rs$
all_distinct:
- min_approvals: 1
teams:
Expand All @@ -20,7 +20,7 @@ rules:
condition:
include: .*
# excluding files from 'Runtime files' and 'CI files' rules and `Bridges subtree files`
exclude: ^parachains/runtimes/assets/(asset-hub-kusama|asset-hub-polkadot)/src/[^/]+\.rs$|^parachains/runtimes/bridge-hubs/(bridge-hub-kusama|bridge-hub-polkadot)/src/[^/]+\.rs$|^parachains/runtimes/collectives/collectives-polkadot/src/[^/]+\.rs$|^parachains/common/src/[^/]+\.rs$|^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.*
exclude: ^parachains/runtimes/assets/(asset-hub-kusama|asset-hub-polkadot)/src/[^/]+\.rs$|^parachains/runtimes/bridge-hubs/(bridge-hub-kusama|bridge-hub-polkadot)/src/[^/]+\.rs$|^parachains/runtimes/collectives/collectives-polkadot/src/[^/]+\.rs$|^parachains/runtimes/coretime/(coretime-kusama|coretime-polkadot)/src/[^/]+\.rs$|^parachains/common/src/[^/]+\.rs$|^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.*
min_approvals: 2
teams:
- core-devs
Expand Down
128 changes: 128 additions & 0 deletions Cargo.lock

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

Empty file.
Empty file.
Empty file.
4 changes: 4 additions & 0 deletions parachains/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ targets = ["x86_64-unknown-linux-gnu"]
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false }
scale-info = { version = "2.9.0", default-features = false, features = ["derive"] }
num-traits = { version = "0.2", default-features = false}
smallvec = "1.11.0"

# Substrate
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" }
Expand All @@ -27,7 +28,10 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", default-features
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" }

# Polkadot
kusama-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
Expand Down
Loading