Skip to content

Commit

Permalink
avail subxt update
Browse files Browse the repository at this point in the history
  • Loading branch information
markopoloparadox committed Mar 24, 2024
1 parent 35eb9a2 commit d697687
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions avail-subxt/src/api_dev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,9 @@ pub mod api {
.hash();
runtime_metadata_hash
== [
59u8, 178u8, 12u8, 174u8, 154u8, 53u8, 79u8, 254u8, 80u8, 136u8, 54u8, 159u8,
225u8, 253u8, 220u8, 254u8, 238u8, 159u8, 242u8, 134u8, 224u8, 30u8, 124u8, 253u8,
107u8, 109u8, 182u8, 5u8, 99u8, 133u8, 57u8, 6u8,
177u8, 99u8, 219u8, 183u8, 185u8, 177u8, 185u8, 104u8, 3u8, 85u8, 208u8, 34u8,
225u8, 236u8, 247u8, 59u8, 174u8, 30u8, 38u8, 53u8, 173u8, 145u8, 93u8, 65u8,
122u8, 125u8, 125u8, 194u8, 8u8, 236u8, 33u8, 158u8,
]
}
pub mod system {
Expand Down Expand Up @@ -25513,6 +25513,23 @@ pub mod api {
#[encode_as_type(crate_path = ":: subxt :: ext :: scale_encode")]
pub struct CheckAppId(pub runtime_types::avail_core::AppId);
}
pub mod check_batch_transactions {
use super::runtime_types;
#[derive(
:: subxt :: ext :: codec :: Decode,
:: subxt :: ext :: codec :: Encode,
:: subxt :: ext :: scale_decode :: DecodeAsType,
:: subxt :: ext :: scale_encode :: EncodeAsType,
Clone,
Debug,
Eq,
PartialEq,
)]
# [codec (crate = :: subxt :: ext :: codec)]
#[decode_as_type(crate_path = ":: subxt :: ext :: scale_decode")]
#[encode_as_type(crate_path = ":: subxt :: ext :: scale_encode")]
pub struct CheckBatchTransactions;
}
}
pub mod pallet {
use super::runtime_types;
Expand Down Expand Up @@ -32683,6 +32700,7 @@ pub mod api {
#[codec(index = 24)]
CannotDecodeDestinationAccountId,
#[codec(index = 25)]
#[doc = "Given AssetId is not supported"]
AssetNotSupported,
#[codec(index = 26)]
#[doc = "Given inputs for the selected MessageType are invalid"]
Expand Down

2 comments on commit d697687

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: d697687 Previous: 33f7951 Ratio
commitment_builder/64 4096405177 ns/iter (± 28142619) 4343451680 ns/iter (± 92231152) 0.94
commitment_builder/128 4459960385 ns/iter (± 144711554) 4647446215 ns/iter (± 137494514) 0.96
commitment_builder/256 2239909377 ns/iter (± 114061754) 2367397557 ns/iter (± 42776582) 0.95

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: d697687 Previous: 909af7f Ratio
commitment_builder_64 Instructions 41958858490 ops (± 0) 41972869826 ops (± 0) 1.00
commitment_builder_64 L1 Accesses 51408828831 ops (± 0) 51407870438 ops (± 0) 1.00
commitment_builder_64 L2 Accesses 875559 ops (± 0) 893120 ops (± 0) 0.98
commitment_builder_64 RAM Accesses 165620 ops (± 0) 191298 ops (± 0) 0.87
commitment_builder_64 Estimated Cycles 51419003326 ops (± 0) 51419031468 ops (± 0) 1.00
commitment_builder_128 Instructions 54189711597 ops (± 0) 54204175550 ops (± 0) 1.00
commitment_builder_128 L1 Accesses 68302991344 ops (± 0) 68301951624 ops (± 0) 1.00
commitment_builder_128 L2 Accesses 1233205 ops (± 0) 1258510 ops (± 0) 0.98
commitment_builder_128 RAM Accesses 273791 ops (± 0) 242507 ops (± 0) 1.13
commitment_builder_128 Estimated Cycles 68318740054 ops (± 0) 68316731919 ops (± 0) 1.00
commitment_builder_256 Instructions 31749595859 ops (± 0) 31758548180 ops (± 0) 1.00
commitment_builder_256 L1 Accesses 40828665625 ops (± 0) 40833274463 ops (± 0) 1.00
commitment_builder_256 L2 Accesses 6710863 ops (± 0) 6788005 ops (± 0) 0.99
commitment_builder_256 RAM Accesses 272680 ops (± 0) 239352 ops (± 0) 1.14
commitment_builder_256 Estimated Cycles 40871763740 ops (± 0) 40875591808 ops (± 0) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.