git.delta.rocks / unique-network / refs/commits / c22e2cd168ae

difftreelog

fix allowlist evm logs for benchmarks

Yaroslav Bolyukin2022-05-23parent: #59e2247.patch.diff
in: master

1 file changed

modifiedruntime/common/src/runtime_apis.rsdiffbeforeafterboth
796 use frame_benchmarking::{Benchmarking, BenchmarkBatch, add_benchmark, TrackedStorageKey};796 use frame_benchmarking::{Benchmarking, BenchmarkBatch, add_benchmark, TrackedStorageKey};
797797
798 let allowlist: Vec<TrackedStorageKey> = vec![798 let allowlist: Vec<TrackedStorageKey> = vec![
799 // Block Number799 // Total Issuance
800 hex_literal::hex!("26aa394eea5630e07c48ae0c9558cef702a5c1b19ab7a04f536c519aca4983ac").to_vec().into(),800 hex_literal::hex!("c2261276cc9d1f8598ea4b6a74b15c2f57c875e4cff74148e4628f264b974c80").to_vec().into(),
801 // Total Issuance801
802 // Block Number
802 hex_literal::hex!("c2261276cc9d1f8598ea4b6a74b15c2f57c875e4cff74148e4628f264b974c80").to_vec().into(),803 hex_literal::hex!("26aa394eea5630e07c48ae0c9558cef702a5c1b19ab7a04f536c519aca4983ac").to_vec().into(),
803 // Execution Phase804 // Execution Phase
804 hex_literal::hex!("26aa394eea5630e07c48ae0c9558cef7ff553b5a9862a516939d82b3d3d8661a").to_vec().into(),805 hex_literal::hex!("26aa394eea5630e07c48ae0c9558cef7ff553b5a9862a516939d82b3d3d8661a").to_vec().into(),
805 // Event Count806 // Event Count
806 hex_literal::hex!("26aa394eea5630e07c48ae0c9558cef70a98fdbe9ce6c55837576c60c7af3850").to_vec().into(),807 hex_literal::hex!("26aa394eea5630e07c48ae0c9558cef70a98fdbe9ce6c55837576c60c7af3850").to_vec().into(),
807 // System Events808 // System Events
808 hex_literal::hex!("26aa394eea5630e07c48ae0c9558cef780d41e5e16056765bc8461851072c9d7").to_vec().into(),809 hex_literal::hex!("26aa394eea5630e07c48ae0c9558cef780d41e5e16056765bc8461851072c9d7").to_vec().into(),
810
811 // Evm CurrentLogs
812 hex_literal::hex!("1da53b775b270400e7e61ed5cbc5a146547f210cec367e9af919603343b9cb56").to_vec().into(),
809813
810 // Transactional depth814 // Transactional depth
811 hex_literal::hex!("3a7472616e73616374696f6e5f6c6576656c3a").to_vec().into(),815 hex_literal::hex!("3a7472616e73616374696f6e5f6c6576656c3a").to_vec().into(),