Skip to content
  1. May 27, 2022
  2. May 26, 2022
  3. May 25, 2022
  4. May 23, 2022
    • dependabot[bot]'s avatar
      Bump regex from 1.5.5 to 1.5.6 · 45fbc0b4
      dependabot[bot] authored
      
      
      Bumps [regex](https://github.com/rust-lang/regex) from 1.5.5 to 1.5.6.
      - [Release notes](https://github.com/rust-lang/regex/releases)
      - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/rust-lang/regex/compare/1.5.5...1.5.6)
      
      ---
      updated-dependencies:
      - dependency-name: regex
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      45fbc0b4
  5. May 20, 2022
  6. May 19, 2022
  7. May 18, 2022
  8. May 17, 2022
  9. May 16, 2022
  10. May 13, 2022
    • Chevdor's avatar
      Add missing dep (#542) · b673c39b
      Chevdor authored
      * Add missing dep
      
      openssl is required to build cargo-dylint
      
      * Fixed order
      
      * Add --locked
      
      * Cosmetic
      b673c39b
    • dependabot[bot]'s avatar
      Bump jsonrpsee from 0.13.0 to 0.13.1 · 3966ac8d
      dependabot[bot] authored
      
      
      Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee) from 0.13.0 to 0.13.1.
      - [Release notes](https://github.com/paritytech/jsonrpsee/releases)
      - [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/paritytech/jsonrpsee/compare/v0.13.0...v0.13.1)
      
      ---
      updated-dependencies:
      - dependency-name: jsonrpsee
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      3966ac8d
  11. May 11, 2022
  12. May 09, 2022
  13. May 06, 2022
    • Andrew Jones's avatar
      Display `H256` instances in events as hex encoded string (#550) · 1dab046b
      Andrew Jones authored
      * Fix comment
      
      * Remove some unnecessary path prefixes
      
      * Allow custom encoding OR decoding, add tests
      
      * Fmt
      
      * Register custom type decoder for contract event transcoder
      1dab046b
    • dependabot[bot]'s avatar
      Bump clap from 3.1.15 to 3.1.16 · cb10dba5
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 3.1.15 to 3.1.16.
      - [Release notes](https://github.com/clap-rs/clap/releases)
      - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/clap-rs/clap/compare/v3.1.15...v3.1.16)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      cb10dba5
    • Andrew Jones's avatar
      Fix `--dry-run` error deserialization and report error details (#534) · 2961428c
      Andrew Jones authored
      * Update metadata, derive Deserialize for runtime error types
      
      * Add error details to dry run instantiate
      
      * Factor out common method for reporting dry-run error
      
      * Report module error details on upload dry-run
      
      * Report module error details for call dry-run
      
      * Move printing result back to callers
      
      * Update subxt
      
      * Fix for new subxt and satisfy clippy
      
      * Update to `subxt` master
      
      * Use latest subxt release
      2961428c
  14. May 05, 2022
    • Andrew Jones's avatar
      Allow hex literals for unsigned integers (#547) · 0215f1b3
      Andrew Jones authored
      * WIP in hex literals
      
      * Convert bytes to seqs
      
      * Fmt
      
      * Warnings
      
      * Add transcode hex literal test
      
      * Fix Hex construction trim leading 0x
      
      * Fix custom account id transcode test
      
      * Fix uint hex literal transcoder test
      0215f1b3
  15. May 04, 2022
    • dependabot[bot]'s avatar
      Bump serde_json from 1.0.80 to 1.0.81 · c174a678
      dependabot[bot] authored
      
      
      Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.80 to 1.0.81.
      - [Release notes](https://github.com/serde-rs/json/releases)
      - [Commits](https://github.com/serde-rs/json/compare/v1.0.80...v1.0.81)
      
      ---
      updated-dependencies:
      - dependency-name: serde_json
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      c174a678
  16. May 03, 2022
    • dependabot[bot]'s avatar
      Bump log from 0.4.16 to 0.4.17 · 30565831
      dependabot[bot] authored
      
      
      Bumps [log](https://github.com/rust-lang/log) from 0.4.16 to 0.4.17.
      - [Release notes](https://github.com/rust-lang/log/releases)
      - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/rust-lang/log/commits/0.4.17)
      
      ---
      updated-dependencies:
      - dependency-name: log
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      30565831
    • dependabot[bot]'s avatar
      Bump clap from 3.1.14 to 3.1.15 · dd8464d1
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 3.1.14 to 3.1.15.
      - [Release notes](https://github.com/clap-rs/clap/releases)
      - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/clap-rs/clap/compare/v3.1.14...v3.1.15)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      dd8464d1
  17. May 02, 2022
    • dependabot[bot]'s avatar
      Bump serde from 1.0.136 to 1.0.137 · 76a6df4e
      dependabot[bot] authored
      
      
      Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
      - [Release notes](https://github.com/serde-rs/serde/releases)
      - [Commits](https://github.com/serde-rs/serde/compare/v1.0.136...v1.0.137)
      
      ---
      updated-dependencies:
      - dependency-name: serde
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      76a6df4e
    • dependabot[bot]'s avatar
      Bump semver from 1.0.7 to 1.0.9 · d17b5daf
      dependabot[bot] authored
      
      
      Bumps [semver](https://github.com/dtolnay/semver) from 1.0.7 to 1.0.9.
      - [Release notes](https://github.com/dtolnay/semver/releases)
      - [Commits](https://github.com/dtolnay/semver/compare/1.0.7...1.0.9)
      
      ---
      updated-dependencies:
      - dependency-name: semver
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      d17b5daf
    • dependabot[bot]'s avatar
      Bump thiserror from 1.0.30 to 1.0.31 · f45945b2
      dependabot[bot] authored
      
      
      Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.30 to 1.0.31.
      - [Release notes](https://github.com/dtolnay/thiserror/releases)
      - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.30...1.0.31)
      
      ---
      updated-dependencies:
      - dependency-name: thiserror
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      f45945b2
    • dependabot[bot]'s avatar
      Bump clap from 3.1.12 to 3.1.14 · 0d9e9b81
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 3.1.12 to 3.1.14.
      - [Release notes](https://github.com/clap-rs/clap/releases)
      - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/clap-rs/clap/compare/v3.1.12...v3.1.14)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      0d9e9b81
    • dependabot[bot]'s avatar
      Bump serde_json from 1.0.79 to 1.0.80 · 4397a8fc
      dependabot[bot] authored
      
      
      Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.80.
      - [Release notes](https://github.com/serde-rs/json/releases)
      - [Commits](https://github.com/serde-rs/json/compare/v1.0.79...v1.0.80)
      
      ---
      updated-dependencies:
      - dependency-name: serde_json
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      4397a8fc
    • Alexander Theißen's avatar
  18. Apr 26, 2022
  19. Apr 22, 2022
    • dependabot[bot]'s avatar
      Bump clap from 3.1.10 to 3.1.12 · 4ba6d818
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 3.1.10 to 3.1.12.
      - [Release notes](https://github.com/clap-rs/clap/releases)
      - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/clap-rs/clap/compare/v3.1.10...v3.1.12)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      4ba6d818