net-p2p/go-ethereum: upgrade to 1.11.4
ChangeLog: https://github.com/ethereum/go-ethereum/releases/tag/v1.11.4
- TxPool validation rules have been tightened to defend against certain DoS
attacks. The new checks are based on research by @dwn1998, @wangyibo0308,
cooperation!
- EIP-712 signing in Clef now recognizes all primitive types of
Solidity.
- EF bootstrap nodes on MS Azure have been removed because they will
be decommissioned soon.
- The core.Message type has been changed from interface to struct and
types.Message API change in core/types. We believe the removal should not cause
additional disruption for downstream projects because types.Messages had no
meaningful use outside of package core.
- core.BlockGen has a new Timestamp method.
PR: 270119
Reported by: me@enriquefynn.com (maintainer)