Skip to content
  1. Nov 11, 2021
    • Denis_P's avatar
      CI: chore (#3957) · 9d5724f9
      Denis_P authored
      * CI: chore
      
      * CI: lsof and jq are installed
      
      * CI: generate docs with deps
      
      * CI: remove check width, fmt checks it
      
      * CI: simplify rules
      
      * CI: make CI image variable
      
      * CI: more chore
      
      * rm check_line_width.sh
      
      * CI: fix spellcheck; fix check-transaction
      
      * CI: return installing jq
      
      * lint: remove dupes
      9d5724f9
    • David's avatar
      Companion – Update jsonrpsee to 0.4.1 (#4256) · 62146d84
      David authored
      
      
      * Update staking-miner
      
      * fmt
      
      * lockfile
      
      * Point to substrate companion branch
      
      * Revert "Point to substrate companion branch"
      
      This reverts commit 3f8afc5d3137614776f54c7dac3c9077268c5fe5.
      
      * Revert 3f8afc5d3137614776f54c7dac3c9077268c5fe5
      
      * Remove `params` macro in favour of `rpc_macro` from jsonrpsee
      
      * update Cargo.lock
      
      * remove unused import
      
      Co-authored-by: default avatarAndronik Ordian <[email protected]>
      62146d84
    • Alexander Popiak's avatar
      Add more XCM tracing (#4211) · 8156dbe7
      Alexander Popiak authored
      * add more logging to currency adapter
      
      * add more logging to barriers
      
      * reformat currency adapter trace logs
      
      * add tracing logs for filter asset location
      
      * add tracing logs to fungibles adapter
      
      * add tracing to origin conversion
      
      * add tracing logs for xcm weight trading
      
      * fix compile errors
      
      * add more tracing logs to xcm executor
      
      * formatting and compile fixes
      
      * add some tracing logs to pallet-xcm
      
      * adjust log target in executor to debug
      
      * fix closure args
      8156dbe7
  2. Nov 10, 2021
  3. Nov 09, 2021
  4. Nov 08, 2021
  5. Nov 06, 2021
  6. Nov 04, 2021
  7. Nov 03, 2021
  8. Nov 02, 2021
  9. Oct 31, 2021
    • ordian's avatar
      bump rococo spec (#4189) · 77cf73c1
      ordian authored
      * bump rococo spec_version
      
      * replace the spec file
      
      * bump rococo chain id
      
      * use rococo-staging
      77cf73c1
  10. Oct 30, 2021
  11. Oct 29, 2021
    • Bastian Köcher's avatar
      Introduce `OriginPrivilegeCmp` (#4166) · e0d6b95a
      Bastian Köcher authored
      * Introduce `OriginPrivilegeCmp`
      
      Make use of the new `OriginPrivilegeCmp` feature of pallet scheduler.
      The idea is to make sure that a council origin with more yes votes has
      higher privileges than a council origin with less yes votes. This solves
      a problem that happened recently on Kusama where the council tried to
      cancel a scheduled task, but that required that the same council origin
      was used while the cancel motion had more yes votes than the origin
      motion that scheduled this task. With this origin privilege compare it
      should now be solved by checking the yes votes directly.
      
      * Feedback
      
      * update lockfile for substrate
      
      Co-authored-by: parity-processbot <>
      e0d6b95a
    • ordian's avatar
      7b1ee41c
    • dependabot[bot]'s avatar
      Bump trybuild from 1.0.50 to 1.0.52 (#4156) · 7444d93d
      dependabot[bot] authored
      
      
      Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.50 to 1.0.52.
      - [Release notes](https://github.com/dtolnay/trybuild/releases)
      - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.50...1.0.52)
      
      ---
      updated-dependencies:
      - dependency-name: trybuild
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      7444d93d
  12. Oct 28, 2021