Skip to content
  1. May 13, 2022
  2. May 11, 2022
  3. May 10, 2022
    • Niklas Adolfsson's avatar
      companion #8738 (jsonrpsee) (#823) · 2d506dfc
      Niklas Adolfsson authored
      * update polkadot and substrate
      
      * add jsonrpsee glue code
      
      * fix tests
      
      * update substrate & polkadot
      
      * update substrate & polkadot
      
      * update Cargo.lock
      
      * revert Cargo.toml
      
      * revert changes in Cargo.toml
      
      * update companion
      
      * revert substrate change
      
      * add Cargo.lock
      
      * update substrate manually
      
      * update polkadot
      2d506dfc
  4. May 09, 2022
  5. May 05, 2022
  6. May 04, 2022
  7. May 03, 2022
  8. Apr 28, 2022
  9. Apr 26, 2022
  10. Apr 22, 2022
  11. Apr 20, 2022
    • Squirrel's avatar
      Deny using relay chain for reserve transfers (#1169) · fafe1f1b
      Squirrel authored
      
      
      * Deny using relay chain for reserve transfers
      
      * match on junction as well.
      
      * Update polkadot-parachains/parachains-common/src/xcm_config.rs
      
      * Use Err to signal deny
      
      * Deny depisiting reserved assets + fmt
      
      * Allow DepositReserveAssets from relay chain
      
      Deny InitiateReserveWithdrawal
      
      * Rather than allow DepositReserveAsset,
      
      it was ReservAssetDeposited that should be allowed but logged.
      
      * don't reference common parachains.
      
      * Update parachain-template/runtime/src/xcm_config.rs
      
      * Warn if reserve asset deposited msg detected.
      
      Co-authored-by: default avatarKeith Yeung <[email protected]>
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      fafe1f1b
  12. Apr 15, 2022
  13. Apr 14, 2022
  14. Apr 12, 2022
  15. Apr 08, 2022
  16. Apr 07, 2022
  17. Apr 04, 2022
  18. Apr 01, 2022
  19. Mar 31, 2022
  20. Mar 30, 2022
  21. Mar 28, 2022
  22. Mar 24, 2022
  23. Mar 23, 2022
  24. Mar 22, 2022
  25. Mar 12, 2022
  26. Mar 11, 2022
  27. Mar 10, 2022
  28. Mar 08, 2022
  29. Mar 07, 2022
    • Doordashcon's avatar
      Add benchmarks for Xcmp QueueConfigData setters (#982) · 8d96b867
      Doordashcon authored
      
      
      * add benchmarks for xcmp queue config data setters
      
      * add new benchmarks
      
      * cargo fmt
      
      * added newline
      
      * Additional weights for dmp queue for westmint
      
      * include new weights
      
      * Adding WeightInfo trait and friends
      
      * WeightInfo should be on xcmp rather than dmp pallet
      
      * cargo fmt
      
      * update scripts
      
      * mock weightinfo
      
      * cargo fmt
      
      * canvas kusama is substrate weight
      
      * weights from bm2
      
      * expanding to other similar config functions
      
      * updated weights from bm2
      
      * Revert "updated weights from bm2"
      
      This reverts commit b1702780982c278b44f572c2089b1d7ddc564d76.
      
      * Consolidation to one benchmark
      
      * reran weights
      
      * Update pallets/xcmp-queue/src/lib.rs
      
      Co-authored-by: default avatarIgnacio Palacios <[email protected]>
      
      * integrating review feedback
      
      * rerun weights
      
      * Add DispatchClass::Operational
      
      Co-authored-by: default avatarSquirrel <[email protected]>
      Co-authored-by: default avatarIgnacio Palacios <[email protected]>
      8d96b867
    • Gavin Wood's avatar
      Companion for #10896: Minor Uniques pallet improvements (#1070) · ca379cf7
      Gavin Wood authored
      * Formatting
      
      * Add set_accept_ownership weight
      
      * Revert lock file
      
      * Fixes
      
      * Fixed
      
      * Revert lock
      
      * Fixes
      
      * Bump Substrate
      ca379cf7
  30. Mar 04, 2022
  31. Mar 02, 2022
    • Bastian Köcher's avatar
      polkadot-collator: Switch to wasm only (#1054) · b78414e9
      Bastian Köcher authored
      
      
      * polkadot-collator: Switch to wasm only
      
      This switches the polkadot-collator to run everything in wasm only mode. While we should not that
      yet with the relay chain, because it can happen that we run out of memory (very unlikely). On the
      relay chain that would be bad, because we only have at max 2 sessions to bring everything back, for
      Parachains that isn't such a problem as they would only stall and we could roll out a release that
      fixes it. Besides that, Parachain validation on the relay chain happens in Wasm already all the time
      and there is the memory usage even higher then on block import.
      
      * cargo fmt
      
      * remove unused var
      
      Co-authored-by: default avatarSquirrel <[email protected]>
      b78414e9
    • Dan Shields's avatar
      Update Cumulus to common Cargo formmating scheme (#1050) · 62ccc853
      Dan Shields authored
      * Update throughout with common Cargo formating scheme
      62ccc853