Niklas Adolfsson
193452e95f
fix: dependabot dir -> dirs ( #1731 )
2024-08-27 13:50:21 +02:00
paritytech-subxt-pr-maker[bot]
c5af479f26
Update Artifacts (auto-generated) ( #1723 )
...
Co-authored-by: tadeohepperle <62739623+tadeohepperle@users.noreply.github.com >
2024-08-27 10:34:58 +01:00
Niklas Adolfsson
69b09a8246
fix: enable dependabot for all crates ( #1729 )
2024-08-27 11:32:22 +02:00
dependabot[bot]
06a1c3f741
build(deps): bump serde_json from 1.0.124 to 1.0.127 ( #1726 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.124 to 1.0.127.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.124...1.0.127 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 13:46:38 +02:00
dependabot[bot]
75bdb0c688
build(deps): bump quote from 1.0.36 to 1.0.37 ( #1728 )
...
Bumps [quote](https://github.com/dtolnay/quote ) from 1.0.36 to 1.0.37.
- [Release notes](https://github.com/dtolnay/quote/releases )
- [Commits](https://github.com/dtolnay/quote/compare/1.0.36...1.0.37 )
---
updated-dependencies:
- dependency-name: quote
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 11:19:46 +03:00
dependabot[bot]
cba0d26b99
build(deps): bump wasm-bindgen-futures from 0.4.42 to 0.4.43 ( #1727 )
...
Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen ) from 0.4.42 to 0.4.43.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits )
---
updated-dependencies:
- dependency-name: wasm-bindgen-futures
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 11:19:29 +03:00
dependabot[bot]
415aae54c2
build(deps): bump serde from 1.0.208 to 1.0.209 ( #1725 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.208 to 1.0.209.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.208...v1.0.209 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 11:19:15 +03:00
dependabot[bot]
c693f9244c
build(deps): bump web-sys from 0.3.69 to 0.3.70 ( #1724 )
...
Bumps [web-sys](https://github.com/rustwasm/wasm-bindgen ) from 0.3.69 to 0.3.70.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits )
---
updated-dependencies:
- dependency-name: web-sys
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 11:19:03 +03:00
Jonathan Brown
c7ccc58e69
Support loading keys from Polkadot-JS accounts. ( #1661 )
...
* Import key pair from JSON.
* Get secret.
* Fix JSON decryption.
* Fix error handling.
* Fix warnings.
* Add polkadot-js links.
* Fix packages.
* Fix json feature.
* Add copyright message.
* Update Cargo.toml
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
* Improve error handling.
* Expect that provided parameters are valid.
* Add Scrypt parameters comment from JS implementation.
* Fix expect() message
* Make from_ed25519_bytes() pub(crate)
* Rename json feature to polkadot-js-compat
* Add comment about polkadot-js-compat dependencies.
Co-authored-by: James Wilson <james@jsdw.me >
* Add decrypt_json() public method.
* json.rs -> polkadot_js_compat.rs
* Simplify JSON structs.
* Only declare from_ed25519_bytes() with polkadot-js-compat
* Move decrypt_json() to top of file.
* Don't enable new crates on std feature
* Avoid enabling a couple of existing optional crates on std feature
---------
Co-authored-by: Jonathan Brown <jbrown@acuity.network >
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
Co-authored-by: James Wilson <james@jsdw.me >
2024-08-23 17:52:46 +01:00
Femi Olah
a8a700cb20
Add Hyperbridge as a subxt user to README ( #1721 )
...
* Adds Hyperbridge
* update description
* Remove extra space
---------
Co-authored-by: James Wilson <james@jsdw.me >
2024-08-23 13:55:34 +02:00
paritytech-subxt-pr-maker[bot]
270f74a0b3
Update Artifacts (auto-generated) ( #1712 )
...
Co-authored-by: tadeohepperle <62739623+tadeohepperle@users.noreply.github.com >
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
2024-08-21 17:07:29 +01:00
dependabot[bot]
a8c36346eb
build(deps): bump serde from 1.0.206 to 1.0.208 ( #1717 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.206 to 1.0.208.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.206...v1.0.208 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
Co-authored-by: Pavlo Khrystenko <45178695+pkhry@users.noreply.github.com >
2024-08-20 12:44:51 +02:00
dependabot[bot]
dbd05b4fd9
build(deps): bump js-sys from 0.3.69 to 0.3.70 ( #1716 )
...
* build(deps): bump js-sys from 0.3.69 to 0.3.70
Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen ) from 0.3.69 to 0.3.70.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits )
---
updated-dependencies:
- dependency-name: js-sys
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* update Cargo.lock
* update Cargo.lock
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
Co-authored-by: Pavlo Khrystenko <45178695+pkhry@users.noreply.github.com >
2024-08-20 12:21:03 +02:00
dependabot[bot]
359603f014
build(deps): bump tokio from 1.39.2 to 1.39.3 ( #1714 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.39.2 to 1.39.3.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.39.3 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
Co-authored-by: Pavlo Khrystenko <45178695+pkhry@users.noreply.github.com >
2024-08-20 11:54:04 +02:00
dependabot[bot]
648581796e
build(deps): bump clap from 4.5.15 to 4.5.16 ( #1715 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.15 to 4.5.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/clap_complete-v4.5.15...clap_complete-v4.5.16 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
2024-08-20 11:43:10 +02:00
dependabot[bot]
02ab50eee8
build(deps): bump wasm-bindgen from 0.2.92 to 0.2.93 ( #1713 )
...
* build(deps): bump wasm-bindgen from 0.2.92 to 0.2.93
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen ) from 0.2.92 to 0.2.93.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.92...0.2.93 )
---
updated-dependencies:
- dependency-name: wasm-bindgen
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* cargo update -p wasm-bindgen
* update Cargo.lock
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
2024-08-20 11:23:54 +02:00
Niklas Adolfsson
fb1ca92a31
fix: update Cargo.lock for wasm-tests ( #1718 )
2024-08-19 18:09:26 +02:00
paritytech-subxt-pr-maker[bot]
90b47faad8
Update Artifacts (auto-generated) ( #1706 )
...
Co-authored-by: tadeohepperle <62739623+tadeohepperle@users.noreply.github.com >
2024-08-12 13:44:32 +01:00
dependabot[bot]
5a845074c4
build(deps): bump clap from 4.5.13 to 4.5.15 ( #1707 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.13 to 4.5.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/clap_complete-v4.5.13...v4.5.15 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com >
2024-08-12 14:22:31 +02:00
dependabot[bot]
cc1610b3bf
build(deps): bump scale-value from 0.16.1 to 0.16.2 ( #1710 )
...
Bumps [scale-value](https://github.com/paritytech/scale-value ) from 0.16.1 to 0.16.2.
- [Release notes](https://github.com/paritytech/scale-value/releases )
- [Changelog](https://github.com/paritytech/scale-value/blob/main/CHANGELOG.md )
- [Commits](https://github.com/paritytech/scale-value/compare/v0.16.1...v0.16.2 )
---
updated-dependencies:
- dependency-name: scale-value
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com >
2024-08-12 14:22:12 +02:00
dependabot[bot]
a2b2142a02
build(deps): bump serde from 1.0.204 to 1.0.206 ( #1709 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.204 to 1.0.206.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.204...v1.0.206 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-12 14:21:56 +02:00
dependabot[bot]
f1c59710f0
build(deps): bump serde_json from 1.0.122 to 1.0.124 ( #1708 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.122 to 1.0.124.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.122...v1.0.124 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-12 12:43:54 +03:00
paritytech-subxt-pr-maker[bot]
0cd63ba979
Update Artifacts (auto-generated) ( #1700 )
...
Co-authored-by: tadeohepperle <62739623+tadeohepperle@users.noreply.github.com >
2024-08-05 12:01:16 +01:00
dependabot[bot]
6b5b25db26
build(deps): bump clap from 4.5.11 to 4.5.13 ( #1704 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.11 to 4.5.13.
- [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/clap_complete-v4.5.11...v4.5.13 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 11:54:53 +03:00
dependabot[bot]
c35fb52c73
build(deps): bump regex from 1.10.5 to 1.10.6 ( #1703 )
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.10.5 to 1.10.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.10.5...1.10.6 )
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 11:54:44 +03:00
dependabot[bot]
3b72365d5e
build(deps): bump serde_json from 1.0.121 to 1.0.122 ( #1702 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.121 to 1.0.122.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.121...v1.0.122 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 11:54:24 +03:00
dependabot[bot]
d425f93534
build(deps): bump trybuild from 1.0.98 to 1.0.99 ( #1701 )
...
Bumps [trybuild](https://github.com/dtolnay/trybuild ) from 1.0.98 to 1.0.99.
- [Release notes](https://github.com/dtolnay/trybuild/releases )
- [Commits](https://github.com/dtolnay/trybuild/compare/1.0.98...1.0.99 )
---
updated-dependencies:
- dependency-name: trybuild
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 11:54:08 +03:00
Elias Rad
a936675673
docs:fix spelling issues ( #1699 )
...
* Update CHANGELOG.md
* Update mod.rs
* Update runtime_apis.rs
* Update setup_client_custom_rpc.rs
* Update subxt/examples/setup_client_custom_rpc.rs
Co-authored-by: James Wilson <james@jsdw.me >
* Update subxt/examples/setup_client_custom_rpc.rs
Co-authored-by: James Wilson <james@jsdw.me >
---------
Co-authored-by: James Wilson <james@jsdw.me >
2024-08-05 09:35:23 +01:00
paritytech-subxt-pr-maker[bot]
11a99e1ee6
Update Artifacts (auto-generated) ( #1691 )
...
Co-authored-by: tadeohepperle <62739623+tadeohepperle@users.noreply.github.com >
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
2024-07-30 10:16:47 +01:00
dependabot[bot]
a8687c2671
build(deps): bump trybuild from 1.0.97 to 1.0.98 ( #1692 )
...
Bumps [trybuild](https://github.com/dtolnay/trybuild ) from 1.0.97 to 1.0.98.
- [Release notes](https://github.com/dtolnay/trybuild/releases )
- [Commits](https://github.com/dtolnay/trybuild/compare/1.0.97...1.0.98 )
---
updated-dependencies:
- dependency-name: trybuild
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
2024-07-29 18:46:20 +02:00
dependabot[bot]
1d94a6ff85
build(deps): bump tokio from 1.38.1 to 1.39.2 ( #1694 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.38.1 to 1.39.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.1...tokio-1.39.2 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
2024-07-29 18:45:58 +02:00
shangchengbabaiban
9fbabd01ad
chore: fix some comments ( #1697 )
...
Signed-off-by: shangchengbabaiban <shuang.cui@live.cn >
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
2024-07-29 18:45:37 +02:00
dependabot[bot]
14818fc12a
build(deps): bump scale-value from 0.16.0 to 0.16.1 ( #1693 )
...
Bumps [scale-value](https://github.com/paritytech/scale-value ) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/paritytech/scale-value/releases )
- [Changelog](https://github.com/paritytech/scale-value/blob/main/CHANGELOG.md )
- [Commits](https://github.com/paritytech/scale-value/compare/v0.16.0...v0.16.1 )
---
updated-dependencies:
- dependency-name: scale-value
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
2024-07-29 19:13:22 +03:00
James Wilson
83ef8a9f13
Allow tx payloads to be boxed ( #1690 )
...
* Allow tx payloads to be boxed
* Add example of boxed payloads
* explicit box import
* box import at top
* cargo fmt
2024-07-29 17:10:49 +01:00
dependabot[bot]
99fa8ee2bf
build(deps): bump clap from 4.5.9 to 4.5.11 ( #1695 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.9 to 4.5.11.
- [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/clap_complete-v4.5.9...clap_complete-v4.5.11 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
2024-07-29 17:09:48 +01:00
dependabot[bot]
732bb38c96
build(deps): bump serde_json from 1.0.120 to 1.0.121 ( #1696 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.120 to 1.0.121.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.120...v1.0.121 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
2024-07-29 17:09:37 +01:00
Niklas Adolfsson
39d130ec69
chore: make it possible override clippy all ( #1698 )
...
* chore: make it possible override `clippy all`
* chore: fix clippy lints
* Update Cargo.toml
2024-07-29 17:43:33 +02:00
James Wilson
c3267ed488
Add hash method to ExtrinsicDetails ( #1676 )
...
* Add hash method to ExtrinsicDetails
* fix test
2024-07-22 13:54:32 +01:00
paritytech-subxt-pr-maker[bot]
ada8e17b89
Update Artifacts (auto-generated) ( #1687 )
...
Co-authored-by: tadeohepperle <62739623+tadeohepperle@users.noreply.github.com >
Co-authored-by: James Wilson <james@jsdw.me >
2024-07-22 13:54:20 +01:00
dependabot[bot]
79afa1f14e
build(deps): bump tokio from 1.38.0 to 1.38.1 ( #1685 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.38.0 to 1.38.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.0...tokio-1.38.1 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-22 11:34:31 +03:00
dependabot[bot]
e1cafbf4f6
build(deps): bump thiserror from 1.0.62 to 1.0.63 ( #1684 )
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.62 to 1.0.63.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.62...1.0.63 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-22 11:34:21 +03:00
dependabot[bot]
fa091c7bcf
build(deps): bump bip32 from 0.5.1 to 0.5.2 ( #1686 )
...
Bumps [bip32](https://github.com/iqlusioninc/crates ) from 0.5.1 to 0.5.2.
- [Commits](https://github.com/iqlusioninc/crates/compare/bip32/v0.5.1...secrecy/v0.5.2 )
---
updated-dependencies:
- dependency-name: bip32
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-22 11:17:10 +03:00
paritytech-subxt-pr-maker[bot]
f359119da2
Update Artifacts (auto-generated) ( #1681 )
...
Co-authored-by: tadeohepperle <62739623+tadeohepperle@users.noreply.github.com >
2024-07-15 09:48:50 +01:00
dependabot[bot]
7bccf564b8
build(deps): bump darling from 0.20.9 to 0.20.10 ( #1679 )
...
Bumps [darling](https://github.com/TedDriggs/darling ) from 0.20.9 to 0.20.10.
- [Release notes](https://github.com/TedDriggs/darling/releases )
- [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TedDriggs/darling/commits/v0.20.10 )
---
updated-dependencies:
- dependency-name: darling
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 09:48:03 +01:00
dependabot[bot]
9e4f7680c0
build(deps): bump thiserror from 1.0.61 to 1.0.62 ( #1680 )
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.61 to 1.0.62.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...1.0.62 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 09:47:54 +01:00
dependabot[bot]
1fe35ddc0c
build(deps): bump clap from 4.5.8 to 4.5.9 ( #1678 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.8 to 4.5.9.
- [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/clap_complete-v4.5.8...v4.5.9 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 09:47:44 +01:00
dependabot[bot]
f9d6f84bdd
build(deps): bump serde_json from 1.0.119 to 1.0.120 ( #1672 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.119 to 1.0.120.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.119...v1.0.120 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 14:31:48 +01:00
paritytech-subxt-pr-maker[bot]
9517c87163
Update Artifacts (auto-generated) ( #1671 )
...
* Update Artifacts (auto-generated)
* fix test
---------
Co-authored-by: tadeohepperle <62739623+tadeohepperle@users.noreply.github.com >
Co-authored-by: James Wilson <james@jsdw.me >
2024-07-08 14:31:33 +01:00
Matteo Muraca
bb1a012560
Expose secret_key method for ecdsa::Keypair and eth::Keypair ( #1628 )
...
* Expose `secret_key` method for `ecdsa::Keypair` and `eth::Keypair`
* cargo fmt
* fix eth::secret_key
---------
Co-authored-by: James Wilson <james@jsdw.me >
2024-07-08 14:30:00 +01:00
dependabot[bot]
3648bd2e60
build(deps): bump serde from 1.0.203 to 1.0.204 ( #1673 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.203 to 1.0.204.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.203...v1.0.204 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 12:43:29 +01:00