mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-17 13:39:39 +00:00
tests pass
This commit is contained in:
parent
d24313d999
commit
c27e30fe57
@ -39,42 +39,42 @@ cryptarchia:
|
|||||||
threshold: 1
|
threshold: 1
|
||||||
timestamp: 0
|
timestamp: 0
|
||||||
gossipsub_protocol: /integration/logos-blockchain/cryptarchia/proto/1.0.0
|
gossipsub_protocol: /integration/logos-blockchain/cryptarchia/proto/1.0.0
|
||||||
genesis_state:
|
genesis_block:
|
||||||
mantle_tx:
|
header:
|
||||||
ops:
|
version: Bedrock
|
||||||
|
parent_block: '0000000000000000000000000000000000000000000000000000000000000000'
|
||||||
|
slot: 0
|
||||||
|
block_root: b5f8787ac23674822414c70eea15d842da38f2e806ede1a73cf7b5cf0277da07
|
||||||
|
proof_of_leadership:
|
||||||
|
proof: '0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
|
||||||
|
entropy_contribution: '0000000000000000000000000000000000000000000000000000000000000000'
|
||||||
|
leader_key: '0000000000000000000000000000000000000000000000000000000000000000'
|
||||||
|
voucher_cm: '0000000000000000000000000000000000000000000000000000000000000000'
|
||||||
|
signature: '00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
|
||||||
|
transactions:
|
||||||
|
- mantle_tx:
|
||||||
|
ops:
|
||||||
- opcode: 0
|
- opcode: 0
|
||||||
payload:
|
payload:
|
||||||
inputs: [ ]
|
inputs: []
|
||||||
outputs:
|
outputs:
|
||||||
- value: 1
|
- value: 1
|
||||||
pk: d204000000000000000000000000000000000000000000000000000000000000
|
pk: d204000000000000000000000000000000000000000000000000000000000000
|
||||||
- value: 100
|
- value: 100
|
||||||
pk: 2e03b2eff5a45478e7e79668d2a146cf2c5c7925bce927f2b1c67f2ab4fc0d26
|
pk: '2e03b2eff5a45478e7e79668d2a146cf2c5c7925bce927f2b1c67f2ab4fc0d26'
|
||||||
|
- value: 1
|
||||||
|
pk: ed266e6e887b9b97059dc1aa1b7b2e19b934291753c6336a163fe4ebaa28e717
|
||||||
- opcode: 17
|
- opcode: 17
|
||||||
payload:
|
payload:
|
||||||
channel_id: "0000000000000000000000000000000000000000000000000000000000000000"
|
channel_id: '0000000000000000000000000000000000000000000000000000000000000000'
|
||||||
inscription: [ 103, 101, 110, 101, 115, 105, 115 ] # "genesis" in bytes
|
inscription: '67656e65736973'
|
||||||
parent: "0000000000000000000000000000000000000000000000000000000000000000"
|
parent: '0000000000000000000000000000000000000000000000000000000000000000'
|
||||||
signer: "0000000000000000000000000000000000000000000000000000000000000000"
|
signer: '0000000000000000000000000000000000000000000000000000000000000000'
|
||||||
execution_gas_price: 0
|
execution_gas_price: 0
|
||||||
storage_gas_price: 0
|
storage_gas_price: 0
|
||||||
ops_proofs:
|
ops_proofs:
|
||||||
- !ZkSig
|
- !Ed25519Sig '00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
|
||||||
pi_a: [
|
- !Ed25519Sig '00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
|
||||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
||||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
|
||||||
]
|
|
||||||
pi_b: [
|
|
||||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
||||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
||||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
||||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
|
||||||
]
|
|
||||||
pi_c: [
|
|
||||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
||||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
|
||||||
]
|
|
||||||
- NoProof
|
|
||||||
time:
|
time:
|
||||||
slot_duration: '1.0'
|
slot_duration: '1.0'
|
||||||
chain_start_time: PLACEHOLDER_CHAIN_START_TIME
|
chain_start_time: PLACEHOLDER_CHAIN_START_TIME
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user