ethers-rs/ethers-core/src
Justin Phu 89cf65f963
fix(core): re-export CallLogFrame from geth types (#2283)
* fix(core): re-export CallLogFrame from geth types

The CallLogFrame was not being exported from geth which made it
difficult to store all the logs using the ethers type.

* fix(core): correct the visibility of the geth CallLogFrame struct

The previous diff made the struct public but did not change the fields
itself. The struct being public is not useful unless the fields are
public.
2023-03-20 20:01:48 -07:00
..
abi docs: fix broken links, update documentation (#2203) 2023-02-27 13:03:17 -07:00
macros chore(deps): bump and use workspace dependencies (#2222) 2023-03-16 12:28:35 -07:00
types fix(core): re-export CallLogFrame from geth types (#2283) 2023-03-20 20:01:48 -07:00
utils chore: bump crypto deps (#2260) 2023-03-14 23:13:46 -07:00
lib.rs fix: add getrandom with js feature for wasm (#2076) 2023-01-27 13:14:26 -05:00