Commit Graph

  • 846afc4086 mobile: remove enodes type declaration Marius van der Wijden 2020-04-22 09:25:45 +02:00
  • 870d4c4970
    Merge pull request #20953 from holiman/fixdlseek Péter Szilágyi 2020-04-22 09:50:01 +03:00
  • 044f680a04
    core: don't reorg if received chain is longer at same diff Péter Szilágyi 2020-04-22 09:14:14 +03:00
  • b93a22c8b2
    core: fix nitpick to only retrieve head once Péter Szilágyi 2020-04-22 09:10:06 +03:00
  • 535cf48805 Buffer logs to send them in batches to the splunk server; use nanotime to tag logs more closely; use Stringer to format context values Antoine Toulme 2020-04-21 19:05:26 -07:00
  • c199a5134c core/bloombits/matcher | add quit channel instead of kill channel ucwong 2020-04-22 01:25:55 +00:00
  • db296d781b
    respect --fakepow flag when starting geth #20954 Matt Garnett 2020-04-21 11:04:14 -06:00
  • ffea2e9151 mobile: remove enodes type declaration Marius van der Wijden 2020-04-21 17:17:07 +02:00
  • 6c458f32f8
    p2p: defer wait group done in protocol start (#20951) ucwong 2020-04-21 22:42:18 +08:00
  • c036fe35a8
    core/state/snapshot: make difflayer account iterator seek operation inclusive Martin Holst Swende 2020-04-21 16:26:02 +02:00
  • 51958ac264 Merge branch 'import-race' of github.com:MariusVanDerWijden/go-ethereum into import-race Marius van der Wijden 2020-04-21 16:13:26 +02:00
  • 1b3d58428a accounts: use errors instead of fmt Marius van der Wijden 2020-04-21 16:13:04 +02:00
  • 7852f0bac3 Respond to empty RPC requests with HTTP OK status Steven E. Harris 2020-04-07 15:36:46 -04:00
  • 7f66a295b5 accounts/abi: removed duplicate test Marius van der Wijden 2020-04-21 12:42:18 +02:00
  • 2241cc7465 accounts/abi: renamed getMockLog -> newMockLog Marius van der Wijden 2020-04-21 12:40:25 +02:00
  • fc925a99d7 accounts/abi: added tuple test cases Marius van der Wijden 2020-04-21 12:38:16 +02:00
  • d58e05ddd6 accounts/abi: fixed [][][32]bytes encoding Marius van der Wijden 2020-04-21 11:08:14 +02:00
  • 2bfe113625 accounts/abi: merged packing/unpacking tests Marius van der Wijden 2020-04-21 11:00:35 +02:00
  • 7599999dcd
    snapshot: add Unlock before return (#20948) Boqin Qin 2020-04-21 16:11:38 +08:00
  • 4d1f72a415 p2p/peer : defer wait group done in protocol start ucwong 2020-04-21 04:39:42 +00:00
  • aae5230baf Edit hardcoded params Karl Floersch 2020-04-20 17:00:39 -04:00
  • ed0d0cdb4c test_mineBlocks Dimitry Kh 2020-04-20 20:17:19 +03:00
  • c95b59c443 accounts/abi: removed unused definition Marius van der Wijden 2020-04-20 17:45:55 +02:00
  • 0015a42ba2 accounts, internal: address comments rjl493456442 2020-04-20 22:06:18 +08:00
  • 56c0ee1517 Remove Unlock before panic BurtonQin 2020-04-20 09:58:17 -04:00
  • b0821c0fcc accounts, internal: resolve revert reason if possible rjl493456442 2020-04-06 10:44:52 +08:00
  • bc1e1a1de0 accounts, core, eth, internal: address comments rjl493456442 2020-03-31 13:34:41 +08:00
  • 19882fd462 core: fix lint rjl493456442 2020-03-30 12:32:08 +08:00
  • 662dab7bf5 all: address comments rjl493456442 2020-03-30 11:08:52 +08:00
  • af58d13ca3 accounts/abi/bind/backends, internal: cleanup error message rjl493456442 2020-03-28 14:55:02 +08:00
  • e390d4ff7e accounts/abi/bind/backends: add tests rjl493456442 2020-03-28 14:42:39 +08:00
  • 38cbee9f35 all: polish rjl493456442 2020-03-28 13:30:27 +08:00
  • c1e706a654 all: seperate consensus error and evm internal error rjl493456442 2020-03-27 15:42:06 +08:00
  • 79b68dd78d
    Merge pull request #20923 from holiman/fix_seckeybuf Péter Szilágyi 2020-04-20 16:52:04 +03:00
  • f1134257f0
    Merge pull request #7 from ethereum/master jkcomment 2020-04-20 21:26:20 +09:00
  • 511b9a68e5 Forget Unlock in snapshot BurtonQin 2020-04-20 08:07:40 -04:00
  • 648b0cb714
    cmd, core: remove override muir glacier and override istanbul (#20942) rene 2020-04-20 11:46:38 +02:00
  • 4825401ab3 accounts/abi: fixed rebase errors Marius van der Wijden 2020-04-20 09:54:50 +02:00
  • 78b7d0532f accounts/abi: fixed rebase error Marius van der Wijden 2020-04-09 12:53:45 +02:00
  • 67a9c805f6 accounts/abi: test invalid abi Marius van der Wijden 2020-04-08 12:41:15 +02:00
  • d6fcb0fc77 accounts/abi: length check on arrayTy Marius van der Wijden 2020-04-07 13:17:53 +02:00
  • d791de4b2f accounts/abi: modified unpack test to pack test Marius van der Wijden 2020-04-07 13:16:52 +02:00
  • 813ee4a94b accounts/abi: added type test Marius van der Wijden 2020-04-07 12:05:03 +02:00
  • ac326c3ad5 accounts/abi: removed unnused arguments.LengthNonIndexed Marius van der Wijden 2020-04-07 11:15:52 +02:00
  • 2b05a4e004 accounts/abi: removed duplicate tests Marius van der Wijden 2020-04-06 15:41:30 +02:00
  • 58714f78a8 accounts/abi: run pack tests as subtests Marius van der Wijden 2020-04-01 17:19:48 +02:00
  • 1c02beb4d9 accounts/abi/bind: refactored base tests Marius van der Wijden 2020-02-22 12:16:47 +01:00
  • 7e6e61324d accounts/abi: added more tests for abi packing Marius van der Wijden 2020-03-31 21:09:57 +02:00
  • 8094d9aa6e accounts/abi: reworked abi tests MariusVanDerWijden 2020-02-17 14:05:50 +01:00
  • 96099d980f accounts/abi: removed duplicate test cases MariusVanDerWijden 2020-02-17 13:04:32 +01:00
  • e84bc4615c accounts/abi: moved testjson data into global declaration MariusVanDerWijden 2020-02-17 12:53:32 +01:00
  • 8bcbf86e84 accounts/abi: simplified reflection logic MariusVanDerWijden 2020-02-13 17:40:12 +01:00
  • 47d31251b8 accounts/abi: reduced usage of arguments.LengthNonIndexed MariusVanDerWijden 2020-02-13 16:49:04 +01:00
  • 1db8225eff accounts/abi: added documentation MariusVanDerWijden 2020-02-13 16:46:56 +01:00
  • ac9c03f910
    accounts/abi: Prevent recalculation of internal fields (#20895) Marius van der Wijden 2020-04-20 09:01:04 +02:00
  • 4d6620f22e Code review comments Antoine Toulme 2020-04-17 21:49:55 -07:00
  • d8d001e896 log,internal/debug: Add Splunk logging capability Antoine Toulme 2020-04-11 18:24:31 -07:00
  • 37a4249acb
    removes override muir glacier and override istanbul renaynay 2020-04-17 16:17:03 +02:00
  • a148c29739 Merge github.com:ethereum/go-ethereum into lock ucwong 2020-04-17 14:10:58 +00:00
  • ca22d0761b
    event: fix inconsistency in Lock and Unlock (#20933) Boqin Qin 2020-04-17 20:51:38 +08:00
  • d16edaabba accounts/abi: method/eventName -> overloadedMethodName Marius van der Wijden 2020-04-17 11:30:00 +02:00
  • 536f669215 accounts/abi: improved readability in NewMethod, nitpicks Marius van der Wijden 2020-04-17 09:23:25 +02:00
  • 07226788bf accounts/abi/bind: added test for unnamed arguments Marius van der Wijden 2020-04-16 17:24:00 +02:00
  • 38916f3c35 eth/download,event,whisper : add some defers when unlock ucwong 2020-04-16 15:01:21 +00:00
  • da57a13e20 accounts/abi: added FunctionType enumeration Marius van der Wijden 2020-04-16 16:49:26 +02:00
  • 6b6c912462 accounts/abi: addressed comments Marius van der Wijden 2020-04-16 16:24:51 +02:00
  • ff43f03521 go.mod : update fastcache latest 1.5.7 ucwong 2020-04-16 14:22:01 +00:00
  • 24eb6797e2 Merge remote-tracking branch 'origin/release/1.9' into mempool-feed Austin Roberts 2020-04-16 09:14:55 -05:00
  • 9a1a27ab7d
    event: use defer Felix Lange 2020-04-16 16:01:40 +02:00
  • 7a63faf734
    p2p/discover: add helper methods to UDPv5 (#20918) Nishant Das 2020-04-16 21:58:37 +08:00
  • 71f17d3ef0 Changed the build constraints for darwin CPU stats when cgo is disabled. Bogdan Habic 2020-04-16 14:22:57 +02:00
  • be4cda101c accounts/keystore: use mutex instead of rwmutex Marius van der Wijden 2020-04-16 10:48:23 +02:00
  • 255e927d0b event: fix inconsistency in Lock and Unlock root 2020-04-16 04:25:41 -04:00
  • 3bf1054a13
    params: begin v1.9.14 release cycle Péter Szilágyi 2020-04-16 10:41:32 +03:00
  • cbc4ac264e
    params: release Geth v1.9.13 v1.9.13 Péter Szilágyi 2020-04-16 10:39:22 +03:00
  • 9a4b0ea8f8
    core: fix the condition of reorg icodezjb 2020-04-16 14:15:59 +08:00
  • 03f0013c9c remove noReward add debugStorageRangeAt normal implementaion Dimitry Kh 2020-04-16 03:01:12 +03:00
  • 19e9976be2 Add documentation for txpool feeds Austin Roberts 2020-04-15 15:10:20 -05:00
  • 359d9c3f0a
    Merge pull request #20925 from karalabe/cht-1.9.13 Péter Szilágyi 2020-04-15 18:25:54 +03:00
  • d77d35a4a9
    params: update CHTs for the 1.9.13 release Péter Szilágyi 2020-04-15 18:03:10 +03:00
  • 6402c42b67
    all: simplify and fix database iteration with prefix/start (#20808) Martin Holst Swende 2020-04-15 13:08:53 +02:00
  • 73e6d96041 mining wip Dimitry Kh 2020-04-15 13:53:21 +03:00
  • 6d84b385e6
    ethdb: fix review concerns Martin Holst Swende 2020-04-15 11:31:41 +02:00
  • 4434cb4d0a accounts/abi: fixed rebasing errors in method sig Marius van der Wijden 2020-04-15 11:30:12 +02:00
  • 362a486475 accounts/abi: fixed rebasing errors in method sig Marius van der Wijden 2020-04-15 11:27:25 +02:00
  • dbaec6419e accounts/abi: added unnamed event params test Marius van der Wijden 2020-04-07 09:35:45 +02:00
  • b98e4dcce4 accounts/abi: prevent recalculation of internal Marius van der Wijden 2020-04-02 14:33:00 +02:00
  • 07f5bc448e accounts/abi: refactored methodName and eventName Marius van der Wijden 2020-04-02 14:25:54 +02:00
  • f4b170a088 accounts/abi: multiple fixes to arguments Marius van der Wijden 2020-04-01 17:22:25 +02:00
  • ebf0efeeb2 accounts/abi: fixed unpacking of no values Marius van der Wijden 2020-02-18 22:31:27 +01:00
  • ad60f0cec0 accounts/abi: prevent recalculation of ID, Sig and String MariusVanDerWijden 2020-02-13 13:48:09 +01:00
  • af4080b4b7
    trie: fix concurrent usage of secKeyBuf, ref #20920 Martin Holst Swende 2020-04-15 11:07:29 +02:00
  • 00064ddcfb
    accounts/abi: implement new fallback functions (#20764) gary rong 2020-04-15 15:23:58 +08:00
  • d019cf6f0c Another fix Alexey Akhunov 2020-04-14 20:55:45 +01:00
  • 667172907b Try to fix race Alexey Akhunov 2020-04-14 20:22:36 +01:00
  • 1bae9a606c
    all: rename Iteratee.NewIteratorWith -> NewIterator Martin Holst Swende 2020-04-14 10:57:03 +02:00
  • 2a836bb259
    core/rawdb: fix data race between Retrieve and Close (#20919) Marius van der Wijden 2020-04-14 17:13:47 +02:00
  • 38064398af core/rawdb: use non-atomic load while holding mutex Marius van der Wijden 2020-04-14 14:40:51 +02:00
  • e1856f2bc3 core/rawdb: fixed data race between retrieve and close Marius van der Wijden 2020-04-14 14:15:29 +02:00
  • 8054a68300 accounts/abi: Work around the uin64 conversion issue Guillaume Ballet 2020-04-14 11:24:18 +02:00