Commit Graph

  • 0e696a8159 Add pezpallet_name() alias for rebrand compatibility main pezkuwichain 2025-12-22 00:13:40 +03:00
  • 7af0bcd262 Complete rebrand: Polkadot→Pezkuwi, Substrate→Bizinikiwi pezkuwichain 2025-12-21 21:42:34 +03:00
  • 99e4ee3ab8 Initial rebrand from paritytech/subxt to pezkuwichain/pezkuwi-subxt pezkuwichain 2025-12-21 01:46:25 +03:00
  • 545b8ae818 Use git dependencies for Pezkuwi SDK crates instead of local paths master pezkuwichain 2025-12-19 16:03:30 +03:00
  • b8ee6a084f Rebrand subxt to pezkuwi-subxt with pezsp_runtime support pezkuwichain 2025-12-19 16:00:14 +03:00
  • 4705a4e3fd feat: add configurable dispatch_error_module for rebranded chains (v0.43) feat/configurable-dispatch-error-module-v0.43 pezkuwichain 2025-12-17 10:14:41 +03:00
  • 429bb60e8c feat: add configurable dispatch_error_module for rebranded chains feat/configurable-dispatch-error-module pezkuwichain 2025-12-17 10:05:15 +03:00
  • 4819b00655 Get WASM example compiling via 'trunk serve' jsdw-subxt-new James Wilson 2025-12-16 18:28:16 +00:00
  • c1d30da488 Fix clippy bits James Wilson 2025-12-16 16:06:02 +00:00
  • e9bb756605 More exampels and ensure light client things work. Remove unstable from unstable-light-client James Wilson 2025-12-16 13:00:42 +00:00
  • 82590b10d1 Remove unused deps James Wilson 2025-12-15 17:32:18 +00:00
  • 853732550b Simplify paths to extrinsic and storage types needed for .find James Wilson 2025-12-15 17:24:07 +00:00
  • 4d47acd24b Add ability to iterate and visit event fields and storage values James Wilson 2025-12-15 16:37:17 +00:00
  • dfabd6609c DecodeAsEvent and DecodeAsExtrinsic; make easier to implement by removing consts James Wilson 2025-12-15 14:20:23 +00:00
  • ae820a2cc8 Add a basic book and fix broken docs James Wilson 2025-12-15 14:07:11 +00:00
  • 34eeea2c7e More examples and get compiling with deny(missing_docs) James Wilson 2025-12-15 11:37:08 +00:00
  • 0c9e9e1261 Update Artifacts (auto-generated) update-artifacts-1765758989 niklasad1 2025-12-15 00:36:29 +00:00
  • eb112e97d9 build(deps): bump peter-evans/create-pull-request in /.github/workflows dependabot/github_actions/dot-github/workflows/peter-evans/create-pull-request-8 dependabot[bot] 2025-12-15 00:10:29 +00:00
  • 39266fc0f3 build(deps): bump actions/upload-artifact in /.github/workflows dependabot/github_actions/dot-github/workflows/actions/upload-artifact-6 dependabot[bot] 2025-12-15 00:10:26 +00:00
  • afb01d3edb build(deps): bump peter-evans/create-pull-request from 7 to 8 dependabot/github_actions/peter-evans/create-pull-request-8 dependabot[bot] 2025-12-15 00:10:20 +00:00
  • 53d5a6eb98 build(deps): bump actions/upload-artifact from 5 to 6 dependabot/github_actions/actions/upload-artifact-6 dependabot[bot] 2025-12-15 00:10:16 +00:00
  • 37d4cf7524 Get workspace compiling via 'cargo check' James Wilson 2025-12-12 12:30:42 +00:00
  • 6215b15fdf Add a method to return the block header at a given block James Wilson 2025-12-11 17:56:47 +00:00
  • 02d0c12019 Move subxt-new to be the new subxt, and get first example working James Wilson 2025-12-11 17:44:18 +00:00
  • 15a7534a55 Merge branch 'master' into jsdw-subxt-new James Wilson 2025-12-09 17:00:42 +00:00
  • a2080bf1f7 Update Artifacts (auto-generated) (#2141) paritytech-subxt-pr-maker[bot] 2025-12-09 17:00:23 +00:00
  • b75ce69b76 Everything has lifetime from ClientAtBlock James Wilson 2025-12-09 16:59:04 +00:00
  • 744a513aeb make offline event and extrinsic ops possible James Wilson 2025-12-09 15:44:08 +00:00
  • 4d2b4a6755 First pass adding back the main APIs James Wilson 2025-12-09 15:22:24 +00:00
  • e0f4630954 Simplify storage APIs James Wilson 2025-12-09 14:15:26 +00:00
  • d38738f837 nit pg/0.43.1 pgherveou 2025-12-09 13:28:27 +01:00
  • 3da69182a3 bump subxt-macro to 0.43.1 pgherveou 2025-12-09 13:12:09 +01:00
  • 5456c18361 Storage APIs added and compiling James Wilson 2025-12-09 11:59:06 +00:00
  • 49ad205b65 Allow passing $OUT_DIR in the runtime_metadata_path attribute (#2142) PG Herveou 2025-12-09 12:56:18 +01:00
  • d0f91f8631 Allow passing $OUT_DIR in the runtime_metadata_path attribute (#2142) PG Herveou 2025-12-09 12:56:18 +01:00
  • 3f57740a9a Actually bump subxt-historic to 0.0.8 James Wilson 2025-12-05 17:12:54 +00:00
  • c32017e453 subxt-historic: prep 0.0.8 release: expose type resolver that can be used with visitors (#2140) James Wilson 2025-12-05 17:11:25 +00:00
  • 535a132dea Finish first draft of transactions, extrinsics (blocks) and events James Wilson 2025-12-04 17:27:10 +00:00
  • 1910f2ea5f Merge branch 'master' of github.com:paritytech/subxt into tg-subxt-historic tg-subxt-historic tarikgul 2025-12-03 17:18:03 -05:00
  • 60d8ce78df Merge branch 'master' into jsdw-subxt-new James Wilson 2025-12-03 18:46:15 +00:00
  • 24ccd584f1 Prep subxt-historic 0.0.7 release: expose ClientAtBlock bits (#2138) James Wilson 2025-12-03 18:45:16 +00:00
  • b85a412ecb Impl most transaction APIs. TxProgress and Events next James Wilson 2025-12-03 16:44:05 +00:00
  • c1ebceb965 add onlineclient.at_block_hash_and_number for the event that you know both. James Wilson 2025-12-03 11:10:42 +00:00
  • 0a617eb2a9 Add metadata types to our legacy type registry too James Wilson 2025-12-03 10:41:16 +00:00
  • 2681091a53 feat(subxt-historic): Add at_hash to OnlineClient tarikgul 2025-12-02 19:25:19 -05:00
  • 03fd050b3c WIP: Add support in config for transaction creation and begin porting/implementing tx flows James Wilson 2025-12-02 17:34:24 +00:00
  • e4028e5a77 Add ability to stream blocks and tidy errors James Wilson 2025-12-02 13:11:36 +00:00
  • a6a384c5bc Merge branch 'master' into jsdw-subxt-new James Wilson 2025-12-02 10:59:08 +00:00
  • 6616c69360 Get OnlineClientAtBlock working James Wilson 2025-12-01 17:11:06 +00:00
  • eee2fd5c6e subxt-historic: expose metadata at a given block (#2135) James Wilson 2025-12-01 17:10:42 +00:00
  • a3381207d2 WIP: Combined backend done, client in progress James Wilson 2025-12-01 16:18:45 +00:00
  • 291af82a75 Update Artifacts (auto-generated) (#2134) paritytech-subxt-pr-maker[bot] 2025-12-01 16:11:49 +00:00
  • 58e2135d5f build(deps): bump Swatinem/rust-cache in /.github/workflows dependabot/github_actions/dot-github/workflows/Swatinem/rust-cache-2.8.2 dependabot[bot] 2025-12-01 00:26:54 +00:00
  • b68e9bb2e3 build(deps): bump Swatinem/rust-cache from 2.8.1 to 2.8.2 dependabot/github_actions/Swatinem/rust-cache-2.8.2 dependabot[bot] 2025-12-01 00:26:46 +00:00
  • b216240575 WIP more backend work James Wilson 2025-11-28 17:20:02 +00:00
  • fbde20cb0e WIP: Backends added, Archive backend created James Wilson 2025-11-28 12:35:33 +00:00
  • 4c27bd8062 Starting new subxt crate; configs implemented James Wilson 2025-11-25 12:29:13 +00:00
  • 0c6423bb48 Update Artifacts (auto-generated) (#2130) paritytech-subxt-pr-maker[bot] 2025-11-24 10:16:06 +00:00
  • 5dcee85753 build(deps): bump actions/checkout from 5 to 6 in /.github/workflows (#2129) dependabot[bot] 2025-11-24 10:15:39 +00:00
  • 29bf752b78 build(deps): bump actions/checkout from 5 to 6 (#2128) dependabot[bot] 2025-11-24 10:15:20 +00:00
  • 8203679cbd Merge v0.50.x to master (#2127) James Wilson 2025-11-22 10:44:03 +00:00
  • 803e39f054 Prep to release v0.0.5 (#2126) v0.50.x James Wilson 2025-11-21 16:23:19 +00:00
  • 3bbba1b005 [v0.50.0] Allow visiting extrinsic fields in subxt_historic (#2124) James Wilson 2025-11-21 15:32:32 +00:00
  • 1a0e218d32 [v0.50] Convert historic metadata to subxt::Metadata (#2120) James Wilson 2025-11-19 16:21:42 +00:00
  • 586b814ecd Fix typos in documentation (#2121) Sven Eriksson 2025-11-17 17:42:47 +08:00
  • 5dd30dcf45 Update Artifacts (auto-generated) update-artifacts-1763339640 niklasad1 2025-11-17 00:33:59 +00:00
  • dac487e19a [v0.50] update scale-info-legacy and frame-decode to latest (#2119) James Wilson 2025-11-11 16:47:29 +00:00
  • 2904b84ff5 feat: Add system_chainType to legacy rpcs (#2116) Tarik Gul 2025-11-10 07:18:29 -05:00
  • 481e5a8607 Merge branch 'master' into v0.50.x James Wilson 2025-11-10 11:39:49 +00:00
  • 8329990a33 v0.50.0: Integrate frame-decode, redo storage APIs and break up Error. (#2100) James Wilson 2025-11-10 11:38:07 +00:00
  • 4157ce08a0 build(deps): bump actions/upload-artifact in /.github/workflows (#2114) dependabot[bot] 2025-11-10 11:06:54 +00:00
  • 0e1990b732 build(deps): bump actions/upload-artifact from 4 to 5 (#2113) dependabot[bot] 2025-11-10 11:06:33 +00:00
  • 6298d9a87b Try ficing Rustc to version polkadot-sdk CI uses (#2118) James Wilson 2025-11-10 10:57:08 +00:00
  • 4ca7d75782 chore: fix typo in subxt/Cargo.toml (#2117) sunnyraindy 2025-11-10 18:24:18 +08:00
  • 7b4b23981c Update Artifacts (auto-generated) (#2115) paritytech-subxt-pr-maker[bot] 2025-10-27 10:00:49 +00:00
  • a62aea4c37 Fix typos (#2112) Sven Eriksson 2025-10-24 17:34:25 +08:00
  • dcc97f3f5c build(deps): bump Swatinem/rust-cache from 2.7.8 to 2.8.1 (#2092) dependabot[bot] 2025-10-22 10:17:56 +01:00
  • d2099772ca build(deps): bump Swatinem/rust-cache in /.github/workflows (#2093) dependabot[bot] 2025-10-22 10:17:44 +01:00
  • f8d51a0242 build(deps): bump tracing-subscriber in /signer/tests/wasm (#2111) dependabot[bot] 2025-10-22 10:17:16 +01:00
  • 297dd2b9a5 Merge branch 'master' into update-artifacts-1760920582 update-artifacts-1760920582 James Wilson 2025-10-22 10:16:53 +01:00
  • 663caed412 Bump smoldot / smoldot-light to latest (#2110) James Wilson 2025-10-21 22:44:22 +01:00
  • 2ec9c2e57c chore: fix some minor issues in the comments (#2106) withtimezone 2025-10-20 19:18:21 +08:00
  • cada0935ad Update Artifacts (auto-generated) niklasad1 2025-10-20 00:36:22 +00:00
  • 5f9874ff84 Update Artifacts (auto-generated) update-artifacts-1760315658 niklasad1 2025-10-13 00:34:18 +00:00
  • ff353cf28e Update Artifacts (auto-generated) update-artifacts-1759710760 niklasad1 2025-10-06 00:32:39 +00:00
  • 2b7ce2f773 Claude pass jsdw-integrating-frame-decode-claude James Wilson 2025-10-03 11:45:30 +01:00
  • 40952df6cb WIP starting to update subxt from subxt-core changes James Wilson 2025-10-03 10:39:12 +01:00
  • e7d41c13a2 Fix test James Wilson 2025-10-02 15:15:09 +01:00
  • 76980e1fa6 subxt-core: cargo check --all-targets passes James Wilson 2025-10-02 15:11:21 +01:00
  • ee2bf5f3d9 Small fixes in subxt-core and remove metadata mod James Wilson 2025-10-02 15:06:07 +01:00
  • 8257e28c57 Get subxt-core compiling James Wilson 2025-10-02 15:01:02 +01:00
  • e1d8cca2e9 WIP splitting errors and tidying payload/address traits James Wilson 2025-10-02 11:34:47 +01:00
  • 4606eb4679 Begin 'fixing' errors James Wilson 2025-09-30 18:04:21 +01:00
  • 964c474088 Remove PlainorMap enum; plain and map values now use same struct to simplify usage James Wilson 2025-09-30 16:08:34 +01:00
  • fc793a8b79 WIP New storage APIs roughly completed, lots of errors still James Wilson 2025-09-30 12:38:53 +01:00
  • b720b59d95 WIP new storage APIs James Wilson 2025-09-26 17:01:40 +01:00
  • 331c54063f Second pass over Address type and start impl in Subxt James Wilson 2025-09-26 15:20:22 +01:00
  • 884dfe6c69 chore: fix some typos (#2098) Evelina Carl 2025-09-26 19:43:45 +10:00
  • 9243ea739e WIP: first pass adding new storage things to subxt-core James Wilson 2025-09-25 16:57:44 +01:00
  • d968b320c8 Merge branch 'master' into jsdw-integrating-frame-decode James Wilson 2025-09-25 13:43:51 +01:00