Commit Graph

8 Commits

Author SHA1 Message Date
James Wilson b5209a162e Use frame-decode for core extrinsic decode logic (#1785)
* WIP using frame-decode for core extrinsic decode logic

* fmt

* Fix dependabot config

* clippy

* tidy some imports

* Fix a couple of tests

* Update to frame-decode 0.0.7

* fix docs

* Decode exts earlier to avoid doing it every iter/find step

* frame-decode to 0.1.0

* fmt

* clippy

* fix wasm example

* doc test fixes

* Fix test

* Fix a couple of subxt_core tests
2024-10-01 11:21:51 +01:00
Niklas Adolfsson ddb5d4c9d7 dependabot: remove ignore for polkadot-sdk crates (#1784)
polkadot-sdk crates are now released on crates.io in accordance with the release process something every month, so should be fine include them with dependabot
2024-09-26 10:01:09 +01:00
Niklas Adolfsson 193452e95f fix: dependabot dir -> dirs (#1731) 2024-08-27 13:50:21 +02:00
Niklas Adolfsson 69b09a8246 fix: enable dependabot for all crates (#1729) 2024-08-27 11:32:22 +02:00
James Wilson 98c4c0135b chore: rename sp-core-hashing to sp-crypto-hashing (#1490)
* rename sp-core-hashing to sp-crypto-hashing

* fmt
2024-03-21 16:18:00 +01:00
James Wilson a433082118 Make dependabot less aggressive (#771)
* Make dependabot less aggressive

And ignore sp- crates, since they need to be updated together, and dependabot can't yet do grouped PRs.

We should periodically just keep on top of this anyway, but I don't think we need to be constantly updating them.

* dependency-name

* Try weekly instead of monthly
2023-01-11 13:33:40 +01:00
Sergejs Kostjucenko 6743fc2f68 Add GitHub Actions to Dependabot and CODEOWNERS (#555)
* Add GHA to Dependabot

* Add CODEOWNERS
2022-06-02 11:39:47 +03:00
Andrew Jones 5d05afbfb1 Dependabot (#538) 2022-05-13 11:51:13 +01:00