RPC
Logs returned by eth_getLogs
and similar requests will now return the blockTimestamp
(#120)
Retrieve justified block via justified
param (#118)
What's Changed
- core,eth,rpc: add justified block query, avoid crash if finalized block is nil by @sonhv0212 in #118
- core/types: add timestamp to derived logs by @TuDo1403 in #120
- params: bump v1.1.1 by @sonhv0212 in #121
New Contributors
Full Changelog: v1.1.0...v1.1.1