1. Jan 13, 2022
  2. Jan 12, 2022
  3. Jan 10, 2022
  4. Jan 05, 2022
  5. Jan 04, 2022
  6. Jan 03, 2022
  7. Dec 31, 2021
  8. Dec 30, 2021
  9. Dec 28, 2021
  10. Dec 27, 2021
  11. Dec 24, 2021
    • Bastian Köcher's avatar
      Mock XCM (#876) · 229000c5
      Bastian Köcher authored
      
      
      * sketch downward messages
      
      * bring in attempt to mock mqc-head from moonbeam
      
      * just patch individual crates
      
      * fing comma
      
      * add some logs
      
      * Holy shit, we actually imported a block!
      
      * Actually mock the message queue chain
      
      * use relay parent number for `sent_at`
      
      * finish moving MQC to primitives
      
      * more complete mock and better config type
      
      * change name
      
      * fix export
      
      * better map types
      
      * fix dependencies after rebase
      
      * try-rejigging branches because this is an override
      
      * try to re-jig for hrmp mcqs
      
      * fix branches
      
      * actually fix branches better
      
      * even better
      
      * Removestray log lines
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      
      * Nicer handling of default `ParachainSystem` name
      
      * better docs
      
      * Default MockXcm for people who only who don't care to mock xcm.
      
      * cargo fmt
      
      * trailing commas
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      
      * use the variable for hrmp to
      
      * fix deref
      
      * deduplicate MessageQueueChain
      
      * better docs for MessageQueueChain
      
      * Use `Vec<u8>` instead of `&'static [u8]`
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      
      * cargo fmt
      
      * associated changes for using Vec<u8>
      
      * Unused import
      
      * Fix compilation
      
      Co-authored-by: default avatarJoshy Orndorff <[email protected]>
      Co-authored-by: default avatarJoshy Orndorff <[email protected]>
      229000c5
    • cheme's avatar
      Companion for substrate#9732 (#678) · 0256fe73
      cheme authored
      * state-update4 branch
      
      * new ref
      
      * Update to latest.
      
      * update deps
      
      * switch to host state version
      
      * update
      
      * fmt
      
      * up
      
      * remove trie patch
      
      * remove patch
      
      * fmt
      
      * update
      
      * set state_versions in runtimes
      
      * state version from storage
      
      * state version from storage
      
      * seedling compat
      
      * restore lock
      
      * update lockfile for substrate
      
      * update lockfile for polkadot
      
      Co-authored-by: parity-processbot <>
      0256fe73
  12. Dec 22, 2021
  13. Dec 21, 2021
  14. Dec 20, 2021
  15. Dec 16, 2021
  16. Dec 15, 2021
  17. Dec 14, 2021
  18. Dec 13, 2021
  19. Dec 12, 2021
  20. Dec 11, 2021
  21. Dec 10, 2021
  22. Dec 09, 2021
  23. Dec 08, 2021
    • Chevdor's avatar
      Release notes fixes (#839) · fc1f3fd9
      Chevdor authored
      * Format runtime version
      
      ref #787
      
      * Remove the counter in the misc changes
      
      * Add pre-release information
      
      * Save context as artifact
      
      * Rococo naming and minor fixes
      
      * WIP
      
      * Show the list of high prio issues
      
      * Minor fixes
      
      * Fix workflow title
      
      * Attempt to fix Element rendering issue
      
      * Code block fix
      fc1f3fd9
    • Ignacio Palacios's avatar
      Seedling Runtime + Node (#824) · fff94ff2
      Ignacio Palacios authored
      * before adding seedling client side
      
      * seedling runtime compiles
      
      * create seedling spec script added
      
      * seedling node & BaseCallFilter fixes
      
      * update AllPalets
      
      * formatting
      
      * CallFilter + SignedExtra + AccountData fix
      
      * XCM removed
      
      * cleanup
      fff94ff2
    • Ricardo Rius's avatar
      Fix Statemine ss58 prefixes. (#829) · 58a42566
      Ricardo Rius authored
      * Fix Statemine prefix
      
      * Add prefix to chain spec
      58a42566