Skip to content
  1. Feb 25, 2022
    • Oliver Tale-Yazdi's avatar
      Co #10897: Storage benchmarking (#4982) · 86f2d65a
      Oliver Tale-Yazdi authored
      
      
      * Add storage benchmarking
      
      Signed-off-by: default avatarOliver Tale-Yazdi <[email protected]>
      
      * update lockfile for {"substrate"}
      
      Co-authored-by: parity-processbot <>
      86f2d65a
    • Bernhard Schuster's avatar
      fatality based errors (#4448) · d9465827
      Bernhard Schuster authored
      * seed commit for fatality based errors
      
      * fatality
      
      * first draft of fatality
      
      * cleanup
      
      * differnt approach
      
      * simplify
      
      * first working version for enums, with documentation
      
      * add split
      
      * fix simple split test case
      
      * extend README.md
      
      * update fatality impl
      
      * make tests passed
      
      * apply fatality to first subsystem
      
      * fatality fixes
      
      * use fatality in a subsystem
      
      * fix subsystemg
      
      * fixup proc macro
      
      * fix/test: log::*! do not execute when log handler is missing
      
      * fix spelling
      
      * rename Runtime2 to something sane
      
      * allow nested split with `forward` annotations
      
      * add free license
      
      * enable and fixup all tests
      
      * use external fatality
      
      Makes this more reviewable.
      
      * bump fatality dep
      
      Avoid duplicate expander compilations.
      
      * migrate availability distribution
      
      * more fatality usage
      
      * chore: bump fatality to 0.0.6
      
      * fixup remaining subsystems
      
      * chore: fmt
      
      * make cargo spellcheck happy
      
      * remove single instance of `#[fatal(false)]`
      
      * last quality sweep
      
      * fixup
      d9465827
    • Bernhard Schuster's avatar
      85fa0874
    • Bastian Köcher's avatar
      Try to fix disputes test (#4988) · 4028ca10
      Bastian Köcher authored
      * Try to fix disputes test
      
      * Enable all native runtimes
      4028ca10
    • wigy's avatar
      Companion to "Updating scale to v3" (#4958) · e8cb6cda
      wigy authored
      
      
      * Updating dependencies
      
      * Adapting code to scale v3
      
      * Upgrade bitvec to 1.0.0
      
      * Fix bitvec arithmetics
      
      * Update Cargo.lock
      
      * Update sp-io
      
      * Fixing the build
      
      * Yanked scale-info 2.0.0
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      e8cb6cda
  2. Feb 24, 2022
  3. Feb 23, 2022
  4. Feb 22, 2022
  5. Feb 21, 2022
  6. Feb 18, 2022
  7. Feb 17, 2022
  8. Feb 16, 2022
  9. Feb 15, 2022
  10. Feb 14, 2022
  11. Feb 13, 2022
    • Kian Paimani's avatar
      Add proxy type for Kappa Sigma Mu (#4851) · da78d0a4
      Kian Paimani authored
      da78d0a4
    • Zeke Mostov's avatar
      Baseline weights for `force_apply_min_commission` (#4896) · 0e49337a
      Zeke Mostov authored
      
      
      * Make a diff
      
      * cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
      
      * cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
      
      * cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
      
      Co-authored-by: default avatarParity Bot <[email protected]>
      Co-authored-by: default avatarShawn Tabrizi <[email protected]>
      0e49337a
  12. Feb 12, 2022
    • Shawn Tabrizi's avatar
      Allow two Parachains to swap (#4772) · d5f51273
      Shawn Tabrizi authored
      
      
      * add support for parachain to parachain swap
      
      * enable swaps on kusama
      
      * sanity test in paras_registrar
      
      * express more errors
      
      * finish up tests
      
      * fmt
      
      * make fields pub
      
      * refactor integration tests to use real accounts
      
      * Update Crowdloan Account to FundIndex (#4824)
      
      * update fund account to use index
      
      * fix integration tests
      
      * Update runtime/common/src/crowdloan.rs
      
      * finish parachain swap test
      
      * format
      
      * fix warning
      
      * fix spacing
      
      * fix formatting
      
      * write migrations
      
      * add migration
      
      * fixes
      
      * more fixes to migration
      
      * Update runtime/common/src/crowdloan/mod.rs
      
      Co-authored-by: default avatarZeke Mostov <[email protected]>
      
      * Update runtime/common/src/paras_registrar.rs
      
      * Update migration.rs
      
      * extract swap function
      
      Co-authored-by: default avatarZeke Mostov <[email protected]>
      d5f51273