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>
This commit is contained in:
James Wilson
2023-12-07 11:00:22 +00:00
committed by GitHub
parent 418c3afc92
commit df06cf9afb
8 changed files with 622 additions and 276 deletions
@@ -204,6 +204,9 @@ async fn external_signing() {
.unwrap();
}
// TODO: Investigate and fix this test failure when using the UnstableBackend.
// (https://github.com/paritytech/subxt/issues/1308)
#[cfg(not(feature = "unstable-backend-client"))]
#[tokio::test]
async fn submit_large_extrinsic() {
let ctx = test_context().await;