add note to block operatiosn test format
This commit is contained in:
parent
abdcbc4972
commit
992a51b587
|
@ -16,13 +16,14 @@ post: BeaconState -- state after applying the operation. No
|
||||||
|
|
||||||
A handler of the `operations` test-runner should process these cases,
|
A handler of the `operations` test-runner should process these cases,
|
||||||
calling the corresponding processing implementation.
|
calling the corresponding processing implementation.
|
||||||
|
This excludes the other parts of the block-transition.
|
||||||
|
|
||||||
Operations:
|
Operations:
|
||||||
|
|
||||||
| *`operation-name`* | *`operation-object`* | *`input name`* | *`processing call`* |
|
| *`operation-name`* | *`operation-object`* | *`input name`* | *`processing call`* |
|
||||||
|-------------------------|----------------------|----------------------|--------------------------------------------------------|
|
|-------------------------|----------------------|----------------------|--------------------------------------------------------|
|
||||||
| `attestation` | `Attestation` | `attestation` | `process_attestation(state, attestation)` |
|
| `attestation` | `Attestation` | `attestation` | `process_attestation(state, attestation)` |
|
||||||
| `attester_slashing` | `AttesterSlashing` | `attester_slashing` | `process_attester_slashing(state, attester_slashing)` |
|
| `attester_slashing` | `AttesterSlashing` | `attester_slashing` | `process_attester_slashing(state, attester_slashing)` |
|
||||||
| `block_header` | `Block` | `block` | `process_block_header(state, block)` |
|
| `block_header` | `Block` | `block` | `process_block_header(state, block)` |
|
||||||
| `deposit` | `Deposit` | `deposit` | `process_deposit(state, deposit)` |
|
| `deposit` | `Deposit` | `deposit` | `process_deposit(state, deposit)` |
|
||||||
| `proposer_slashing` | `ProposerSlashing` | `proposer_slashing` | `process_proposer_slashing(state, proposer_slashing)` |
|
| `proposer_slashing` | `ProposerSlashing` | `proposer_slashing` | `process_proposer_slashing(state, proposer_slashing)` |
|
||||||
|
|
Loading…
Reference in New Issue