dependabot[bot]
952cde3f79
build(deps): bump jsonrpsee from 0.22.1 to 0.22.2 ( #1471 )
...
* build(deps): bump jsonrpsee from 0.22.1 to 0.22.2
Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee ) from 0.22.1 to 0.22.2.
- [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.22.1...v0.22.2 )
---
updated-dependencies:
- dependency-name: jsonrpsee
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* 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-03-12 20:30:36 +01:00
paritytech-subxt-pr-maker[bot]
a44d28b26b
Update Artifacts (auto-generated) ( #1469 )
...
Co-authored-by: tadeohepperle <62739623+tadeohepperle@users.noreply.github.com >
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
2024-03-12 19:43:37 +01:00
dependabot[bot]
8fc44ac7e4
build(deps): bump pin-project from 1.1.4 to 1.1.5 ( #1470 )
...
Bumps [pin-project](https://github.com/taiki-e/pin-project ) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/taiki-e/pin-project/releases )
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/pin-project/compare/v1.1.4...v1.1.5 )
---
updated-dependencies:
- dependency-name: pin-project
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-03-12 19:41:56 +01:00
dependabot[bot]
c9eba508ad
build(deps): bump wasm-bindgen from 0.2.91 to 0.2.92 ( #1472 )
...
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen ) from 0.2.91 to 0.2.92.
- [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.91...0.2.92 )
---
updated-dependencies:
- dependency-name: wasm-bindgen
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-03-12 19:41:39 +01:00
dependabot[bot]
c988d25e0f
build(deps): bump clap from 4.5.1 to 4.5.2 ( #1473 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.1 to 4.5.2.
- [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.1...v4.5.2 )
---
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-03-12 19:41:24 +01:00
dependabot[bot]
8513ee1589
build(deps): bump js-sys from 0.3.68 to 0.3.69 ( #1474 )
...
Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen ) from 0.3.68 to 0.3.69.
- [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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
2024-03-12 19:41:13 +01:00
Niklas Adolfsson
dfd6e108cd
rpc v2: chainhead support multiple finalized block hashes in FollowEvent::Initialized ( #1476 )
...
* chainhead rpc `block_hash -> finalized_block_hashs`
* cleanup
* address grumbles
* address grumbles: inc this.rel_block_num
* rel_block_num => rel_block_age for clarity
---------
Co-authored-by: James Wilson <james@jsdw.me >
2024-03-12 17:42:29 +00:00
Tadeo Hepperle
a2ee750365
Typed Storage Keys ( #1419 )
...
* first iteration on storage multi keys
* decoding values from concat style hashers
* move util functions and remove comments
* change codegen for storage keys and fix examples
* trait bounds don't match scale value...
* fix trait bounds and examples
* reconstruct storage keys in iterations
* build(deps): bump js-sys from 0.3.67 to 0.3.68 (#1428 )
Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen ) from 0.3.67 to 0.3.68.
- [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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump clap from 4.4.18 to 4.5.0 (#1427 )
Bumps [clap](https://github.com/clap-rs/clap ) from 4.4.18 to 4.5.0.
- [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/v4.4.18...clap_complete-v4.5.0 )
---
updated-dependencies:
- dependency-name: clap
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>
* build(deps): bump either from 1.9.0 to 1.10.0 (#1425 )
Bumps [either](https://github.com/rayon-rs/either ) from 1.9.0 to 1.10.0.
- [Commits](https://github.com/rayon-rs/either/compare/1.9.0...1.10.0 )
---
updated-dependencies:
- dependency-name: either
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>
* build(deps): bump thiserror from 1.0.56 to 1.0.57 (#1424 )
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.56 to 1.0.57.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.56...1.0.57 )
---
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>
* build(deps): bump jsonrpsee from 0.21.0 to 0.22.0 (#1426 )
* build(deps): bump jsonrpsee from 0.21.0 to 0.22.0
Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee ) from 0.21.0 to 0.22.0.
- [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.21.0...v0.22.0 )
---
updated-dependencies:
- dependency-name: jsonrpsee
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* 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: James Wilson <james@jsdw.me >
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
* subxt: Derive `std::cmp` traits for subxt payloads and addresses (#1429 )
* subxt/tx: Derive std::cmp traits
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* subxt/runtime_api: Derive std::cmp traits
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* subxt/constants: Derive std::cmp traits
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* subxt/custom_values: Derive std::cmp traits
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* subxt/storage: Derive std::cmp traits
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* subxt: Fix non_canonical_partial_ord_impl clippy introduced in 1.73
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* subxt: Add comment wrt derivative issue that triggers clippy warning
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* Update subxt/src/backend/mod.rs
* Update subxt/src/constants/constant_address.rs
---------
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
* fix clippy
* add integration tests
* fix doc tests
* change hashing logic for hashers=1
* refactor
* clippy and fmt
* regenerate polkadot file which got changed by the automatic PR
* nested design for storage keys
* refactor codegen
* codegen adjustments
* fix storage hasher codegen test
* Suggestions for storage value decoding (#1457 )
* Storage decode tweaks
* doc tweak
* more precise error when leftover or not enough bytes
* integrate nits from PR
* add fuzztest for storage keys, fix decoding bug
* clippy and fmt
* clippy
* Niklas Suggestions
* lifetime issues and iterator impls
* fmt and clippy
* regenerate polkadot.rs
* fix storage key encoding for empty keys
* rename trait methods for storage keys
* fix hasher bug...
* impl nits, add iterator struct seperate from `StorageHashers`
* clippy fix
* remove println
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Wilson <james@jsdw.me >
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com >
2024-03-06 14:04:51 +01:00
dependabot[bot]
55e87c86ba
build(deps): bump mio from 0.8.10 to 0.8.11 ( #1465 )
...
Bumps [mio](https://github.com/tokio-rs/mio ) from 0.8.10 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases )
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11 )
---
updated-dependencies:
- dependency-name: mio
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-05 09:27:05 +01:00
paritytech-subxt-pr-maker[bot]
9773cb53c9
Update Artifacts (auto-generated) ( #1463 )
...
Co-authored-by: tadeohepperle <62739623+tadeohepperle@users.noreply.github.com >
2024-03-04 10:20:25 +01:00
Tadeo Hepperle
2727f77910
Extrinsic Params Refinement ( #1439 )
...
* refinement based approach to params
* doc and test fixes
* bundle refine data into struct
2024-03-01 10:04:34 +01:00
James Wilson
ddd0865fa9
Make storage_page_size for the LegacyBackend configurable ( #1458 )
2024-02-29 13:13:58 +00:00
James Wilson
3ffccb0369
[lightclient] lookup chain ID just once at beginning of each message ( #1452 )
...
* lookup chain ID just once at beginning of each message
* data => chain_data for more clarity
* cargo fmt
2024-02-28 18:50:35 +01:00
paritytech-subxt-pr-maker[bot]
08ae4059d8
Update Artifacts (auto-generated) ( #1446 )
...
Co-authored-by: tadeohepperle <62739623+tadeohepperle@users.noreply.github.com >
2024-02-26 11:28:46 +00:00
dependabot[bot]
60c03acfc0
build(deps): bump serde_json from 1.0.113 to 1.0.114 ( #1448 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.113 to 1.0.114.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.113...v1.0.114 )
---
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-02-26 10:35:30 +01:00
dependabot[bot]
1aa528b928
build(deps): bump jsonrpsee from 0.22.0 to 0.22.1 ( #1451 )
...
* build(deps): bump jsonrpsee from 0.22.0 to 0.22.1
Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee ) from 0.22.0 to 0.22.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.22.0...v0.22.1 )
---
updated-dependencies:
- dependency-name: jsonrpsee
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* 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-02-26 10:15:54 +01:00
dependabot[bot]
c7ac5922a9
build(deps): bump darling from 0.20.6 to 0.20.8 ( #1447 )
...
Bumps [darling](https://github.com/TedDriggs/darling ) from 0.20.6 to 0.20.8.
- [Release notes](https://github.com/TedDriggs/darling/releases )
- [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TedDriggs/darling/compare/v0.20.6...v0.20.8 )
---
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-02-26 10:06:28 +01:00
dependabot[bot]
09d7bfeedb
build(deps): bump futures-timer from 3.0.2 to 3.0.3 ( #1450 )
...
Bumps [futures-timer](https://github.com/async-rs/futures-timer ) from 3.0.2 to 3.0.3.
- [Commits](https://github.com/async-rs/futures-timer/commits/v3.0.3 )
---
updated-dependencies:
- dependency-name: futures-timer
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-02-26 10:06:06 +01:00
dependabot[bot]
a499cb611b
build(deps): bump serde from 1.0.196 to 1.0.197 ( #1449 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.196 to 1.0.197.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.196...v1.0.197 )
---
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-02-26 10:05:58 +01:00
James Wilson
70d56dc62f
avoid a panic in case we try decoding naff bytes ( #1444 )
2024-02-24 11:48:39 +01:00
James Wilson
19be36cd2b
Fix error mapping to wrong transaction status ( #1445 )
2024-02-23 17:24:04 +00:00
James Wilson
0d1cc92f27
Update DispatchError to match latest in polkadot-sdk ( #1442 )
2024-02-23 16:16:52 +01:00
James Wilson
6f63ded5c1
[audit] Handle errors when fetching storage keys from Unstablebackend ( #1440 )
...
* Handle errors when fetching storage keys from Unstablebackend
* cargo fmt
2024-02-23 14:28:08 +01:00
James Wilson
4614ff7bbb
Swap type aliases around to be semantically correct ( #1441 )
2024-02-23 14:27:57 +01:00
paritytech-subxt-pr-maker[bot]
1ea84c6cde
Update Artifacts (auto-generated) ( #1433 )
...
Co-authored-by: tadeohepperle <62739623+tadeohepperle@users.noreply.github.com >
2024-02-19 10:32:24 +01:00
dependabot[bot]
8efe5b93d4
build(deps): bump clap from 4.5.0 to 4.5.1 ( #1434 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.0 to 4.5.1.
- [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.0...clap_complete-v4.5.1 )
---
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-02-19 09:32:50 +01:00
dependabot[bot]
89c886429f
build(deps): bump JasonEtco/create-an-issue from 2.9.1 to 2.9.2 ( #1435 )
...
Bumps [JasonEtco/create-an-issue](https://github.com/jasonetco/create-an-issue ) from 2.9.1 to 2.9.2.
- [Release notes](https://github.com/jasonetco/create-an-issue/releases )
- [Commits](https://github.com/jasonetco/create-an-issue/compare/e27dddc79c92bc6e4562f268fffa5ed752639abd...1b14a70e4d8dc185e5cc76d3bec9eab20257b2c5 )
---
updated-dependencies:
- dependency-name: JasonEtco/create-an-issue
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-02-19 09:32:17 +01:00
Tadeo Hepperle
5447035716
Subxt Metadata: #[no_std] compatibility ( #1401 )
...
* no-std tests and porting of subxt-metadata
* update pipeline
* fix generate custom metadata test
* fix cargo run command
* adjust pipeline
* remove prelude from subxt-metadata
* revert autoformatting of Cargo.toml
* remove alloc::format! again, still causes linker errors
* add no-std-build for thumbv7em-none-eabi target
* remove std feature flag
* remove libc and add small readme with test instructions
* change ci for nightly no std
2024-02-15 10:49:15 +01:00
Tadeo Hepperle
e39791a5bc
Add missing codegen mod in integration tests ( #1418 )
...
* add codgen mod to the module tree
* port codegen tests to scale-typegen
* remove test flag
2024-02-14 17:17:08 +01:00
Tadeo Hepperle
78e9574813
[Fix] Auto-generated PR: delete polkadot binaries from working directory. ( #1431 )
...
* delete substrate and polkadot binaries
* use nodes should move instead of copy and remove the archive
2024-02-14 16:02:51 +01:00
Alexander Samusev
e783d9f883
[ci] Run cronjob with app secrets ( #1420 )
...
* [ci] Run cronjob with app secrets
* rm github url
* move token creation closer to pr creation
* return checkout
* check that credentials work
* test gha
* add more test
* create test file
* rm tests
* add compression+decompression to avoid >100MB
* add shell field to action
* move zipped file to correct location
* strip binaries
---------
Co-authored-by: Tadeo hepperle <tadeo@do-mix.de >
2024-02-14 11:33:38 +01:00
Alexandru Vasile
25ff4ecc8b
subxt: Derive std::cmp traits for subxt payloads and addresses ( #1429 )
...
* subxt/tx: Derive std::cmp traits
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* subxt/runtime_api: Derive std::cmp traits
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* subxt/constants: Derive std::cmp traits
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* subxt/custom_values: Derive std::cmp traits
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* subxt/storage: Derive std::cmp traits
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* subxt: Fix non_canonical_partial_ord_impl clippy introduced in 1.73
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* subxt: Add comment wrt derivative issue that triggers clippy warning
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* Update subxt/src/backend/mod.rs
* Update subxt/src/constants/constant_address.rs
---------
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
2024-02-13 12:06:28 +02:00
dependabot[bot]
06ca274d1d
build(deps): bump jsonrpsee from 0.21.0 to 0.22.0 ( #1426 )
...
* build(deps): bump jsonrpsee from 0.21.0 to 0.22.0
Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee ) from 0.21.0 to 0.22.0.
- [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.21.0...v0.22.0 )
---
updated-dependencies:
- dependency-name: jsonrpsee
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* 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: James Wilson <james@jsdw.me >
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
2024-02-12 16:30:47 +01:00
dependabot[bot]
af1fdf8257
build(deps): bump thiserror from 1.0.56 to 1.0.57 ( #1424 )
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.56 to 1.0.57.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.56...1.0.57 )
---
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-02-12 11:12:37 +02:00
dependabot[bot]
a65184cc24
build(deps): bump either from 1.9.0 to 1.10.0 ( #1425 )
...
Bumps [either](https://github.com/rayon-rs/either ) from 1.9.0 to 1.10.0.
- [Commits](https://github.com/rayon-rs/either/compare/1.9.0...1.10.0 )
---
updated-dependencies:
- dependency-name: either
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>
2024-02-12 11:12:24 +02:00
dependabot[bot]
d6f93402ff
build(deps): bump clap from 4.4.18 to 4.5.0 ( #1427 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.4.18 to 4.5.0.
- [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/v4.4.18...clap_complete-v4.5.0 )
---
updated-dependencies:
- dependency-name: clap
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>
2024-02-12 11:12:04 +02:00
dependabot[bot]
75bd8fbd4e
build(deps): bump js-sys from 0.3.67 to 0.3.68 ( #1428 )
...
Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen ) from 0.3.67 to 0.3.68.
- [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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-12 11:11:51 +02:00
Niklas Adolfsson
cb67f94455
feat: add reconnecting-rpc-client ( #1396 )
...
* initial commit
* update to reconnecting-ws-client v0.2
* re-export: reconnecting_rpc_client behind feature
* add helper function for reconnect
* fix nit in example
* simplify code without weird error fmt
* address grumbles
* address grumbles
* update reconnecting-ws-client 0.3
* cleanup error message
2024-02-08 13:19:06 +01:00
dependabot[bot]
61ab6b915e
build(deps): bump darling from 0.20.3 to 0.20.5 ( #1412 )
...
Bumps [darling](https://github.com/TedDriggs/darling ) from 0.20.3 to 0.20.5.
- [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 )
---
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-02-05 11:49:30 +02:00
dependabot[bot]
9bcfd6cd94
build(deps): bump secp256k1 from 0.28.1 to 0.28.2 ( #1413 )
...
Bumps [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1 ) from 0.28.1 to 0.28.2.
- [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-bitcoin/rust-secp256k1/compare/secp256k1-0.28.1...secp256k1-0.28.2 )
---
updated-dependencies:
- dependency-name: secp256k1
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-02-05 11:49:23 +02:00
dependabot[bot]
e82dd99c25
build(deps): bump tokio from 1.35.1 to 1.36.0 ( #1414 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.35.1 to 1.36.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.35.1...tokio-1.36.0 )
---
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>
2024-02-05 11:49:15 +02:00
dependabot[bot]
fd9d99189d
build(deps): bump baptiste0928/cargo-install from 2 to 3 ( #1415 )
...
Bumps [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install ) from 2 to 3.
- [Release notes](https://github.com/baptiste0928/cargo-install/releases )
- [Changelog](https://github.com/baptiste0928/cargo-install/blob/main/CHANGELOG.md )
- [Commits](https://github.com/baptiste0928/cargo-install/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: baptiste0928/cargo-install
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-05 09:46:14 +01:00
dependabot[bot]
f87570b4c2
build(deps): bump peter-evans/create-pull-request from 5 to 6 ( #1416 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 5 to 6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-05 09:46:03 +01:00
dependabot[bot]
63a02a9e3f
build(deps): bump andymckay/cancel-action from 0.3 to 0.4 ( #1417 )
...
Bumps [andymckay/cancel-action](https://github.com/andymckay/cancel-action ) from 0.3 to 0.4.
- [Release notes](https://github.com/andymckay/cancel-action/releases )
- [Commits](https://github.com/andymckay/cancel-action/compare/b9280e3f8986d7a8e91c7462efc0fa318010c8b1...271cfbfa11ca9222f7be99a47e8f929574549e0a )
---
updated-dependencies:
- dependency-name: andymckay/cancel-action
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>
2024-02-05 09:45:51 +01:00
Tadeo Hepperle
8fa496b866
Build Polkadot Nodes in CI - fixes artifact generation ( #1410 )
...
* new workflow and adjust node builder
* fix examples by fixing artifacts script
* use-nodes instead of use-substrate
* update yamls
* build polkadot
* remove the on-push trigger again, now that polkadot built in the CI
* add default implementation again
2024-02-01 21:54:30 +01:00
Alexandru Vasile
c1073bc8d1
ci: Better job parallelism, cancel pipeline on failure and extra clippy checks ( #1409 )
...
* ci: Change CI order for better parallelism
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* ci: Cancel ongoing jobs
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* TO REVERT: Check early termination due to clipp/check
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* ci/clippy: Extend clippy checks for lightclient and web feature flags
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* ci: Use cancel-action@3
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* lightclient: Derive Default
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* subxt/rpc: Resolve redundant closure
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* tests: Fix clippy
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* lightclient: Fix clippy warnings
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* ci: Extend clippy rules
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* lightclient: Remove redundant clone
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* ci: Use subxt instead of subxt-lightclient
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* ci: Add wasm clippy step
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* ci: Simplify the clippy step into a single run command
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* ci: Pin version for cancel-action
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* ci: Fix pinned version
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
---------
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
2024-01-31 11:53:33 +02:00
Alexandru Vasile
7762da8650
LightClient: Unsubscribe from subscriptions ( #1408 )
...
* lightclient: Refactor the background protocol to receive unsub method
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* light-client: Unsubscribe if the user dropped the subscription
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* lightclient: Refactor background task for borrow-checker
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* lightclient/rpc: Pass the unsub method name to the background task
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* lightclient: Unsubscribe with subscription ID as param
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* lightclient: Rename subscription states
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
---------
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
2024-01-30 13:47:42 +02:00
dependabot[bot]
0897459928
build(deps): bump serde_json from 1.0.111 to 1.0.113 ( #1407 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.111 to 1.0.113.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.111...v1.0.113 )
---
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-01-29 11:40:08 +02:00
dependabot[bot]
e7e9b57204
build(deps): bump pin-project from 1.1.3 to 1.1.4 ( #1404 )
...
Bumps [pin-project](https://github.com/taiki-e/pin-project ) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/taiki-e/pin-project/releases )
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/pin-project/compare/v1.1.3...v1.1.4 )
---
updated-dependencies:
- dependency-name: pin-project
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-01-29 09:13:01 +01:00
dependabot[bot]
d96046cda6
build(deps): bump serde from 1.0.195 to 1.0.196 ( #1406 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.195 to 1.0.196.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.195...v1.0.196 )
---
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-01-29 09:11:51 +01:00