-
[Consensus Test failing ~600 tests](https://hivetests.ethdevops.io/suite.html?suiteid=1688873269-72e5670d42e9d7bf0116da51fbf048e4.json&suitename=consensus#test-153)
Need to review these - some might…
-
### What is the problem
RLP objects are not very good at inheritance.
```python
class MyBaseObject(rlp.Serializable):
fields = (
('field_a', sedes.Binary),
)
class Inherit…
-
There are currently two problems with the function.
Number one, when digitizing objects and also editing objects, the left mouse button is always used, if you accidentally click on the right, the …
-
Building the Dockerfile [in this PR](https://github.com/ethereum/retesteth/pull/229) fails due to several package conflicts (version, et.al). An alternate way is to download the old and built retestet…
-
### Describe the feature you would like
1. can we speedup RwMap::table_assignments_with_idx?
2. for bus-mapping codecopy, avoid convert &[u8] to Bytecode. Bytecode is_code is not needed in copy c…
lispc updated
3 months ago
-
EIP: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7702.md
> We introduce a new [EIP-2718](./eip-2718.md) transaction, "set code transaction", where the `TransactionType` is `SET_CODE_TX_TY…
-
This is the list of missing content in protocols file:
In Cover, appendix A is missing. https://github.com/ternaustralia/dawe-rlp-vocabs/pull/144#issuecomment-1183948821
In Floristics, Introdu…
-
The RLP specification has one path for encoding 0-55 bytes and another path for encoding longer byte arrays.
This should be programmed as `if length < 56` or `if length
-
Currently we are using the RLP serialization for creating digests of messages (see `pss/types.go:(*PssMsg).serialize(...)`)
This serialization should however be independent of underlying serializa…
-
The goal is to support blocks with invalid RLP data with the fewest changes possible. To achieve this, we just reuse as much as possible with the normal valid block path.
The RLP circuit, the same ci…