Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Update metadata and config #44

Merged
merged 3 commits into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions crates/eth-rpc-client/data/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
beacon_state_goerli_slot_5243067.json filter=lfs diff=lfs merge=lfs -text
beacon_state_goerli_slot_3887699.json filter=lfs diff=lfs merge=lfs -text
beacon_state_goerli_slot_3887616.json filter=lfs diff=lfs merge=lfs -text
beacon_state_* filter=lfs diff=lfs merge=lfs -text

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Git LFS file not shown
2 changes: 1 addition & 1 deletion crates/eth2-pallet-init/config_for_tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ eth_requests_timeout_seconds = 30
validate_updates = true
verify_bls_signature = true
hashes_gc_threshold = 51000
beacon_rpc_version = "V1_2"
beacon_rpc_version = "V1_5"
headers_batch_size = 33
interval_between_light_client_updates_submission_in_epochs = 1
max_blocks_for_finalization = 5000
Expand Down
3 changes: 2 additions & 1 deletion crates/eth2-pallet-init/src/substrate_pallet_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,8 @@ impl EthClientPalletTrait for EthClientPallet {
typed_chain_id: decoded_tcid,
block_header: decoded_header,
};
let tx = tangle::runtime_types::node_template_runtime::RuntimeCall::Eth2Client(call);
let tx =
tangle::runtime_types::tangle_standalone_runtime::RuntimeCall::Eth2Client(call);
txes.push(tx);
}

Expand Down
2 changes: 1 addition & 1 deletion eth2substrate-block-relay-rs/config_for_tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ eth_requests_timeout_seconds = 30
validate_updates = true
verify_bls_signature = true
hashes_gc_threshold = 51000
beacon_rpc_version = "V1_2"
beacon_rpc_version = "V1_5"
Binary file modified metadata/eth_light_client_runtime.scale
Binary file not shown.
Loading