ethkit
ethkit copied to clipboard
Ethereum dev toolkit for Go
https://github.com/0xsequence/ethkit/blob/7d9af4e211c25a5533b8e66195706ae1602fe22f/ethmonitor/ethmonitor.go#L324-L347 I haven't tried this, but I think if topics are specified, then it's possible to receive no logs, while the logs bloom filter is non-zero. This means the block...
I was trying a batch call with 4 calls, CodeAt and three function read calls, its way faster to call them seperately concurrently than doing a batch call for some...
github.com/0xsequence/ethkit v1.22.4 SolidityPack seems to not consider negative signs: ``` entry1, err := ethcoder.SolidityPackHex([]string{"int32"}, []interface{}{int32(-42)}) entry2, err := ethcoder.SolidityPackHex([]string{"int32"}, []interface{}{int32(42)}) fmt.Println(entry1) fmt.Println(entry2) // entry1 == entry2 ``` yields 0x0000002a, 0x0000002a...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...