Skip to content

Commit ad3221b

Browse files
antkvebkontur
andauthored
Added bulletin westend parachain (#83)
* Added bulletin westend parachain * Removed proxy, multisig, utility pallets * Added zombienet test + chain spec gen script * Update zombienet/bulletin-westend-local.toml Co-authored-by: Branislav Kontur <[email protected]> * Update zombienet/bulletin-westend-local.toml Co-authored-by: Branislav Kontur <[email protected]> * Update zombienet/bulletin-westend-local.toml Co-authored-by: Branislav Kontur <[email protected]> * Changed coretime to bulletin in structs * Update zombienet/bulletin-westend-local.toml Co-authored-by: Branislav Kontur <[email protected]> * Update zombienet/bulletin-westend-local.toml * Cargo.lock * Tweaking zombienet script + para 1006 * NIt * Added pallet transaction-storage * Cargo.lock * Added different storage sizes test * Moved to storage.rs * nits * Added Alice sudo by default for presets * Doc nits * People chain can handle authorizations over XCM transacts * Add to the CI --------- Co-authored-by: Branislav Kontur <[email protected]>
1 parent 2169223 commit ad3221b

37 files changed

+5993
-35
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,8 @@ jobs:
137137
run: |
138138
cargo test -p bulletin-polkadot-runtime
139139
140+
- name: Run (Westend) runtime tests
141+
run: |
142+
cargo test -p bulletin-westend-runtime
143+
140144
# TODO: check benchmarks

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
.envrc
1111
.direnv
1212
.idea
13+
14+
**/node_modules/

0 commit comments

Comments
 (0)