We now enforce the following rules: 1. No duplicate topics or data. 2. Topics must have 32 byte keys. 3. Topics may not be skipped. (e.g., no t1 & t3 without a t2). 4. Raw codecs. We _don't_ require that topics/data be emitted in any specific order. We _skip_ events with unknown keys. We _drop_ events that violate the above rules. |
||
|---|---|---|
| .. | ||
| eth_transactions_test.go | ||
| eth_transactions.go | ||
| eth_types_test.go | ||
| eth_types.go | ||
| rlp_test.go | ||
| rlp.go | ||