Ray
Ray
### 1. Fixed the ST1005 in fmt.Errorf ### 2. formatSliceString() - Fixed outputting slice as a zero length array ``` // accounts/abi/error_handling.go, formatSliceString() // Now input : {"uint16[]", []uint32{1, 2,...
/go-ethereum/p2p/discover/v5wire ```go func (c *Codec) writeHeaders(head *Header) { c.buf.Reset() c.buf.Write(head.IV[:]) binary.Write(&c.buf, binary.BigEndian, &head.StaticHeader) c.buf.Write(head.AuthData) } ``` In the original codes, bytes.Buffer.Reset is used. There is no capacity reset. Of course,...
The PR to resolve the TODOs.
NAT-PMP maps an alternate port if the requested port is already in use and returns success. The current implementation define by 'failure' if the request port and the actual mapped...
Small typos 😃 ## Summary by CodeRabbit - **Refactor** - Improved naming conventions for clarity in governance and staking modules. - **Bug Fixes** - Corrected typos in method names enhancing...
Small typos ## Summary by CodeRabbit - **Refactor** - Improved naming conventions for block and transaction retrieval functions to enhance clarity. - Updated documentation to better describe the functionality of...