Commit Graph

344 Commits (696edfaaecf4999495a77b419779b6ca715e69e9)

Author SHA1 Message Date
Péter Szilágyi a5fe7353cf
common: drop BigMin and BigMax, they pollute our dep graph (#30645) 2 weeks ago
Péter Szilágyi 5c3b792e61 common/math: sigh, keep deleting dead code 2 weeks ago
Péter Szilágyi 9015a05f31
common/math: delete some further dead code (#30639) 2 weeks ago
Péter Szilágyi bb527b949a
build: get rid of ci.go -> common direct dependency (#30637) 2 weeks ago
Péter Szilágyi 48d05c43c9
all: get rid of custom MaxUint64 and MaxUint64 (#30636) 2 weeks ago
Halimao c11aac249d
common: using `ParseUint` instead of `ParseInt` (#30020) 5 months ago
Dean Eigenmann d8664490da
common/math: fix out of bounds access in json unmarshalling (#30014) 5 months ago
tianyeyouyou bdc62f9beb
common/math: rename variable name `int` to `n` (#29890) 5 months ago
georgehao cc348a601e
common/prque: fix godoc comments (#29460) 7 months ago
cui 12dcc162d0
common/lru: use clear builtin (#29399) 7 months ago
Aaron Chen 723b1e36ad
all: fix mismatched names in comments (#29348) 7 months ago
Martin HS 14cc967d19
all: remove dependency on golang.org/exp (#29314) 8 months ago
Martin HS 40cac1d0e2
eth/catalyst: prettier output on bad new payloads (#29259) 8 months ago
Justin Dhillon b80643b737
accounts/usbwallet, common/bitutil: fix broken links in docs (#29078) 8 months ago
Aaron Chen 4bd55a064c
common/math: copy result in Exp (#29233) 8 months ago
Martin HS a5a4fa7032
all: use uint256 in state (#28598) 10 months ago
Martin Holst Swende 3dc071e036
eth/tracers/logger: make structlog/json-log stack hex again (#28628) 11 months ago
Martin Holst Swende 2391fbc676
tests/fuzzers: move fuzzers into native packages (#28467) 12 months ago
rjl493456442 1cb3b6aee4
eth/protocols/snap: fix snap sync failure on empty storage range (#28306) 1 year ago
Péter Szilágyi 1f9d672df1
common: remove address.Hash footgun (#28228) 1 year ago
Martin Holst Swende a8d7201ec5
log: avoid stack lookups when not needed/used (#28069) 1 year ago
Péter Szilágyi be65b47645
all: update golang/x/ext and fix slice sorting fallout (#27909) 1 year ago
Sanghee Choi 900591299f
common/lru: add test case for BasicLRU.Peek (#27559) 1 year ago
Sanghee Choi 2754b197c9
common/math: fix typo in comment (#27561) 1 year ago
Dan Laine b1ef0bfe03
eth: use slices package for sorting (#27490) 1 year ago
Dan Laine a848212709
consensus/clique: use slices package for sorting (#27488) 1 year ago
Felföldi Zsolt c08dc59aad
beacon/types: add beacon chain data types (#27292) 1 year ago
Alex Mylonas ae1d90e710
internal/ethapi: make NewAccount return EIP-55 format (#26973) 1 year ago
lightclient 2c5798464e
common: delete MakeName (#27023) 2 years ago
rjl493456442 9ce047452e
common: fix json marshaller MixedcaseAddress (#26998) 2 years ago
Martin Holst Swende b80f05bde2
core/vm: use golang native big.Int (#26834) 2 years ago
Péter Szilágyi f86f048646
common/math: allow HexOrDecimal to accept unquoted decimals too (#26758) 2 years ago
Martin Holst Swende 4d3525610e
all: remove deprecated uses of math.rand (#26710) 2 years ago
Péter Szilágyi bf1798e04e
common/prque: generic priority queue (#26290) 2 years ago
Felix Lange 9e6a1c3834
common/mclock: add Alarm (#26333) 2 years ago
Felix Lange 12df45662a
all: remove remaining uses of untyped golang-lru (#26194) 2 years ago
Felix Lange 9afc6816d2
common/lru: add generic LRU implementation (#26162) 2 years ago
Martin Holst Swende 8334b5f51a
common/lru: fix race in lru (#26164) 2 years ago
Martin Holst Swende 5fded04037
core/state: replace fastcache code cache with gc-friendly structure (#26092) 2 years ago
Mark Tyneway a609e7b81f
common/types: add `Address.Big` (#26132) 2 years ago
Martin Holst Swende 15b7e0b254
common/math, tests/fuzzers: use big.Int clone (#26006) 2 years ago
Martin Holst Swende bed3b10086
common/math: optimized modexp (+ fuzzer) (#25525) 2 years ago
Felix Lange b628d72766
build: upgrade to go 1.19 (#25726) 2 years ago
Justin Traglia 2c5648d891
all: fix some typos (#25551) 2 years ago
Henry 49aa8a633b
common/compiler: json unmarshalling error checks (#25449) 2 years ago
Seungbae Yu 029059947a
all: use AbsTime.Add instead of conversion (#25417) 2 years ago
Delweng b196ad1c16
all: add whitespace linter (#25312) 2 years ago
Seungbae.yu a1cb7282b0
common/prque: fix typo 2 years ago
Seungbae.yu c2070f8d15
common: increase StorageSize test coverage (#25188) 2 years ago
Guillaume Ballet d1890aa402
fix: linter warning (#25192) 2 years ago