Skip to content

Commit

Permalink
Add new DomainType for application usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed May 3, 2022
1 parent 83ac38c commit 207f287
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specs/bellatrix/beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

- [Introduction](#introduction)
- [Custom types](#custom-types)
- [Constants](#constants)
- [Domain types](#domain-types)
- [Preset](#preset)
- [Execution](#execution)
- [Updated penalty values](#updated-penalty-values)
Expand Down Expand Up @@ -62,6 +64,14 @@ Additionally, this upgrade introduces the following minor changes:
| `Transaction` | `ByteList[MAX_BYTES_PER_TRANSACTION]` | either a [typed transaction envelope](https://eips.ethereum.org/EIPS/eip-2718#opaque-byte-array-rather-than-an-rlp-array) or a legacy transaction|
| `ExecutionAddress` | `Bytes20` | Address of account on the execution layer |

## Constants

### Domain types

| Name | Value |
| - | - |
| `DOMAIN_APPLICATION` | `DomainType('0x00000001')` |

## Preset

### Execution
Expand Down

0 comments on commit 207f287

Please sign in to comment.