mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-06 08:13:24 +00:00
Byte padding function should return the given slice if the length is smaller or equal rather than *only* smaller than. This fix improves almost all EVM push operations. |
||
|---|---|---|
| .. | ||
| bitutil | ||
| compiler | ||
| hexutil | ||
| math | ||
| mclock | ||
| number | ||
| big.go | ||
| bytes.go | ||
| bytes_test.go | ||
| debug.go | ||
| format.go | ||
| main_test.go | ||
| path.go | ||
| size.go | ||
| size_test.go | ||
| test_utils.go | ||
| types.go | ||
| types_template.go | ||
| types_test.go | ||