Commit graph

  • ca22d0761b
    event: fix inconsistency in Lock and Unlock (#20933) Boqin Qin 2020-04-17 20:51:38 +0800
  • d16edaabba accounts/abi: method/eventName -> overloadedMethodName Marius van der Wijden 2020-04-17 11:30:00 +0200
  • 536f669215 accounts/abi: improved readability in NewMethod, nitpicks Marius van der Wijden 2020-04-17 09:23:25 +0200
  • 07226788bf accounts/abi/bind: added test for unnamed arguments Marius van der Wijden 2020-04-16 17:24:00 +0200
  • 38916f3c35 eth/download,event,whisper : add some defers when unlock ucwong 2020-04-16 15:01:21 +0000
  • da57a13e20 accounts/abi: added FunctionType enumeration Marius van der Wijden 2020-04-16 16:49:26 +0200
  • 6b6c912462 accounts/abi: addressed comments Marius van der Wijden 2020-04-16 16:24:51 +0200
  • ff43f03521 go.mod : update fastcache latest 1.5.7 ucwong 2020-04-16 14:22:01 +0000
  • 24eb6797e2 Merge remote-tracking branch 'origin/release/1.9' into mempool-feed Austin Roberts 2020-04-16 09:14:55 -0500
  • 9a1a27ab7d
    event: use defer Felix Lange 2020-04-16 16:01:40 +0200
  • 7a63faf734
    p2p/discover: add helper methods to UDPv5 (#20918) Nishant Das 2020-04-16 21:58:37 +0800
  • 71f17d3ef0 Changed the build constraints for darwin CPU stats when cgo is disabled. Bogdan Habic 2020-04-16 14:22:57 +0200
  • be4cda101c accounts/keystore: use mutex instead of rwmutex Marius van der Wijden 2020-04-16 10:48:23 +0200
  • 255e927d0b event: fix inconsistency in Lock and Unlock root 2020-04-16 04:25:41 -0400
  • 3bf1054a13
    params: begin v1.9.14 release cycle Péter Szilágyi 2020-04-16 10:41:32 +0300
  • cbc4ac264e
    params: release Geth v1.9.13 v1.9.13 Péter Szilágyi 2020-04-16 10:39:22 +0300
  • 9a4b0ea8f8
    core: fix the condition of reorg icodezjb 2020-04-16 14:15:59 +0800
  • 03f0013c9c remove noReward add debugStorageRangeAt normal implementaion Dimitry Kh 2020-04-16 03:01:12 +0300
  • 19e9976be2 Add documentation for txpool feeds Austin Roberts 2020-04-15 15:10:20 -0500
  • 359d9c3f0a
    Merge pull request #20925 from karalabe/cht-1.9.13 Péter Szilágyi 2020-04-15 18:25:54 +0300
  • d77d35a4a9
    params: update CHTs for the 1.9.13 release Péter Szilágyi 2020-04-15 18:03:10 +0300
  • 6402c42b67
    all: simplify and fix database iteration with prefix/start (#20808) Martin Holst Swende 2020-04-15 13:08:53 +0200
  • 73e6d96041 mining wip Dimitry Kh 2020-04-15 13:53:21 +0300
  • 6d84b385e6
    ethdb: fix review concerns Martin Holst Swende 2020-04-15 11:31:41 +0200
  • 4434cb4d0a accounts/abi: fixed rebasing errors in method sig Marius van der Wijden 2020-04-15 11:30:12 +0200
  • 362a486475 accounts/abi: fixed rebasing errors in method sig Marius van der Wijden 2020-04-15 11:27:25 +0200
  • dbaec6419e accounts/abi: added unnamed event params test Marius van der Wijden 2020-04-07 09:35:45 +0200
  • b98e4dcce4 accounts/abi: prevent recalculation of internal Marius van der Wijden 2020-04-02 14:33:00 +0200
  • 07f5bc448e accounts/abi: refactored methodName and eventName Marius van der Wijden 2020-04-02 14:25:54 +0200
  • f4b170a088 accounts/abi: multiple fixes to arguments Marius van der Wijden 2020-04-01 17:22:25 +0200
  • ebf0efeeb2 accounts/abi: fixed unpacking of no values Marius van der Wijden 2020-02-18 22:31:27 +0100
  • ad60f0cec0 accounts/abi: prevent recalculation of ID, Sig and String MariusVanDerWijden 2020-02-13 13:48:09 +0100
  • af4080b4b7
    trie: fix concurrent usage of secKeyBuf, ref #20920 Martin Holst Swende 2020-04-15 11:07:29 +0200
  • 00064ddcfb
    accounts/abi: implement new fallback functions (#20764) gary rong 2020-04-15 15:23:58 +0800
  • d019cf6f0c Another fix Alexey Akhunov 2020-04-14 20:55:45 +0100
  • 667172907b Try to fix race Alexey Akhunov 2020-04-14 20:22:36 +0100
  • 1bae9a606c
    all: rename Iteratee.NewIteratorWith -> NewIterator Martin Holst Swende 2020-04-14 10:57:03 +0200
  • 2a836bb259
    core/rawdb: fix data race between Retrieve and Close (#20919) Marius van der Wijden 2020-04-14 17:13:47 +0200
  • 38064398af core/rawdb: use non-atomic load while holding mutex Marius van der Wijden 2020-04-14 14:40:51 +0200
  • e1856f2bc3 core/rawdb: fixed data race between retrieve and close Marius van der Wijden 2020-04-14 14:15:29 +0200
  • 8054a68300 accounts/abi: Work around the uin64 conversion issue Guillaume Ballet 2020-04-14 11:24:18 +0200
  • a09f4445d7 p2p/discover: add new methods to udpV5 nisdas 2020-04-14 21:43:18 +0800
  • 3ee9ab0934 p2p/enode: fix panic when splitting key nisdas 2020-04-14 20:53:23 +0800
  • cbb181c373 core/rawdb: use non-atomic load while holding mutex Marius van der Wijden 2020-04-14 14:40:51 +0200
  • abce8e55e7 accounts/keystore: fixed typo Marius van der Wijden 2020-04-14 14:20:47 +0200
  • 090d7b0bdc p2p/enode: fixed data race in test fixes a data race between genIter.Next() and genIter.Close() Marius van der Wijden 2020-04-14 14:18:53 +0200
  • 7aff4d1e31 core/rawdb: fixed data race between retrieve and close Marius van der Wijden 2020-04-14 14:15:29 +0200
  • ddc173f801 eth: fixed data race in tests Due to the reuse of error channels throughout the tests, the golang race tester complains to test use go test -count=1 -run=TestForkIDSplit ./... -race Marius van der Wijden 2020-04-14 14:13:34 +0200
  • 11881e78f3 accounts/keystore: fixed naming Marius van der Wijden 2020-04-14 14:07:17 +0200
  • 61e458ae41 accounts/keystore: added import/export tests Marius van der Wijden 2020-04-14 13:31:04 +0200
  • 62f238ecf0 cmd/geth: improved TestAccountImport test Marius van der Wijden 2020-04-14 13:15:08 +0200
  • 77385331ab accounts/keystore: added import/export tests Marius van der Wijden 2020-04-14 13:14:01 +0200
  • 10c214ffd5 accounts/keystore: fix race in Import/ImportECDSA Marius van der Wijden 2020-04-14 13:13:41 +0200
  • eb2fd823b2
    travis, appveyor, build, Dockerfile: bump Go to 1.14.2 (#20913) Péter Szilágyi 2020-04-14 14:03:18 +0300
  • 1700fd1215
    travis, appveyor: force GO111MODULE=on for every build Péter Szilágyi 2020-04-14 12:18:45 +0300
  • 0a958f1ebd
    travis, appveyor, build, Dockerfile: bump Go to 1.14.2 Péter Szilágyi 2020-04-14 12:09:52 +0300
  • 5a20cc0de6
    README: update min go version to 1.13 (#20911) ligi 2020-04-14 10:08:27 +0200
  • 6cd5690124
    README: update min go version to 1.13 ligi 2020-04-14 05:11:23 +0200
  • 710fb49226
    Merge pull request #47 from maticnetwork/develop Jaynti Kanani 2020-04-10 23:13:52 +0530
  • 8b99e862ff trie: add benchmark rjl493456442 2020-04-10 14:18:47 +0800
  • 54d331b9cd trie: initial implementation for range proof rjl493456442 2020-04-08 14:21:01 +0800
  • 47d0a8c409 accounts/abi: address marius's comment rjl493456442 2020-04-10 09:49:54 +0800
  • b821eda702 accounts/abi, mobile: support jave binding rjl493456442 2020-03-16 13:17:58 +0800
  • 5ab8562a85 accounts/abi: minor fixes rjl493456442 2020-03-16 12:41:59 +0800
  • e2973474d4 accounts/abi: fix unit tests rjl493456442 2020-03-15 14:30:07 +0800
  • 763de1e1ce accounts/abi: implement new fackball functions rjl493456442 2020-03-13 16:16:18 +0800
  • fee934d25b reimplement mining using existing miner Dimitry Kh 2020-04-10 03:32:19 +0300
  • cdef8954b8 remove excessive code from retesteth.go Dimitry Kh 2020-04-10 00:32:10 +0300
  • f7dc0f5b73 core: Test drop / reject in txpool tests Austin Roberts 2020-04-09 14:02:12 -0500
  • 11b9c978b6 prove that geth retesteth could run using existing geth api Dimitry Kh 2020-04-09 03:17:06 +0300
  • 9865f518da core/bloombits : add quit channel select ucwong 2020-04-09 11:01:27 +0000
  • 0851646e48
    les, les/lespay/client: add service value statistics and API (#20837) Felföldi Zsolt 2020-04-09 11:55:32 +0200
  • 15540ae992
    cmd: deprecate --testnet, use named networks instead (#20852) Raw Pong Ghmoa 2020-04-09 11:09:58 +0200
  • 023b87b9d1
    accounts/abi/bind: fixed erroneous filtering of negative ints (#20865) Marius van der Wijden 2020-04-09 10:54:57 +0200
  • 779cf5d03d
    cmd/geth: add legacy testnet flag to the inspect command /raw PONG _GHMoaCXLT 2020-04-09 10:35:38 +0200
  • 7246651e41
    cmd/geth: add legacy testnet flag to the copy db command /raw PONG _GHMoaCXLT 2020-04-09 10:33:21 +0200
  • 2791b22d83 core, eth: Only show rejections if err is not nil Austin Roberts 2020-04-08 14:22:12 -0500
  • 4eab5b8213 eth/filters, accounts/abi/bind/backends: Support websocket subscriptions of dropped and rejected txs Austin Roberts 2020-04-08 11:37:48 -0500
  • 29e619a95b core,eth,internal/ethapi,les: Extend API Backend to subscribe dropped txs Austin Roberts 2020-04-08 11:03:20 -0500
  • 1bad861222
    changed date of rpcstack.go since new file (#20904) rene 2020-04-08 16:58:27 +0200
  • fe9ffa5953
    crypto: improve error messages in LoadECDSA (#20718) Adam Schmideg 2020-04-08 16:01:11 +0200
  • 1d9ab17d23
    changed date of rpcstack.go since new file renaynay 2020-04-08 14:02:35 +0200
  • 07d909ff32
    node: allow websocket and HTTP on the same port (#20810) rene 2020-04-08 13:33:12 +0200
  • c39c4f55c2 accounts/abi: minor nitpick Marius van der Wijden 2020-04-08 12:58:44 +0200
  • 4b8e707ed4 accounts/abi/bind: fixed genIntType for go 1.12 Marius van der Wijden 2020-04-03 10:13:21 +0200
  • a95417f489 accounts/abi/bind: added test cases for negative ints in topics Marius van der Wijden 2020-03-31 21:11:06 +0200
  • f070287e78 accounts/abi/bind: fixed erroneous packing of negative ints Marius van der Wijden 2020-04-01 11:51:19 +0200
  • 5065cdefff
    accounts/abi/bind: Refactored topics (#20851) Marius van der Wijden 2020-04-08 12:00:10 +0200
  • 3ed5d5500f core/bloombits/matcher | Remove the kill channel to quit directly for matcher session ucwong 2020-04-08 09:53:12 +0000
  • 97d89cae06
    cmd/geth: fix lint Felix Lange 2020-04-08 11:29:45 +0200
  • 17512985d8
    cmd/clef: fix lint Felix Lange 2020-04-08 11:28:04 +0200
  • 6975172d01
    whisper/mailserver : recover corrupt db files before opening (#20891) ucwong 2020-04-08 17:26:16 +0800
  • 1fb1018940
    cmd/clef: fix whitespace Felix Lange 2020-04-08 10:39:25 +0200
  • 4e71c2a314
    cmd/geth: fix whitespace Felix Lange 2020-04-08 10:38:12 +0200
  • 80e5e3bd98 Cosmetic changes to restart travis build Guillaume Ballet 2020-04-08 10:22:47 +0200
  • eebca1d113
    removed unnecessary channel / goroutine from ws and http tests renaynay 2020-04-08 10:22:11 +0200
  • 19f658d2ad
    deleting whitespace and re-ordering args for test function renaynay 2020-04-08 10:16:24 +0200
  • c8e9a91672
    build: upgrade to golangci-lint 1.24.0 (#20901) Felix Lange 2020-04-08 10:07:29 +0200
  • b7394d7942
    p2p/discover: add initial discovery v5 implementation (#20750) Felix Lange 2020-04-08 09:57:23 +0200
  • 809c15167b cmd/wnode : use bytes.buffer instead of byte array ucwong 2020-04-08 04:40:24 +0000