Commit Graph

339 Commits (v1.14.9)

Author SHA1 Message Date
Halimao c11aac249d
common: using `ParseUint` instead of `ParseInt` (#30020) 3 months ago
Dean Eigenmann d8664490da
common/math: fix out of bounds access in json unmarshalling (#30014) 3 months ago
tianyeyouyou bdc62f9beb
common/math: rename variable name `int` to `n` (#29890) 4 months ago
georgehao cc348a601e
common/prque: fix godoc comments (#29460) 6 months ago
cui 12dcc162d0
common/lru: use clear builtin (#29399) 6 months ago
Aaron Chen 723b1e36ad
all: fix mismatched names in comments (#29348) 6 months ago
Martin HS 14cc967d19
all: remove dependency on golang.org/exp (#29314) 6 months ago
Martin HS 40cac1d0e2
eth/catalyst: prettier output on bad new payloads (#29259) 6 months ago
Justin Dhillon b80643b737
accounts/usbwallet, common/bitutil: fix broken links in docs (#29078) 6 months ago
Aaron Chen 4bd55a064c
common/math: copy result in Exp (#29233) 6 months ago
Martin HS a5a4fa7032
all: use uint256 in state (#28598) 8 months ago
Martin Holst Swende 3dc071e036
eth/tracers/logger: make structlog/json-log stack hex again (#28628) 10 months ago
Martin Holst Swende 2391fbc676
tests/fuzzers: move fuzzers into native packages (#28467) 10 months ago
rjl493456442 1cb3b6aee4
eth/protocols/snap: fix snap sync failure on empty storage range (#28306) 11 months ago
Péter Szilágyi 1f9d672df1
common: remove address.Hash footgun (#28228) 12 months 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) 1 year ago
rjl493456442 9ce047452e
common: fix json marshaller MixedcaseAddress (#26998) 1 year 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
Marius van der Wijden 8cfd1214b7
common: improve pretty duration regex (#25073) 2 years ago
Felix Lange 9244d5cd61
all: update license headers and AUTHORS from git history (#24947) 2 years ago
Martin Holst Swende 8541ddbd95
common/compiler, cmd/abigen: remove solc/vyper compiler integration 2 years ago
Håvard Anda Estensen 07508ac0e9
all: replace uses of ioutil with io and os (#24869) 2 years ago
Sina Mahmoodi 16701c5169
internal/ethapi: add db operations to api (#24739) 2 years ago