Commit Graph

308 Commits (b4ea2bf7dda9def5374ed3ab16a3dfd872eaa40a)

Author SHA1 Message Date
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
Marius van der Wijden 3eebf34038
common: remove ToHex and ToHexArray (#21610) 4 years ago
Martin Holst Swende dad26582b6
accounts, signer: implement gnosis safe support (#21593) 4 years ago
Felföldi Zsolt 4996fce25a
les, les/lespay/server: refactor client pool (#21236) 4 years ago
Felix Lange 6ccce0906a
common/math: use math/bits intrinsics for Safe* (#21316) 4 years ago
Felix Lange bcb3087450 Revert "core, txpool: less allocations when handling transactions (#21232)" 4 years ago
Marius van der Wijden af5c97aebe
core, txpool: less allocations when handling transactions (#21232) 4 years ago
Guillaume Ballet 9a188c975d
common/fdlimit: build on DragonflyBSD (#21241) 4 years ago
Marius van der Wijden ab72803e6f
accounts/abi: move U256Bytes to common/math (#21020) 4 years ago
Martin Holst Swende 6402c42b67
all: simplify and fix database iteration with prefix/start (#20808) 4 years ago
Boqin Qin be6078ad83
all: fix a bunch of inconsequential goroutine leaks (#20667) 5 years ago
Boqin Qin 1b9c5b393b
all: fix goroutine leaks in unit tests by adding 1-elem channel buffer (#20666) 5 years ago
Felix Lange c22fdec3c7
common/mclock: add NewTimer and Timer.Reset (#20634) 5 years ago
Felix Lange 0ec5ab4175 common: improve GraphQL error messages (#20354) 5 years ago
Felix Lange 72e62efc76 common/hexutil: improve GraphQL error messages (#20353) 5 years ago
Felix Lange b1c3010bf2
common/mclock: clean up AfterFunc support (#20054) 5 years ago