From b5377d5874c9e37d5eb868e15020a20842d08346 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Tue, 9 Sep 2025 10:57:40 +0200 Subject: [PATCH] chore!(provider): update Log and Block types --- ethers/provider.nim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ethers/provider.nim b/ethers/provider.nim index 55cc07c..844c9c4 100644 --- a/ethers/provider.nim +++ b/ethers/provider.nim @@ -31,6 +31,7 @@ type data*: seq[byte] logIndex*: UInt256 removed*: bool + address*: Address topics*: seq[Topic] TransactionHash* = array[32, byte] BlockHash* = array[32, byte] @@ -64,6 +65,7 @@ type timestamp*: UInt256 hash*: ?BlockHash baseFeePerGas* : ?UInt256 + logsBloom*: ?StUint[2048] PastTransaction* {.serialize.} = object blockHash*: BlockHash blockNumber*: UInt256