Skip to content

Commit

Permalink
readme: final formating
Browse files Browse the repository at this point in the history
  • Loading branch information
0xvv committed Oct 1, 2023
1 parent 2772618 commit 03f772f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ If you wish to deploy the contract, on a testnet you have to change the hard-cod
```
anySignature(bytes pubkeys, bytes withdrawal_creds, bytes signatures, bytes32[] deposit_data_roots)
```
`pubkeys` : concatenation of the public keys of the validators
`withdrawal_creds` : concatenation of the withdrawal credentials of the validators
`signatures` : concatenation of the signatures of the validators
`deposit_data_roots` : concatenation of the deposit data roots of the validators
- `pubkeys` : concatenation of the public keys of the validators
- `withdrawal_creds` : concatenation of the withdrawal credentials of the validators
- `signatures` : concatenation of the signatures of the validators
- `deposit_data_roots` : concatenation of the deposit data roots of the validators

### HuffCompact interface :
```
any_signature(bytes data)
```
`data` : concatenation of the concatenations of the pubkey, withdrawal_cred, signature and deposit_data_root of each validator
- `data` : concatenation of the concatenations of the pubkey, withdrawal_cred, signature and deposit_data_root of each validator

## Benchmark
Ran against a fork at block `18255674`
Expand Down

0 comments on commit 03f772f

Please sign in to comment.