Marius van der Wijden
Marius van der Wijden
I (hastly) rebased this on master and added withdrawal tracking for the shanghai hardfork here: https://github.com/mariusvanderwijden/go-ethereum/tree/supply-delta @alextes could you rebase this and maybe add the withdrawal tracking changes as well?...
Yeah that code was written 5 minutes before the shanghai hardfork to make sure everything looks okay wrt. issuance. The primary goal was to be able to see the withdrawal...
Yes we deprecated the -sol flag in abigen. Contracts need to be compiled with solc and we can consume the abi and bin files from that. Will close this issue...
Rebased and addressed @rjl493456442 comment
You can check with `debug.vmodule("p2p=5")` why the peer was dropped. Just look for loglines with `staticdial`, those are dials going out to the peers you added via `admin.addPeer`
This issue seems quite stale, as I said earlier, you can try to see _why_ your peer was rejected with `debug.vmodule("p2p=5")`
@fedekunze are you willing to implement these RPC calls in gethclient?
The Ethclient has `eth_feeHistory` now. The other methods are not implemented in either ethclient or gethclient yet. I would argue that they are not used very often so it only...
Are you compiling both tests with the same go version ? Tagged this as triage, as we should have a discussion about ecies imo. We should in my opinion make...
I remember there was a change recently that required us to explicitly set the curve in the marshalling and unmarshalling operations edit: https://github.com/ethereum/go-ethereum/pull/28946