Commit Graph

339 Commits (c35684709c8c71da78d5abbc6c38a501dd05b58a)

Author SHA1 Message Date
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
Martin Holst Swende 72045dff4f
core/state: optimize some internals during encoding 5 years ago
Péter Szilágyi 49b86a2859
common, graphql: fix hash/address decoding + UI content type 5 years ago
lmittmann 1cd5bf080e common: unify hex prefix check code (#19937) 5 years ago
Felix Lange 9bad7fa717
common/compiler: fix lint issue (#19967) 5 years ago
shiqinfeng1 260b177fe3 common/compiler: support relative import paths (#17374) 5 years ago
Felföldi Zsolt a7de796840
les: implement new client pool (#19745) 5 years ago
Péter Szilágyi 1a83114c74
all: update author list and licenses 5 years ago
David Chase 31a1f164d9 common/bitutil: use result of TestBytes to prevent dead code elimination (#19846) 5 years ago
gary rong 22060611fb cmd/abigen: refactor command line interface (#19797) 5 years ago
Guillaume Ballet 6bf5555c4f
accounts/abi/bind: Accept function ptr parameter (#19755) 5 years ago
Martin Holst Swende 17381ecc66 core/signer, clef: improve ui-test flow, fix errors in uint handling (#19584) 5 years ago
Péter Szilágyi fc85777a21
core: concurrent database reinit from freezer dump 5 years ago
gary rong 37d280da41
core, cmd, vendor: fixes and database inspection tool (#15) 5 years ago
Kushagra Sharma fb458280d1 Modified Abigen to Support Vyper (#19120) 6 years ago
Martin Holst Swende 7504dbd6eb core/vm: 64 bit memory and gas calculations (#19210) 6 years ago
Péter Szilágyi 2b6158a51e
common/fdlimit: fix macos file descriptors for Go 1.12 6 years ago
Enrique Fynn 628a0bde3f common/fdlimit: Fix compilation error in freebsd, Raise() returns uint64 (#19141) 6 years ago
Felix Lange ba90a4aaa4 common/fdlimit: fix windows build (#19068) 6 years ago
Martin Holst Swende f48da43bae common/fdlimit: cap on MacOS file limits, fixes #18994 (#19035) 6 years ago