codegen: fix compact unnamed fields (#327)

* codegen: fix compact unnamed fields

* Fmt

* Regenerate polkadot codegen example.

* Ignore clippy for generated code

* Limit the number of test threads

* Revert "Limit the number of test threads"

This reverts commit f1947dc659ee3ac4558ed86eff0d37af913a87ff.

* Delete duplicate node_runtime metadata

* Update node_runtime metadata

* Update balances events
This commit is contained in:
Andrew Jones
2021-11-25 13:34:42 +00:00
committed by GitHub
parent d6840df3e7
commit e2ab01d061
5 changed files with 15003 additions and 1 deletions
+1
View File
@@ -22,4 +22,5 @@
/// - run `polkadot --dev --tmp` node locally
/// - `cargo run --release -p subxt-cli -- codegen | rustfmt --edition=2018 --emit=stdout > tests/integration/codegen/polkadot.rs`
#[rustfmt::skip]
#[allow(clippy::all)]
mod polkadot;