Commit Graph

323 Commits (52219ced8bb8c44154b55af27c0947276c2d6437)

Author SHA1 Message Date
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
zhiqiangxu 9f75994b5e
common/compiler: add extra include paths to solidity compiler (#24541) 3 years ago
lmittmann 2954f40eac
common/hexutil: improve performance of EncodeBig (#23780) 3 years ago
Alexander Yastrebov d019e90162
common: fixes format verb (#23495) 3 years ago
Felix Lange 8a134014b4
all: add go:build lines (#23468) 3 years ago
Paul-Armand Verhaegen a2ea537a6f
common: rename unused function with typo (#23025) 3 years ago
Péter Szilágyi 1e207342b5
all: make logs a bit easier on the eye to digest (#22665) 3 years ago
Felföldi Zsolt 2d89fe0883
les: move client pool to les/vflux/server (#22495) 4 years ago
Felföldi Zsolt d96870428f
les: UDP pre-negotiation of available server capacity (#22183) 4 years ago
Felix Lange f26c19cbcd
common/mclock: remove dependency on github.com/aristanetworks/goarista (#22211) 4 years ago
Péter Szilágyi ab5e3f400f
common/prque: pull in tests and benchmarks from upstream 4 years ago
Marius van der Wijden 9ba306d47e
common/compiler: fix parsing of solc output with solidity v.0.8.0 (#22092) 4 years ago
Martin Holst Swende b9012a039b
common,crypto: move fuzzers out of core (#22029) 4 years ago
Li, Cheng bd848aad7c
common: improve printing of Hash and Address (#21834) 4 years ago
Alex Prut 810f9e057d
all: remove redundant conversions and import names (#21903) 4 years ago
Pascal Dierich 92c56eb820
common: fix documentation of Address.SetBytes (#21814) 4 years ago
Martin Holst Swende 0703c91fba
tests/fuzzers: improve the fuzzers (#21829) 4 years ago