Commit graph

  • 84b99c0e19 cmd/stateth: initial commit for stateth app Anton Evangelatov 2018-05-17 13:10:06 +0200
  • 92a633a7cb cmd/geth: add flags for metrics export Anton Evangelatov 2018-05-17 10:53:23 +0200
  • d673c8cb2f refactored block 0 Dustin Brickwood 2018-05-18 13:57:32 -0400
  • d7b426e9ca updated API requests Dustin Brickwood 2018-05-18 13:19:42 -0400
  • 1186fb42ba
    Merge 0c60ba5f6c into f9c456e02d Ben Johnson 2018-05-18 17:17:03 +0000
  • 0c60ba5f6c
    miner: Add Work.stateMu to protect Work.state. Ben Johnson 2018-05-18 11:05:12 -0600
  • 4a31d4e63c
    Merge 70c1f89caf into f9c456e02d Ryan Schneider 2018-05-18 11:13:33 +0000
  • f9c456e02d
    Merge pull request #16753 from karalabe/go-1.10.2 Péter Szilágyi 2018-05-18 13:18:54 +0300
  • 0a3aeb7102 check mining permission every epoch block + 1 Tuna 2018-05-18 16:28:56 +0700
  • 579bd0f9fb
    travis, appveyor: bump Go release to 1.10.2 Péter Szilágyi 2018-05-18 12:24:04 +0300
  • 49719e21bc
    core, eth: minor txpool event cleanups Péter Szilágyi 2018-05-18 11:45:52 +0300
  • a2e43d28d0
    all: collate new transaction events together rjl493456442 2018-05-10 15:04:45 +0800
  • 950073646e miner: not call commitNewWork if it's a side block mark.lin 2018-05-18 13:43:30 +0800
  • 08798ba2e6 refactor of geth to XDC AnilChinchawale 2018-05-18 11:04:57 +0530
  • cd38014fde fix merge conflict greg 2018-05-17 17:39:18 -0400
  • 30860fa7e0 remove todo greg 2018-05-17 17:32:38 -0400
  • d19ff3191b Uncle reward logic implimented greg 2018-05-17 17:25:44 -0400
  • fff2271833 fixing spacing Dustin Brickwood 2018-05-17 17:25:18 -0400
  • 65a228204b commented out code Dustin Brickwood 2018-05-17 17:22:43 -0400
  • fd296e83e3 Block 0 and txs being written into db, UI modifications Dustin Brickwood 2018-05-17 17:19:00 -0400
  • 64453a4d5b uncle rewards in process greg 2018-05-17 16:53:48 -0400
  • 5dee19495c Refactor reward system into two seperate functions greg 2018-05-17 16:35:20 -0400
  • 41748a394d Removed old code add snippet for how uncle reward should be calculated greg 2018-05-17 15:18:24 -0400
  • ecf7349a2b Add shyft conduit reward greg 2018-05-17 15:16:46 -0400
  • 573cb28a43
    Merge pull request #24 from ShyftNetwork/writeContracts Tim Williams 2018-05-17 11:11:38 -0400
  • 1b5ee8a1f1 cleaned up console logs Dustin Brickwood 2018-05-17 11:09:52 -0400
  • 5804bd113f cleaned up fmt Dustin Brickwood 2018-05-17 10:36:55 -0400
  • 6286c255f1
    p2p/enr: updates for discovery v4 compatibility (#16679) Felix Lange 2018-05-17 15:11:27 +0200
  • 70c1f89caf core: send tx events synchronously Felix Lange 2018-05-17 13:09:48 +0200
  • bc24aef25e Base miner reward updating greg 2018-05-16 16:30:54 -0400
  • 83c8f4c2c6 Add script to drop tables, re-init tables & reset shyftGeth greg 2018-05-16 15:50:30 -0400
  • 56dd351ac6 initial miner reward priom 2018-05-16 15:48:16 -0400
  • a7af9c9255 updated getters and write fns for contextual data Dustin Brickwood 2018-05-16 15:23:08 -0400
  • ee4379f007
    Merge pull request #16 from ngtuna/non-zero-coinbase Tuna 2018-05-16 23:51:57 +0700
  • 034f773b6b allow non-zero coinbase in block header Tuna 2018-05-16 23:17:00 +0700
  • 844106b8d7 fixed db order Dustin Brickwood 2018-05-16 12:20:59 -0400
  • 79e140e4cf writing contract address when isContract is true Dustin Brickwood 2018-05-16 12:02:51 -0400
  • a12801d019
    Merge pull request #23 from ShyftNetwork/uiIntegration greg 2018-05-16 11:41:27 -0400
  • 97e2d5f603 added boolean for isContract Dustin Brickwood 2018-05-16 10:21:08 -0400
  • 8e29670852 modified UI Dustin Brickwood 2018-05-16 10:07:41 -0400
  • f6bb19de74
    Merge pull request #13 from ngtuna/miner-validator Tuna 2018-05-16 11:04:15 +0700
  • 0953671747 fix bug: only cancel mining mode, keep node alive Tuna 2018-05-16 11:01:45 +0700
  • ed2fe4da18 common: various golint fixes Kiel barry 2018-05-15 17:06:19 -0700
  • cdaf907af3 Merge branch 'commonGolintComments' of https://github.com/kielbarry/go-ethereum into commonGolintComments Kiel barry 2018-05-15 16:57:41 -0700
  • 4d270e9074 Merge branch 'master' of https://github.com/kielbarry/go-ethereum into commonGolintComments Kiel barry 2018-05-15 16:57:06 -0700
  • 0784750305
    Merge 668772377a into f6bc65fc68 kiel barry 2018-05-15 22:47:24 +0000
  • 217edb2f5f
    eth: reset miner, engine, and txpool when calling SetHead Alex Browne 2018-05-15 15:14:00 -0700
  • 13ae71cb05 renamed folder Dustin Brickwood 2018-05-15 17:51:21 -0400
  • 6ac10cefc8 typo Dustin Brickwood 2018-05-15 17:14:21 -0400
  • d6dd62204c modifed ignore Dustin Brickwood 2018-05-15 17:13:13 -0400
  • 7368ea7cd0 detail looks for blocks completed Dustin Brickwood 2018-05-15 17:07:21 -0400
  • 38dfd729f0 Merge branch 'writeAccounts' of github.com:ShyftNetwork/shyft_go-ethereum into uiIntegration Dustin Brickwood 2018-05-15 14:39:44 -0400
  • 0938ddad8f detailed block info included Dustin Brickwood 2018-05-15 14:39:18 -0400
  • 42cac29245 UI integration Dustin Brickwood 2018-05-15 14:17:04 -0400
  • ca4470cc58
    Merge pull request #12 from ngtuna/miner-validator Tuna 2018-05-15 11:24:23 +0700
  • f1cf546def correct chain, header params Tuna 2018-05-15 10:54:52 +0700
  • 537b76b060 recording tx reciepts and wip updating contract address in tables Dustin Brickwood 2018-05-14 16:05:59 -0400
  • e344ba8653
    common: pr update for datadir kiel barry 2018-05-14 10:19:58 -0700
  • 9e384f5658
    common: pr updates kiel barry 2018-05-14 10:18:55 -0700
  • 12e387cf74 ethdb: updates to pr kiel barry 2018-05-14 10:02:42 -0700
  • 10e0f15146 ethdb: updates to pr kiel barry 2018-05-14 09:45:09 -0700
  • 634f1559d1 ethdb: updates to pr kiel barry 2018-05-14 09:44:09 -0700
  • 2bab5ff3b2 all: get rid of error when creating memory database (#16716) gary rong 2018-05-09 20:24:25 +0800
  • bc62635b35 whisper/shhclient: update call to shh_generateSymKeyFromPassword to pass a string (#16668) Andrea Franz 2018-05-09 13:40:59 +0200
  • 7fe499c132 eth/filter: check nil pointer when unsubscribe (#16682) gary rong 2018-05-09 16:29:25 +0800
  • a47003877d eth: golint fixes to variable names (#16711) kiel barry 2018-05-09 00:59:00 -0700
  • d31bc9abac cmd: various golint fixes (#16700) kiel barry 2018-05-09 00:38:03 -0700
  • 4cfe9aaa81 p2p: don't discard reason set by Disconnect (#16559) Guilherme Salgado 2018-05-09 00:20:20 +0100
  • 9620de7ee9 crypto: fix golint warnings (#16710) kiel barry 2018-05-08 16:17:09 -0700
  • 454ca719a9 build: specify the key to use when invoking gpg:sign-and-deploy-file (#16696) ligi 2018-05-09 01:13:53 +0200
  • 150779a590 ethdb: golint fixes and comments added from leveldb docs Kiel barry 2018-05-08 12:35:05 -0700
  • ce4b355918
    ethdb: updates to pr kiel barry 2018-05-14 10:02:42 -0700
  • f4e30cc00c
    ethdb: updates to pr kiel barry 2018-05-14 09:45:09 -0700
  • a8155f3d25
    ethdb: updates to pr kiel barry 2018-05-14 09:44:09 -0700
  • f6bc65fc68
    Merge pull request #16739 from karalabe/android-trusty Péter Szilágyi 2018-05-14 16:56:02 +0300
  • ff8a033f18
    travis: try to upgrade android builder to trusty Péter Szilágyi 2018-05-14 16:42:26 +0300
  • 247b5f0369
    accounts/abi: allow abi: tags when unpacking structs Guillaume Ballet 2018-05-14 14:47:31 +0200
  • 4c2ebb039d fix: invalidation of contract creation transaction this fix remove rule of transaction interaction only deployed from authority address fix constraints new contract creation only Antony Shchukin 2018-05-14 15:13:36 +0300
  • 304f116b0d add validation in front of mining Tuna 2018-05-14 18:12:05 +0700
  • 0862a58e95 accounts/abi: Fix the last grammar comment Guillaume Ballet 2018-05-14 10:21:26 +0200
  • 25b4e88eff accounts/abi: fix comments adriamb 2018-05-11 09:51:29 +0200
  • 434f627e5c accounts/abi: allow abi: tags when unpacking structs adriamb 2018-05-05 18:00:06 +0200
  • 49ec4f0cd1
    VERSION, params: start 1.8.9 release cycle Péter Szilágyi 2018-05-14 13:16:55 +0300
  • 2688dab48c
    params: release go-ethereum v1.8.8 v1.8.8 Péter Szilágyi 2018-05-14 13:14:17 +0300
  • 595b47e535 light: new CHT for mainnet and ropsten (#16736) Felföldi Zsolt 2018-05-14 11:23:58 +0200
  • 446e09f37c light: new CHT for mainnet and ropsten zsfelfoldi 2018-05-14 11:22:32 +0200
  • 8fd7875e95 accounts/abi: Fix the last grammar comment Guillaume Ballet 2018-05-14 10:21:26 +0200
  • b80109e093 routes fixing Dustin Brickwood 2018-05-12 17:13:50 -0400
  • d1eeedbebd Merge branch 'master' of https://github.com/ethereum/go-ethereum Wei Tang 2018-05-12 19:48:44 +0800
  • bd555c48c4 Fix travis repo name Wei Tang 2018-05-12 19:00:53 +0800
  • 64a4d7f1ad Merge commit '66432f3821badf24d526f2d9205f36c0543219de' Wei Tang 2018-05-12 18:39:23 +0800
  • 4f31f5a413 Add deprecation warning for Ellaism Wei Tang 2018-05-12 18:38:21 +0800
  • 00b02b0524 fixed existing endpoints Dustin Brickwood 2018-05-11 17:07:00 -0400
  • 1e2df20db6 account nonce, txfee successfully writing to db Dustin Brickwood 2018-05-11 16:26:36 -0400
  • 5c59ac75a1
    Merge pull request #22 from ShyftNetwork/writeGenesis greg 2018-05-11 10:54:21 -0400
  • 7f70a3e769 fixed issues as per merge comments Dustin Brickwood 2018-05-11 10:51:10 -0400
  • 4566fa8660 accounts/abi: fix comments adriamb 2018-05-11 09:51:29 +0200
  • 726c253eea
    docker: optimize build process for extended file Pavel Kiselyov 2018-05-11 10:03:15 +0300
  • 929ebc0b2e
    eth/filters: Added some tests for NewReturnDataFilter() Domino Valdano 2018-04-24 22:22:17 -0700
  • b06488abfc eth,eth/filters: fix formatting Domino Valdano 2018-05-10 17:42:20 -0700