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

Polkadot v0.9.32 #2000

Closed

Commits on Jun 8, 2021

  1. Do not include :code in the storage proof if not required (#480)

    This is basically a hack that prevents the inclusion of `:code` in the
    storage proof. A proper fix requires some changes to the trie crate to
    not include nodes that aren't read.
    bkchr committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    cf9c0fb View commit details
    Browse the repository at this point in the history
  2. Compact proof. (#295)

    * compact, need to be made optional and look into/compress child trie
    roots/state.
    
    * proto with child trie support
    
    * Missing set_offchain_storage overload.
    
    * right name
    
    * Ignore offchain indexing in validation function.
    
    * patch trie-db
    
    * decompress from iter
    
    * use compressed proof
    
    * remove wasm blob from proof (no inject plugged yet)
    
    * change lock
    
    * update trie
    
    * change in toml
    
    * Revert "change in toml"
    
    This reverts commit aa5c568.
    
    * use patch to branches
    
    * i
    
    * i:wq
    
    * switch branch
    
    * ii
    
    * ok, needed to patch the runtime by putting substrate patch in polkadot
    project.
    
    * test passing with this conf
    
    * actual lazy code fetch
    
    * patch issue
    
    * Code reorg
    
    * restore commented tests.
    
    * update deps.
    
    * remove polka patch
    
    * fixes
    
    * remove patch
    
    * revert cargo.lock
    
    * cargo update -p sp-trie polkadot-service
    
    * fix collator test (using parent state root).
    
    * Update pallets/parachain-system/src/validate_block/implementation.rs
    
    Co-authored-by: Bastian Köcher <[email protected]>
    
    * Remove encode_witness test function.
    
    * Update pallets/parachain-system/src/validate_block/implementation.rs
    
    * Fix compilation
    
    Co-authored-by: Bastian Köcher <[email protected]>
    Co-authored-by: Bastian Köcher <[email protected]>
    3 people committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    d675cee View commit details
    Browse the repository at this point in the history
  3. Update branches

    bkchr committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    08b7bcf View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. remove test dir bloat

    clangenb committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    796e55b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca349b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0906577 View commit details
    Browse the repository at this point in the history
  4. basic integritee rebrand

    clangenb committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    54e58ac View commit details
    Browse the repository at this point in the history
  5. Cargo.lock after rebase

    clangenb committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    f381032 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89e2781 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08b33f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. add polkadot-launch config

    (cherry picked from commit 57d2993)
    Alain Brenzikofer authored and clangenb committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    868e647 View commit details
    Browse the repository at this point in the history
  2. bump collator and runtime

    clangenb committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    838f6ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0134ce8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57f45bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a741803 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf9ac9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f223553 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63a9fb5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7775356 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    656fa38 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a52533d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3edc89a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6b85ff7 View commit details
    Browse the repository at this point in the history
  14. [shell-runtime] upgrade version such that integritee.spec_version = s…

    …hell.spec_version + 1
    clangenb committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    16376fa View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Configuration menu
    Copy the full SHA
    41da841 View commit details
    Browse the repository at this point in the history
  2. [shell] exchange the DisallowSigned struct with a proper SignedExtr…

    …a that allows valid extrinsics.
    clangenb committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    fbb0cff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38669ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    460102a View commit details
    Browse the repository at this point in the history
  5. Revert "[shell-runtime] add timestamp pallet" It is not needed. The p…

    …revious error upon upgrade: `panicked at Timestamp no inherent data provided.` Is a client error - not a runtime.
    
    This reverts commit 460102a
    clangenb committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    23242cb View commit details
    Browse the repository at this point in the history
  6. Revert "Revert "[shell-runtime] add timestamp pallet" It is not neede…

    …d. The previous error upon upgrade: `panicked at Timestamp no inherent data provided.` Is a client error - not a runtime."
    
    This reverts commit 23242cb
    clangenb committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    2f8e762 View commit details
    Browse the repository at this point in the history
  7. Change strategy: Use same client as in integritee-runtime. Hence, add…

    … the aura stuff to the shell-runtime. Also align declaration order with integritee-runtime for simpler comparison.
    clangenb committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    309118d View commit details
    Browse the repository at this point in the history
  8. [chain_spec] add shell to id

    clangenb committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    5a3d0e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. [GA] bump srtool

    clangenb committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    e321503 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d4cf51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ae648d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d271f9a View commit details
    Browse the repository at this point in the history
  5. [GA] fix branch in build.yml

    clangenb committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    c6ba940 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e44a720 View commit details
    Browse the repository at this point in the history
  7. add docs/sudo-set-code.png

    clangenb committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    5eb2483 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6eeb757 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8943f65 View commit details
    Browse the repository at this point in the history
  10. Cleanup: outsource cumulus crate (#6)

    * remove pallets/ use cumulus stuff
    
    * remove primitives/ use cumulus stuff
    
    * remove client/ use cumulus stuff
    
    * [polkadot-parachains] remove chain_spec jsons of polkadot chains
    clangenb authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    42b1ae3 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. fixing paraid and token supply

    Alain Brenzikofer committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    6e02b10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5975cba View commit details
    Browse the repository at this point in the history
  3. revert spec version change

    brenzi committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    462551e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    acd038e View commit details
    Browse the repository at this point in the history
  2. [chain_spec] add new integritee keys and be more explicit about the k…

    …eys used to be less error prone.
    clangenb committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    76fd32a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7331a4 View commit details
    Browse the repository at this point in the history
  4. [chain_spec] create additional artifacts: shell.state, shell.wasm, in…

    …tegritee.state, integritee-spec.json.
    clangenb committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    32e8d26 View commit details
    Browse the repository at this point in the history
  5. [command] set DEFAULT_PARA_ID=2015, as we can't override the para-i…

    …d in the build-spec command
    clangenb committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    ef33305 View commit details
    Browse the repository at this point in the history
  6. [chain_spec] add kusama as relay_chain_id, change network name to `In…

    …tegriTEE Network` or `IntegriTEE Shell`. Add network name extensions: dev, local, custom
    clangenb committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    0bb57ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a684f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92a3aa7 View commit details
    Browse the repository at this point in the history
  9. [chain_spec] make relay_chain configurable

    [commands] add kusama options for the networks
    clangenb committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    333287d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    95fb04f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    820b9aa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3015f39 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b8f9a4b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. shell-local produces blocks. it's not clear why. Another weird thing,…

    … endowance for alice, bob does not work
    clangenb committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    79f39d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e673bb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f1eeee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2057298 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    753cd93 View commit details
    Browse the repository at this point in the history
  6. [GA] remove obsolet shell-local-config.json. Add name: "dave" to od…

    …er polkadot-launch configs.
    clangenb committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    9a3c555 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56224b5 View commit details
    Browse the repository at this point in the history
  8. fix typo in GA

    clangenb committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    06d774b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a9033a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    32b17a1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a44bac8 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Configuration menu
    Copy the full SHA
    1cba53a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99fe315 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0bbb71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92b25f4 View commit details
    Browse the repository at this point in the history
  5. Revert "remove calls from vesting and balances"

    This reverts commit 92b25f4
    clangenb committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    2e73b3f View commit details
    Browse the repository at this point in the history
  6. [chain_spec] Fix unify chain-id for shell and integritee to facilitat…

    …e seamless client upgrade.
    clangenb committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    0959cbf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f34232c View commit details
    Browse the repository at this point in the history
  8. [service] remove never constructed enum variant, and some other unuse…

    …d code, which was unveiled afterwards.
    clangenb committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    79f0156 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c69983 View commit details
    Browse the repository at this point in the history
  10. [test_protocol] add section about client restart with new chain spec.…

    … Update the tested artifacts
    clangenb committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    edca343 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Configuration menu
    Copy the full SHA
    970cc1c View commit details
    Browse the repository at this point in the history
  2. more verbose dump script

    brenzi committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    b721c7c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. update the Readme: new ParaId, remove obsolete `features=real-oversee…

    …r`, update --chain arg for integritee-collators
    clangenb committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    7a39a91 View commit details
    Browse the repository at this point in the history
  2. [chain_spec] remove charlie from authorities to get 12s block-time wi…

    …th two parachain-collators
    clangenb committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    f94b248 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47a47de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d68b8fa View commit details
    Browse the repository at this point in the history
  5. [GA] fix syntax

    clangenb committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    af49054 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68a666d View commit details
    Browse the repository at this point in the history
  7. [GA] fix syntax

    clangenb committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    d615046 View commit details
    Browse the repository at this point in the history
  8. [GA] fixes

    clangenb committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    acab6f6 View commit details
    Browse the repository at this point in the history
  9. [GA] fixes

    clangenb committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    a664bca View commit details
    Browse the repository at this point in the history
  10. [GA] fixes

    clangenb committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    67bcb13 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    42c8fcb View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    e98519c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. [scripts] dump raw spec too

    brenzi committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    ef3743d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. replace ROC with TEER

    Alain Brenzikofer committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    0c88cbf View commit details
    Browse the repository at this point in the history
  2. lower on_initialize percentage like Statemine did

    Alain Brenzikofer committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    6e4f584 View commit details
    Browse the repository at this point in the history
  3. change ss58 prefix to 13 and make block compute limit 500ms

    Alain Brenzikofer committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    e32d683 View commit details
    Browse the repository at this point in the history
  4. pin pallet index equally in shell and integritee

    Alain Brenzikofer committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    cce664d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. [shell-runtime] add DisableTokenTxFilter (#17)

    Closes #13 
    
    Tested with `launch-rococo-local-with-shell` config:
    
    Tested:
    
    - [x] Cannot send xt's: `Balances::transfer`, `Vesting::vested_transfer`.
    - [x] Can send: `Vesting::force_vested_transfer` as root.
    clangenb authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    a423db0 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Polkadot v0.9.7 (#18)

    Closes #14 
    Checked:
    - [x] Block production with `launch-rococo-local-with-shell.json`
    - [x] Block production with `launch-rococo-local-with-integritee.json`
    Note: I have not rebased cumulus on upstream - only updated the branches and manually applied changes with directory diff. IMO we deviated too from upstream for a rebase.
    clangenb authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    a1b0484 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Remove polkadot-parachains-pallets + fix CI (#19)

    Outsource the pallets directly from Cumulus Repo:
    * ParachainInfo: Was outsourced already, only deleted the directory
    * Removed cumulus pallet ping. This pallet we could also remove from the runtime.
    
    Fix Ci by bumping pallet-teerex, which referenced an unexisting commit.
    clangenb authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    46a9a9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5962e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efaf995 View commit details
    Browse the repository at this point in the history
  4. fix upper/lowercase

    brenzi committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    bf60bd8 View commit details
    Browse the repository at this point in the history
  5. more launch scripts

    brenzi committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    3d1b871 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. do not pollute root directory with chain dumps (#22)

    * do not pollute root directory with chain dumps
    * Fix ignore chain_specs from polkadot-launch again
    clangenb authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    71e8c06 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

  1. add benchmarking pipeline + add benchmarked weights to runtime + remo…

    …ve assets/ping pallet (#24)
    
    * Closes #16
    clangenb authored Aug 8, 2021
    Configuration menu
    Copy the full SHA
    536374f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. run cargo fmt + cargo clippy + update GA-CI (#31)

    GitHub Actions:
    * Add cargo fmt
    * Add cargo clippy
    
    Code:
    * run cargo fmt on the whole codebase
    * fixed clippy warnings were it made sense
    
    Other:
    * moved from legacy rust-toolchain file to richer rust-toolchain.toml
    clangenb authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    e1084fa View commit details
    Browse the repository at this point in the history
  2. Create docker image #28

    After the successful build push the docker image to the hub
    mosonyi committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    429a1bd View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Add release workflow #28

    mosonyi committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    9013308 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. Polkadot v0.9.8 (#34)

    * [integritee-runtime] bump transaction version, as the call enum was modified
    
    * [integritee-runtime] bump to 1.0.10
    
    * [GA] also cache clippy
    
    * [GA] remove target/enclave from cached dirs
    
    * move all polkadot-launch configs to /polkadot-launch and change polkadot binary to 0.9.8
    
    * [polkadot-launch] extract type-registry.json
    
    * remove parathread_registration_test_protocol.md
    clangenb authored Aug 21, 2021
    Configuration menu
    Copy the full SHA
    c020713 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Configuration menu
    Copy the full SHA
    d611720 View commit details
    Browse the repository at this point in the history
  2. fmt

    brenzi committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    16c115d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    3c40b18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5570215 View commit details
    Browse the repository at this point in the history
  3. Add westend chainspec cli (#39)

    * [chain_spec] add shell_westend_config cli, which loads the chain_spec from the shell-westend-raw.json
    
    * [Dockerfile] remove `COPY shell-westend-raw.json /usr/local/bin
    `
    clangenb authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    43e4b8c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    ec32302 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    173e461 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5ec3cd View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    c0ed96e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd15dd7 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    bcc5ff1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5448e4e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Cl use hardcoded specs for live networks (#40)

    * add shell-kusama.json
    
    * rename shell-westend-raw.json -> shell-westend.json
    
    * add integritee-kusama.json
    
    * add integritee-westend.json
    
    * [chain_spec] rename ChainSpec -> IntegriteeChainSpec.
    
    * [parachains/command] change cli to invoke hardcoded chain specs.
    
    * [parachains/chain_spec] fix ChainSpec typing
    
    * [parachains/chain_spec] remove unused `Kusama` in relaychain enum
    
    * fix fmt
    
    * adjust ss58format to 13
    
    * add teerk2 as bootnode
    
    * bump version
    
    Successfully connected to westend with --chain integritee-westend
    
    Co-authored-by: Alain Brenzikofer <[email protected]>
    clangenb and brenzi authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    fb1be89 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. [CD] establish poper release process and CI pipeline

    install sccache
    Add upload artifact
    Add srtool
    Add release process
    Add tag filter
    Add changelog
    Add delete release workflow
    Add prereleased state as well
    Add unpublished state as well
    Add more state as well
    Add delete docker if release deleted
    Docker finetuning
    Add slack info Modify slack plugin
    add create_artifacts
    Fix publish runtime
    Fix ruby
    create draft release, move out docker
    mosonyi authored and brenzi committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    75650f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. [CI] fix potential rustc incremental build bug (#46)

    * [GA] prevent unstable fingerprint rustc bug
    
    * [GA] fix yaml syntax
    clangenb authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    b26bdd8 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. chain dump scripts make binary independent chain-specs (#36)

    * [scripts] fix binary-independent chain-specs
    
    * [scripts] extract `dump_wasm_state_and_spec.sh`
    
    * [scripts] make collator configurable
    
    * [scripts] replace paraid in generated spec with arg
    
    * [scripts] add some documentation
    
    * [scripts] make dump-dir configurable
    
    * [scripts] improve docs and fix typo
    
    * [scripts] make dump-dir configurable
    
    * [scripts] fix example in doc
    clangenb authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    90113d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ca9162 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Upgrade to Polkadot 0.9.10 (#49)

    * Upgrade to Polkadot 0.9.10
    * [chain-spec] add fresh-fields
    * [scripts] helper script to upgrade code
    * remove obsolete field of the hardcoded spec
    
    Co-authored-by: echevrier <[email protected]>
    Co-authored-by: Christian Langenbacher <[email protected]>
    Co-authored-by: Alain Brenzikofer <[email protected]>
    4 people authored Oct 16, 2021
    Configuration menu
    Copy the full SHA
    68afc85 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Upgrade to polkadot 0.9.11 (#53)

    * rename 0.9.10 -> 0.9.11
    
    * [tomls] 0.9.10 -> 0.9.11
    
    * update scale-codec
    
    * add scale-info to .tomls
    
    * add BaseFilter and MaxInstructions
    
    * add Weigher comment
    
    * [runtime] fix various compiler errors
    
    * [integritee-runtime] fix various compile errors
    
    * update weights (copy paste, no frame benchmarking)
    
    * remove deprecated native_executor_instance! macro
    
    * fix comments
    
    * update service & commands to v0.9.11 (cumulus)
    
    * add missing impls to runtimes
    
    * add missing rpc.rs file + cargo.toml fix
    
    * fix benchmark
    
    * add MaxAuthorities to fix aura benchmark
    
    * run ./scripts/update_hardcoded_specs.py
    
    * run ./scripts/update_hardcoded_specs.py 2nd time..?
    
    * run ./scripts/benchmark_all_pallets.sh
    
    * rever res/ changes
    
    * make clippy happy
    
    * [.json] revert formatting changes
    
    * bump version to 1.2.10
    
    * bump ci subwasm version
    haerdib authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    edc3342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6405ac7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #55 from integritee-network/bump-version

    [integritee-runtime] bump authoring_version
    mosonyi authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    405cda8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    747f4ac View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Polkadot 0.9.13 (#60)

    closes #54
    brenzi authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    cfd74e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    d0dac8b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Add docker healthchecker (#68)

    Check if the container is running and finished syncing the parachain
    mosonyi authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    f8dba0f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Bump to polkadot 0.9.16 (#69)

    Closes #66
    haerdib authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    492bfc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Unify formatting with cumulus and encointer (#71)

    * unify rustfmt with encointer for simpler diff
    
    * cargo fmt
    
    * unify paritytech/cumulus.git -> paritytech/cumulus
    clangenb authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    f3be167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1921c7a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. new shell spec for unbricking our parachain (#78)

    closes #65
    part of #77
    
    * re-genesis all chain specs (Kusama will be reset, westend will be torn down in favor of a fresh rococo deployment)
    * de-clutter spec generation. added a few improvements from encointer too
    * bump version to 1.5.13
    * 
    this PR shall build the basis of the to-be-reset genesis config for Kusama
    
    tested
    * [x] rococo-local-with-shell and upgrade to full runtime
    * [x] kusama-local-with-shell (need to wait 60min before producing blocks!!) runtime upgrade only takes seconds after that
    * [x] launch without relay `--chain integritee-kusama` 
       * paraid correct for parachainInfo.parachainId = 2015
       * sudo key correct
       * sudo balance 10 TEER
    brenzi authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    4060c26 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. rococo regenesis to paraid 3002

    Alain Brenzikofer committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    79bec4f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. rococo spec: add bootnode and change display name. bump 1.5.15

    Alain Brenzikofer committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    224e27d View commit details
    Browse the repository at this point in the history
  2. fix CI

    Alain Brenzikofer committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    c26d793 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Migration runtime upgrade and bump to polkadot v0.9.18 (#83)

    * add a whole lot of pallets
    
    * cargo fmt
    
    * beauty changes only
    
    * add some further solo chain infos
    
    * add missing pallets
    
    * cargo fmt
    
    * add restrictive BaseFilter
    
    * cargo fmt
    
    * add better description
    
    * fix build
    
    * revert xcm pallet numbers
    
    * increaes tx version
    
    * remove FIXME - we should keep parachain weights here
    
    * remove obsolete comment
    
    * remove obsolete FIXME
    
    * relax basefilter a little
    
    * unbrick runtime upgrade
    
    * unbrick runtime upgrade
    
    * cargo fmt
    
    * add new pallets to benchmark script
    
    * fix migration naming
    
    * Benchmarking results (#88)
    
    * Bump polkadot 0.9.18 (#89)
    
    * Bump tp polkadot 0.9.18 : compile
    
    * Bump tp polkadot 0.9.18 : push forgotten cargo.lock
    
    Co-authored-by: echevrier <[email protected]>
    
    * hand-fixing remark weight
    
    * bump 1.5.16
    
    Co-authored-by: mosonyi <[email protected]>
    Co-authored-by: echevrier <[email protected]>
    Co-authored-by: echevrier <[email protected]>
    Co-authored-by: Alain Brenzikofer <[email protected]>
    5 people authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    f123120 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Modify bootnodes (#93)

    * Modify bootnodes
    
    * update cargo.lock
    
    * give final name
    
    Co-authored-by: Alain Brenzikofer <[email protected]>
    mosonyi and brenzi authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    5c8570a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Fix metric for substrate_proposer_block_constructed_count (#91)

    * Fix issue #74
    - init only Aura consensus at start up, relay chain consensus is not used
    
    * remove unnecessary clone
    
    * update collator version
    
    Co-authored-by: echevrier <[email protected]>
    Co-authored-by: haerdib <[email protected]>
    3 people authored Apr 9, 2022
    Configuration menu
    Copy the full SHA
    616c31b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Add xcmp support (#102)

    - removes pallet migration
    - removes xcmp teleport support
    - adds general Index TEER to xcm
    - add several orml xcm pallet helpers for easy xcmp
    - bump spec-version to v15
    
    TODO:
    
    - [x] cargo fmt
    - [x] clean up clippy warnings
    - [x] final runtime upgrade test
    haerdib authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    90eb7b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    e7c06f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Fix SelfReserve (#113)

    * fix SelfReserve
    
    * update spec version
    haerdib authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    662a47a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Move xcm config to separate file (#114)

    * first commit, not compiling
    
    * finally compiling
    haerdib authored Apr 29, 2022
    Configuration menu
    Copy the full SHA
    6017fb1 View commit details
    Browse the repository at this point in the history
  2. Update Rococo para id to 2015 (#115)

    * update rococo id and spec version
    
    * update gensis spec
    haerdib authored Apr 29, 2022
    Configuration menu
    Copy the full SHA
    13f84bd View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Bump polkadot 0.9.19 (#119)

    set polkadot branch to release-v0.9.19
    set substrate branch to polkadot-v0.9.19
    set integritee-network pallets branch to polkadot-v0.9.19
    set open-runtime-module-library branch to polkadot-v0.9.19
    
    Add other changes :
    - replace match_type! with match_types!
    - add lengthToFee
    - add Sub-commands for benchmark
    - Deny using relay chain for reserve transfers
    
    - bump the runtime_version to 18
    echevrier authored May 6, 2022
    Configuration menu
    Copy the full SHA
    4d8a35c View commit details
    Browse the repository at this point in the history
  2. Update README (#96)

    Updates the README. Removed manual steps, but provided some necessary info (where to find id & cmds) to start it manually, in case it's necessary.
    
    closes #92
    haerdib authored May 6, 2022
    Configuration menu
    Copy the full SHA
    72bb011 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Add democracy pallet governance + fix benchmark script (#118)

    - adds pallet democracy
    - adds a council
    - adds a technical committee
    - updates the benchmark script (fix + no need to list the pallet separately any more)
    
    - [x] test runtime upgrade
    - [x] test runtime upgrade via democracy pallet
    - [x] benchmark pallet collective & democracy
    
    closes #109
    haerdib authored May 13, 2022
    Configuration menu
    Copy the full SHA
    db6d343 View commit details
    Browse the repository at this point in the history
  2. update to Polkadot v0.9.20 (#124)

    * update cargo.toml
    
    * update to polkadot v0.9.20
    
    * update machine command
    
    * bump version
    haerdib authored May 13, 2022
    Configuration menu
    Copy the full SHA
    ee9d068 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Add moonbase (#125)

    * add moonbase raw json from rococo
    
    * run update_hardcoded_specs (false)
    
    * -Add IntegriteeDevKeys with a different root as IntegriteeKeys
    
    -Add integritee-moonbase-fresh config (with IntegriteeDevKeys, paraId: 2015, ...)
    
    -Create integritee-moonbase.json raw (run update_hardcoded_specs.py with --regenesis)
    
    -Add integritee-moonbase config (shell config from integritee-moonbase.json
    
    -Add artifacts creation for moonbase in CI
    
    * changes from review: please replace shell by integritee
    
    Co-authored-by: echevrier <[email protected]>
    echevrier and echevrier authored May 16, 2022
    Configuration menu
    Copy the full SHA
    bfc9d17 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Allow InstantOrigin for MoreThanHalfTechnicalCommittee (#127)

    * allow instantOrigin for MoreThanHalfTechnicalCommittee
    
    * update spec_version
    
    * add missing cargo.lock update
    haerdib authored May 19, 2022
    Configuration menu
    Copy the full SHA
    3b81f77 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. Remove sudo (#128)

    * bump spec version
    * remove sudo
    haerdib authored May 21, 2022
    Configuration menu
    Copy the full SHA
    70119c6 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Polkadot v0.9.22 (#130)

    * update .tomls
    
    * add sidechain weights
    
    * add pallet sidechain
    
    * update subwasm
    
    * add force_batch to utility weight
    
    * update GHA to v3
    
    * update strool-actions
    
    * update calp
    
    * bump version
    
    * fix compilation
    
    * fix rpc module
    
    * version bumps
    
    * bump tokio and add hwbench
    
    * cargo fmt
    
    * fix compilation
    
    * fix some more compilation issues
    
    * update .json
    haerdib authored May 25, 2022
    Configuration menu
    Copy the full SHA
    080e864 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    beb48d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Polkadot v0.9.24 (#136)

    * update cache@v2 to v3
    
    * update docker/login-action to v2
    
    * update to v0.9.24
    
    * rename to polkadot-parachain and res to chain_specs
    
    * rename folder res to chain-specs
    
    * update naming
    
    * switch back to open-web3 for now
    
    * rename according to cummulus
    
    * rename .tomls
    
    * finaly compiling
    
    * remove extra commit
    
    * bump spec version
    
    * cargo fmt
    
    * rename left over polkadot-parachains to parachains
    
    * Revert "rename left over polkadot-parachains to parachains"
    
    This reverts commit 5fa023d.
    
    * rename polakdot-parachains leftovers to parachains
    
    * Revert "rename polakdot-parachains leftovers to parachains"
    
    This reverts commit ee71691.
    
    * actually lets not rename everythings. Too complicated
    haerdib authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    f0bc619 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Prepare shell for polkadot (#143)

    * bump spec version, rotate sudo key
    
    * regenesis with spec v4 and new sudo key
    
    * bump shell crate version
    brenzi authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    e0c025b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. add CheckNonZeroSender to signed extra to be aligned with substrate…

    … and the integritee-node. (#145)
    clangenb authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    10ff208 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. polkadot v0.9.26 (#146)

    * bump rust-toolchain: 2022-07-19
    
    * run:
    * diener update --polkadot --branch release-v0.9.26
    * diener update --cumulus --branch polkadot-v0.9.26
    * diener update --substrate --branch polkadot-v0.9.26
    
    * change orml branch to master
    
    * fix pallets branch
    
    * Cargo.lock
    
    * [shell-runtime] compiles
    
    * integritee-runtime compiles
    
    * node builds
    
    * Cargo.toml adjusted ordering to new guideline
    
    * polkadot-launch scripts: update path to relaychain to polkadot-v0.9.26
    
    * update pallets branch to polkadot-v0.9.26 (branch without name-abbr)
    
    Co-authored-by: Sabine Proll <[email protected]>
    clangenb and masapr authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    8e27403 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Update polkadot to v0.9.27 (#153)

    * Update polkadot version (Auto generated)
    
    * Update versions for internal dependencies (Auto generated)
    
    * Update toolchain to newest nightly
    
    * Modify open-runtime-module-library dependency to use polkadot-v0.9.27 branch
    
    * Run cargo update
    
    * Trait has a new parameter is_dev
    
    * Role::Light has been removed, so we can also remove the check
    
    * Add new Enum item
    
    * Modify enum handling to be closer to cumulus implementation
    
    * Update json files to polkadot v0.9.27
    
    * Increase version numbers
    
    * Update Cargo.lock
    
    * Bum diff libs according to cumulus changes in branch polkadot-v0.9.27
    
    * Switch to official polkadot-v0.9.27 branch
    
    * Update Cargo.lock
    
    Co-authored-by: echevrier <[email protected]>
    Niederb and echevrier authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    dae0957 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Improve XCM Config (#131)

    * Improve XCM Config:
    - Remove ParentAsSuperuser from XCM origin converter
    - Disallow generic XCM execution, do not allow teleport and allow transfer
    
    * Test xcm config changes
    
    * Update polkadot-parachains/integritee-runtime/src/xcm_config.rs
    
    Co-authored-by: haerdib <[email protected]>
    
    * Update polkadot-parachains/integritee-runtime/src/xcm_config.rs
    
    Co-authored-by: haerdib <[email protected]>
    
    * Update polkadot-parachains/integritee-runtime/src/xcm_config.rs
    
    Co-authored-by: haerdib <[email protected]>
    
    * Increase version numbers
    
    Co-authored-by: echevrier <[email protected]>
    Co-authored-by: haerdib <[email protected]>
    3 people authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    43b74f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. add hardcoded chain spec: shell_kusama_lease2 (#160)

    * add hardcoded chain_spec.rs for registration of the new parathread
    
    * fix parachainID
    
    * [GA] fix matrix for new shell chain spec
    
    * [ChainSpec] new sudo key
    clangenb authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    026861c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    8133061 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Add cargo.toml formatting with taplo (#164)

    * Add cargo fmt with taplo
    
    * Replace ' with " in Cargo.toml
    
    * Check cargo fmt in CI
    
    * Use docker img for taplo.
    
    Co-authored-by: echevrier <[email protected]>
    echevrier and echevrier authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    e9dafa3 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Add zombienet config to launch a rococo local network (#154)

    * Add zombienet configuration to launch a rococo local network with 2 integritee collators
    
    * zombienet is working with upgrade to polkadot-v0.9.27
    
    * add zombienet config corresponding to launch integritee with xcm: doesn't work!!!
    
    * Update config to run with zombienet  v1.2.73
    
    Co-authored-by: echevrier <[email protected]>
    Co-authored-by: clangenb <[email protected]>
    3 people authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    ef42580 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Add license check (#165)

    * Add license check
    
    * Adjust license template
    Niederb authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    53ba430 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Update polkadot-v0.9.29 (#168)

    * Update polkadot version (Auto generated commit)
    
    * Update versions for internal dependencies (Auto generated commit)
    
    * bump version, so carge won't feel conflicted
    
    * followup for `confirm_proposed_sidechain_block` -> `confirm_imported_sidechain_block` renaming
    
    * Cargo.toml manually update to polkadot-v0.9.29
    
    * update Cargo.lock
    
    * weight related followups
    
    * RPC FIXED: follow-up for RPC worker in cumulus#1462
    
    * follow up for susbtrate#11407
    
    * sync versions for jsonrpsee
    
    * followup for `BasePath`
    
    * pallets followup
    
    * bump version
    
    * fixup! bump version
    
    * move to finalized polkadot-v0.9.29 branch
    
    * update polkadot version in scripts
    
    * remove obsolete comment
    
    See: #154 (comment)
    
    * shell-runtime: bump version
    
    * update Cargo.lock
    
    * shell-runtime: bump spec_version
    OverOrion authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    c9cd8df View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Update the relay chain binary to polkadot-v0.9.34 (#171)

    * [polakdot-launch] bump relay chain binary
    
    * [polakdot-launch] unify paths
    
    * bump rust-toolchain.toml
    
    * fix licencing issue with webpki library
    clangenb authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    ca9f6b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. bump to polkadot-v0.9.32

    clangenb committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    8877404 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a446f5 View commit details
    Browse the repository at this point in the history
  3. shell-runtime builds

    clangenb committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    72fb4be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db19f88 View commit details
    Browse the repository at this point in the history
  5. integritee-runtime compiles

    clangenb committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    0533b9b View commit details
    Browse the repository at this point in the history
  6. node compiles

    clangenb committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    920d28a View commit details
    Browse the repository at this point in the history