Resources on Ethereum Internals #3733
Replies: 1 comment
-
RLP spec: RLP online encoder/decoder: RLP Rust implementation (pass identity closure as f to decode, see test): ABI spec: EIP-712 spec: EIP-712 Rust implementation (algorithm can be referenced in our implementation, however note the msg is in json string, ours are separate rust variables and function args in ABI-encoded u8 array; to by skip json, function and types in this crate is not |
Beta Was this translation helpful? Give feedback.
-
How Ethereum serializes logs: https://medium.com/linum-labs/everything-you-ever-wanted-to-know-about-events-and-logs-on-ethereum-fec84ea7d0a5
Beta Was this translation helpful? Give feedback.
All reactions