go-ethereum/common
Daniel Liu 52614a59c3
common/math: fix typo in TestMustParseUint64Panic error message #32648 (#1555)
Fix typo in test error message where "MustParseBig" was incorrectly
used instead of "MustParseUint64" in the TestMustParseUint64Panic
function.

The test still functions correctly, but now the error message
accurately reflects the function being tested.

Co-authored-by: Gengar <creeptogengar@gmail.com>
2025-09-24 07:49:30 +08:00
..
bitutil all: remove the duplicate 'the' in annotations (#17509) 2025-01-24 16:18:28 +08:00
compiler common/compiler: json unmarshalling error checks (#25449) 2024-12-28 09:06:31 +08:00
constants common, params: define cancun block for testnet and print more chain config 2025-04-01 14:41:05 +08:00
countdown refactor: more logs on countdown 2025-02-15 17:44:39 +08:00
fdlimit common/fdlimit: fix linter warning (#25192) 2024-08-03 08:12:28 +08:00
hexutil common: remove duplicate test cases #32624 (#1556) 2025-09-22 20:43:50 +08:00
lru common/lru: use clear builtin (#29399) 2024-08-26 11:17:23 +08:00
math common/math: fix typo in TestMustParseUint64Panic error message #32648 (#1555) 2025-09-24 07:49:30 +08:00
mclock common, p2p: use AbsTime.Add instead of conversion (#25417) 2024-12-28 09:06:31 +08:00
number common: improve documentation comments (#16701) 2024-12-28 09:06:30 +08:00
prque common/prque: fix godoc comments (#29460) 2024-12-28 09:06:31 +08:00
sort common: implement old version of func sort.Slice 2023-10-23 22:51:06 +08:00
big.go core, vm, common: define constantinople fork + shift (#16045) 2018-02-23 12:32:57 +02:00
bytes.go internal: add db operations to api (#24739) 2024-12-28 09:06:30 +08:00
bytes_test.go common: improve test (#20354) 2024-12-28 09:06:30 +08:00
constants.all.go func CopyConstants choose local chain if unknown chainID 2025-09-14 15:21:26 +04:00
constants.devnet.go revert reward v2 block number for testing backward compatitble (#1361) 2025-08-20 01:25:37 -07:00
constants.go common: not copy constants.go for compatibility 2025-02-23 11:55:20 +08:00
constants.local.go func CopyConstants choose local chain if unknown chainID 2025-09-14 15:21:26 +04:00
constants.mainnet.go Consecutive penalty upgrade (#1053) 2025-06-25 01:12:56 -07:00
constants.testnet.go Consecutive penalty upgrade (#1053) 2025-06-25 01:12:56 -07:00
debug.go common: rename unused function with typo (#23025) 2024-12-28 09:06:30 +08:00
format.go common, core: add block age into info logs #17718 (#947) 2025-04-24 17:56:54 +08:00
gas.go all: implement eip-1559 (#22837) 2024-11-01 11:36:52 +08:00
path.go common: delete MakeName (#27023) 2024-12-28 09:06:31 +08:00
size.go common: improve functions of StorageSize (#19244) 2024-12-28 09:06:30 +08:00
size_test.go common: increase StorageSize test coverage (#25188) 2024-12-28 09:06:30 +08:00
test_utils.go PDF-01 (#397) 2024-01-19 15:05:03 +04:00
types.go update validator initial configs 2025-09-14 15:19:19 +04:00
types_test.go common: using ParseUint instead of ParseInt (#30020) 2024-12-28 09:06:31 +08:00