Marc
Marc
## Changes - Blob gas fees are included in burnt fees or collected fees (depending on if chain has an EIP 1559 fee collector) - Can be triggered at a...
Code frozen for testing, avoid making changes. ## Changes - _TBD_ ## Types of changes #### What types of changes does your code introduce? - [ ] Bugfix (a non-breaking...
## Changes - Use BLST instead of Matter Labs library, as it is better supported and believed to perform better (still need to benchmark the two versions against each other...
## Changes - Implement BLS signatures using blst bindings - Originally part of Shutter PR ## Types of changes #### What types of changes does your code introduce? - [...
**Description** Failure to decode a type 2 transaction. **Steps to Reproduce** Run the following code snippet: ``` string tx = "02F8768227D882027384B2D05E0084B2D05E0E830186A094C34B4858CF5F89916559FAB2F864384D74B2F99687038D7EA4C6800080C001A07098F6E9A7A28BD3D78221658E9668C17413DF03920F261193A3355CA71E8BA1A02024DE99EAE02A59FDFBC549316320349C2CF9D968F2E69E5C35609194F671A6"; Rlp.Decode(Convert.FromHexString(tx).AsSpan()); ``` **Actual behavior** Fails to decode transaction with...
## Changes - Check length of update messages in validator registration contract ## Types of changes #### What types of changes does your code introduce? - [x] Bugfix (a non-breaking...
Fixes Closes Resolves # _Please choose one of the keywords above to refer to the issue this PR solves followed by the issue number (e.g. Fixes #000). If no issue...
## Changes - Increase `MIN_BASE_FEE_PER_BLOB_GAS` ## Types of changes #### What types of changes does your code introduce? - [ ] Bugfix (a non-breaking change that fixes an issue) -...
This EIP proposes to add a new precompile that returns the index of the transaction being executed within the current block.
- Removed redundant MUL operations to minimise increase in precompile count (as in #8945). - Added 'unsafe' MSM and pairings precompiles that do not have subgroup checks. - todo: Determine...