Tadeo Hepperle
0ea9c7ede6
Prep for v0.34.0 release ( #1395 )
...
* getting ready for a 0.34.0 release
* minor change
* fix typos
* bump substrate deps as well
2024-01-23 19:02:53 +01:00
Tadeo Hepperle
7f714cbcb9
Make using insecure connections opt-in ( #1309 )
...
* add insecure url checks
* rename variables
* add feature flags to expose Url properly
* fix test compile error
* fix feature errors
* remove comment
* add url crate and use it for url parsing
* fix compile errors
* satisfy the holy clippy
* fix typos and host loopback
* macro attribute, provide validation function in utils
* fix expected output of ui tests
* remove the success case for --allow-insecure because we cannot establish ws:// connection at the moment.
2024-01-09 18:18:23 +01:00
James Wilson
df06cf9afb
Prep for v0.33.0 release ( #1311 )
...
* Prep for v0.33.0 release
* only ignore failing test on unstable-backend-client
* Fix typos and wee grammar things
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
Co-authored-by: Tadeo Hepperle <62739623+tadeohepperle@users.noreply.github.com >
* omit uninteresting PRs and issue link for ignored test
---------
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
Co-authored-by: Tadeo Hepperle <62739623+tadeohepperle@users.noreply.github.com >
2023-12-07 11:00:22 +00:00
James Wilson
761fee0b07
Prep for patch release 0.32.1 ( #1192 )
...
* Prep for patch release 0.32.1
* update to latest lockfiles
2023-10-05 19:31:14 +02:00
James Wilson
1a4e4cd3ce
Prep to release 0.32.0 ( #1178 )
2023-09-27 15:03:30 +01:00
Tadeo Hepperle
12e343449e
Make the codegen more accessible for running in WASM ( #1154 )
...
* minor api changes
* parsing instead of format_ident!
* fix self issue
* expose types on typegen
* web wasm support via feature flag
* fmt and clippy
* small adjustments
* remove exposing of types() in type generator
* adjust compile error
* remove little any flag
* Need access to the type registry from the typegen again
* Bump proc-macro2 from 1.0.66 to 1.0.67 (#1164 )
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2 ) from 1.0.66 to 1.0.67.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.66...1.0.67 )
---
updated-dependencies:
- dependency-name: proc-macro2
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>
* Bump serde_json from 1.0.106 to 1.0.107 (#1166 )
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.106 to 1.0.107.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.106...v1.0.107 )
---
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>
* Bump trybuild from 1.0.84 to 1.0.85 (#1167 )
Bumps [trybuild](https://github.com/dtolnay/trybuild ) from 1.0.84 to 1.0.85.
- [Release notes](https://github.com/dtolnay/trybuild/releases )
- [Commits](https://github.com/dtolnay/trybuild/compare/1.0.84...1.0.85 )
---
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>
* Bump Swatinem/rust-cache from 2.6.2 to 2.7.0 (#1168 )
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache ) from 2.6.2 to 2.7.0.
- [Release notes](https://github.com/swatinem/rust-cache/releases )
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md )
- [Commits](https://github.com/swatinem/rust-cache/compare/e207df5d269b42b69c8bc5101da26f7d31feddb4...a95ba195448af2da9b00fb742d14ffaaf3c21f43 )
---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
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>
* Bump jsonrpsee from 0.20.0 to 0.20.1 (#1165 )
Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee ) from 0.20.0 to 0.20.1.
- [Release notes](https://github.com/paritytech/jsonrpsee/releases )
- [Changelog](https://github.com/paritytech/jsonrpsee/blob/v0.20.1/CHANGELOG.md )
- [Commits](https://github.com/paritytech/jsonrpsee/compare/v0.20.0...v0.20.1 )
---
updated-dependencies:
- dependency-name: jsonrpsee
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>
* Bump clap from 4.4.2 to 4.4.3 (#1163 )
Bumps [clap](https://github.com/clap-rs/clap ) from 4.4.2 to 4.4.3.
- [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.2...v4.4.3 )
---
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>
* fix double quote import introduced by merge
* clippy
* put ensure_unique_types on metadata, revert toml changes
* fmt
* solve frame_metadata import
* tidy fetch-metadata and non_exhaustive on errors
* remove the getrandom thing
* fix toml autoformatting
---------
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 >
2023-09-20 13:16:05 +02:00
James Wilson
9b86b55b56
Make ExtrinsicParams more flexible, and introduce signed extensions ( #1107 )
...
* WIP new SignedExtensions
* Integrate new signex extension stuff, update docs, remove Static wrapper
* remove impl Into in tx_client to avoid type inference annoyances
* clippy and fix example
* Fix book links
* clippy
* book tweaks
* fmt: remove spaces
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
* re-expose Era in utils, and tweak wasm-example
* clippy; remove useless conversion
---------
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
2023-08-08 09:37:06 +01:00
Tadeo Hepperle
dc0aeac3d6
Browser extension signing example ( #1067 )
...
* routing and signing example
* cliipy fix
* submitting extrinsics
* change order of lines
* Skip call variants if there aren't any (#980 )
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
* Tidy up some metadata accessing (#978 )
* Reduce some repetition when obtaining metadata pallets/runtime_traits
* make them pub
* fix docs and clippy
* Bump tokio from 1.28.1 to 1.28.2 (#984 )
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.28.1 to 1.28.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.28.1...tokio-1.28.2 )
---
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>
* Bump regex from 1.8.2 to 1.8.3 (#986 )
Bumps [regex](https://github.com/rust-lang/regex ) from 1.8.2 to 1.8.3.
- [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.8.2...1.8.3 )
---
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>
* Bump quote from 1.0.27 to 1.0.28 (#983 )
Bumps [quote](https://github.com/dtolnay/quote ) from 1.0.27 to 1.0.28.
- [Release notes](https://github.com/dtolnay/quote/releases )
- [Commits](https://github.com/dtolnay/quote/compare/1.0.27...1.0.28 )
---
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>
* Bump proc-macro2 from 1.0.58 to 1.0.59 (#985 )
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2 ) from 1.0.58 to 1.0.59.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.58...1.0.59 )
---
updated-dependencies:
- dependency-name: proc-macro2
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>
* restrict sign_with_address_and_signature interface (#988 )
* changing js bridge
* dryrunresult ok
* submitting extrinsic working
* tiny up code and ui
* formatting
* remove todos
* support tip and mortality
* Prevent bug when reusing type ids in hashing (#1075 )
* practice TDD
* implement a hashmap 2-phases approach
* use nicer types
* add test for cache filling
* adjust test
---------
Co-authored-by: James Wilson <james@jsdw.me >
* small adjustment
* Merge branch 'master' into tadeo-hepperle-browser-extension-signing-example
* fix lock file
* tell users how to add Alice account to run signing example
* adjust to PR comments
* fmt
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: James Wilson <james@jsdw.me >
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-02 14:56:41 +02:00
Tadeo Hepperle
6c8d878eee
Remove substrate-compat default feature flag ( #1078 )
...
* remove defautl feature, add target cfg, change CI job waml
* adjust CI job
* Adjust docs
* adjust the CI job
* add wasm targe to ci again
* remove the unresolved links from the book
* Update subxt/src/book/usage/transactions.rs
---------
Co-authored-by: James Wilson <james@jsdw.me >
2023-07-21 18:10:05 +01:00
Tadeo Hepperle
8b23b2b83c
Example: How to connect to parachain ( #1043 )
...
* parachain rpc lists
* guide almost done
* add the 3rd config
* subscribe to block with configs
* delete table file
* spaces instead of tabs
* remove original ajuna example
* zombienet setup
* nft minting example
* include port, use different names
* link the example from the book
* format book
* add config creation to book, simplify example structure
* fix the nft creation script
* fix doc ref
* fixing links to foreign crates
* fix table formatting
* include nits
* move more docs to book, and simplify parachain-example
* another pass over docs and link to exampels from guide
* nit: adjust comment to numbers
* teeny README fix for parachain-example
* fix command in readme
* add CI for examples and fix parachain-example bug I left in
* add target arch
* cargo fmt
* make CI not fail
* remove index from docs
---------
Co-authored-by: James Wilson <james@jsdw.me >
2023-07-21 13:55:48 +02:00
Alexandru Vasile
95c9bce531
Fix jsonrpsee web features ( #1025 )
...
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
2023-06-23 15:27:39 +03:00
Tadeo Hepperle
e8612ddae0
Yew Subxt WASM examples ( #968 )
...
* add wasm examples
* cargo fmt
* change crate name
* resolve workspace conflicts
2023-05-26 11:14:49 +02:00