helios/execution/src
Simon Saliba 3177ad55c1
feat: add `get_logs` RPC method (#108)
* Implemented RPC method get_logs

* Limit the max number of logs to 5

* remove unused import

Co-authored-by: Noah Citron <noah@jeff.org>
2022-11-17 12:14:13 -05:00
..
rpc feat: add `get_logs` RPC method (#108) 2022-11-17 12:14:13 -05:00
constants.rs refactor: promote constant; switch to list chunking (#107) 2022-11-11 19:45:08 -05:00
errors.rs feat: add `get_logs` RPC method (#108) 2022-11-17 12:14:13 -05:00
evm.rs feat: add `get_logs` RPC method (#108) 2022-11-17 12:14:13 -05:00
execution.rs feat: add `get_logs` RPC method (#108) 2022-11-17 12:14:13 -05:00
lib.rs refactor: promote constant; switch to list chunking (#107) 2022-11-11 19:45:08 -05:00
proof.rs fix: explicit check for invalid divergent paths (#100) 2022-11-09 13:20:19 -05:00
types.rs feat: handle full tx blocks (#75) 2022-10-27 13:46:32 -04:00