All notable changes to this project will be documented in this file.
client.GetNonce()now accepts*big.Intinstead ofuint64for the nonce key parameter, enabling full 192-bit nonce key support as per the Tempo Transaction spec.
- Bumped go-ethereum from v1.13.5 to v1.16.8 to fix CVE-2026-22868 (GHSA-mq3p-rrmp-79jg), a high-severity DoS vulnerability via malicious p2p message
- Minimum Go version is now 1.24 (previously 1.21). This is required by go-ethereum v1.16.8.
- Initial release