Commit graph

  • 8e77ba0caa
    params: minor note on why EIP150 has a hash, but no other Péter Szilágyi 2017-10-03 18:20:23 +0300
  • 2cc0440f9b
    consensus/clique: add missing fork hash enforcement Péter Szilágyi 2017-10-03 18:14:20 +0300
  • df7a7aec70 core: some changes in the chain indexer Zsolt Felfoldi 2017-09-06 15:46:01 +0200
  • 8307f21605 les: fixed peer register/head announce order Zsolt Felfoldi 2017-09-17 15:36:41 +0200
  • e9b9945242 les: stop ODR retrievals at shutdown Zsolt Felfoldi 2017-09-16 21:00:14 +0200
  • d8ee7df03b
    abi/bind: generate log subscription funcs on eventer type Bas van Kervel 2017-10-09 13:24:34 +0200
  • 89860f4197 swarm/fuse: return amount of data written if the file exists (#15261) Darrel Herbst 2017-10-09 06:45:30 -0400
  • 88b1db7288 accounts/keystore: scan key directory without locks held (#15171) Martin Holst Swende 2017-10-09 12:40:50 +0200
  • b2242ec15f
    contracts/chequebook: update contract code for solc 0.4 and gencode Bas van Kervel 2017-10-09 12:02:45 +0200
  • c064b1d94d
    contracts/release,eth,accounts/abi/bind/backends updated contract code + support subscribe logs Bas van Kervel 2017-10-09 11:30:49 +0200
  • 08dde72722
    contracts/ens: update contract code for solc 0.4 Bas van Kervel 2017-10-09 10:31:06 +0200
  • 4b7415a2e1 Modify consensus rewards for Callisto's network Yohan Graterol 2017-10-08 23:31:27 -0500
  • 8c46fdab31 swarm/fuse: Return amount of data written if the file exists Darrel Herbst 2017-10-08 10:27:27 -0400
  • 80652a50e0 Merge 583435eabb into 7a045af05b tet32 2017-10-07 09:09:00 +0000
  • 583435eabb Fix the getBalance method for the ability to use it in debug_traceTransaction Viktor 2017-10-07 12:03:33 +0300
  • 7b7f81bc78 accounts/keystore: fix find/replace typo Felix Lange 2017-10-07 00:12:45 +0200
  • aa798d6c94 accounts/keystore: sort accounts in AmbiguousAddrError Felix Lange 2017-10-07 00:06:01 +0200
  • b65482fac2 accounts/keystore: fix empty comment Felix Lange 2017-10-07 00:05:42 +0200
  • 3cfbfdcd4e accounts/keystore: improve deleteByFile Felix Lange 2017-10-07 00:04:06 +0200
  • d6fa6eabcf accounts/keystore: fix more style nits Felix Lange 2017-10-06 23:00:37 +0200
  • 46aa352f9b accounts/keystore: style nits Felix Lange 2017-10-06 22:35:45 +0200
  • 7a045af05b whisper/whisperv5: set filter SymKeyHash on creation (#15165) Guillaume Ballet 2017-10-06 16:04:21 +0200
  • 55e87184e7 whisper/whisperv5: gofmt -w -s Felix Lange 2017-10-06 16:02:30 +0200
  • 36243c7ed8 internal/web3ext: make whisper v5 methods work (#15111) Guillaume Ballet 2017-10-06 15:53:29 +0200
  • 1ae0411d41 swarm/api: fixed 404 handling on missing default entry (#15139) holisticode 2017-10-06 08:45:54 -0500
  • d54e3539d4 p2p/nat: delete port mapping before adding (#15222) Darrel Herbst 2017-10-06 07:39:47 -0400
  • 5df0b240ae eth: fix typo (#15252) Lio李欧 2017-10-06 18:55:18 +0800
  • dbeb223814 Fixed typo: s/singer/signer/ Lionello Lunesu 2017-10-06 13:28:22 +0800
  • f510e5455b accounts/abi: Support unpacking events Maxwell Koo 2017-10-05 16:57:13 -0400
  • 605c2b261f mobile: fix variadic argument expansion ligi 2017-10-05 20:08:14 +0200
  • 1fb195e806
    issue template: add remark about general questions Bas van Kervel 2017-10-05 18:48:53 +0200
  • 4bc60e3aa8 Merge pull request #15241 from karalabe/puppeth-fork-management Péter Szilágyi 2017-10-05 19:40:25 +0300
  • 7943c71912
    cmd/abigen, accounts/abi: add support for log subscriptions Bas van Kervel 2017-10-05 13:36:12 +0200
  • eb9abbd3f2 Merge pull request #15248 from karalabe/update-liner Péter Szilágyi 2017-10-05 16:45:13 +0300
  • 41d361565b
    vendor: update liner to fix docker and mips bugs Péter Szilágyi 2017-10-05 15:57:33 +0300
  • 314dd5a47d Merge 69559d9908 into c0a1f1c907 ADubus 2017-10-05 12:55:50 +0000
  • 69559d9908 vendor: Update peterh/liner dependance ADubus 2017-10-05 14:24:05 +0200
  • d37a347cc8
    accounts/abi: add support for unpacking returned bytesN arrays Bas van Kervel 2017-10-04 15:08:59 +0200
  • edba5e9854
    cmd/puppeth: support managing fork block in the chain config Péter Szilágyi 2017-10-04 12:15:58 +0300
  • c0a1f1c907 params, VERSION: v1.7.2 unstable Felix Lange 2017-10-03 19:19:37 +0200
  • 0510164145 params: v1.7.1 stable v1.7.1 Felix Lange 2017-10-03 19:18:39 +0200
  • 629b5837e9 core: revert invalid block dedup code (#15235) Péter Szilágyi 2017-10-03 19:59:53 +0300
  • b84f0bdb02
    core: revert invalid block dedup code Péter Szilágyi 2017-10-03 15:08:58 +0300
  • f60baa9a7c Merge a26f669e34 into c2d93ded35 Péter Szilágyi 2017-10-03 12:25:25 +0000
  • a26f669e34
    core: verify state too when deduping existing blocks Péter Szilágyi 2017-10-03 15:08:58 +0300
  • 4986cf8a72
    mobile: Fix Contract ABI Error - closes #14363 ligi 2017-10-03 12:39:13 +0200
  • c2d93ded35 Merge pull request #15232 from karalabe/macos-usbhw-fixes Péter Szilágyi 2017-10-03 13:14:18 +0300
  • 8d126a4981
    accounts/usbwallet: handle bad interface number on macOS Péter Szilágyi 2017-10-03 12:18:50 +0300
  • 502c34caac Merge 4fd88de718 into f4c49bc0f0 Greg Oberfield 2017-10-02 19:35:35 +0000
  • 4fd88de718 ♻️ Refactor to OrgName phearzero 2017-10-02 14:35:22 -0500
  • 56c58342f5 :octocat: 🚧 Found missed EthStats refs phearzero 2017-10-02 13:38:35 -0500
  • ed547b8d50 :octocat: 🎉 🚧 Search and Replace Ethereum/ethereum/eth/ETH and all eth packages to BurnOut(BRN) phearzero 2017-10-02 12:59:11 -0500
  • 1fb772a6a1 Merge 307a5e610c into f4c49bc0f0 Benoit Verkindt 2017-10-02 13:27:14 +0000
  • 7fa2049e3c Merge ad5714f9d0 into f4c49bc0f0 Benoit Verkindt 2017-10-02 13:23:34 +0000
  • f4c49bc0f0 Merge pull request #15030 from rjl493456442/expose_vm_failed Péter Szilágyi 2017-10-02 16:23:21 +0300
  • d347656280 Merge pull request #15224 from karalabe/byzantium-block-numbers Péter Szilágyi 2017-10-02 15:40:54 +0300
  • 7228d74f8d Merge 3831c629a0 into f86c4177d5 Péter Szilágyi 2017-10-02 12:39:48 +0000
  • 94903d572b
    internal, accounts, eth: utilize vm failed flag to help gas estimation rjl493456442 2017-08-24 11:18:21 +0800
  • f86c4177d5 Merge pull request #15042 from rjl493456442/receipt_rpc Péter Szilágyi 2017-10-02 14:41:10 +0300
  • 7e9e3a134b
    core/types, internal: swap Receipt.Failed to Status Péter Szilágyi 2017-10-02 11:42:08 +0300
  • 7514e8a24d
    cmd/puppeth, params: enable Byzantium on all networks Péter Szilágyi 2017-10-02 13:01:40 +0300
  • a31835c8b4
    internal/ethapi: add status code to receipt rpc return rjl493456442 2017-08-26 15:30:56 +0800
  • d78ad226c2 ethclient, mobile: add TransactionSender (#15127) Felix Lange 2017-10-01 11:03:28 +0200
  • df2e7003f7 p2p/nat: Delete the udp port mapping before adding Darrel Herbst 2017-09-30 09:40:25 -0400
  • beec05241e
    rpc: check content-type for HTTP requests Bas van Kervel 2017-09-29 11:45:26 +0200
  • 2d0c32149d whisper: Integrate Vlad's comments on PR #15165 Guillaume Ballet 2017-09-28 15:12:14 +0200
  • da7605510e
    keystore: add back ability to detect keyfile modificatins Martin Holst Swende 2017-09-28 12:05:55 +0200
  • 307a5e610c accounts/usbwallet: Fix Ledger nano S not working on OSX and Windows mexskican 2017-09-27 22:14:30 -0700
  • d52ab80028 whisper: PR #15165 fix travis errors Guillaume Ballet 2017-09-27 16:08:59 +0200
  • a660685746 tests: add ethash difficulty tests (#15191) Martin Holst Swende 2017-09-27 15:30:41 +0200
  • ae8cf1fe73
    tests: Unexport fields + formatting Martin Holst Swende 2017-09-27 13:40:18 +0200
  • 734ca0c10a
    tests: Address review comments Martin Holst Swende 2017-09-27 13:27:46 +0200
  • c4100f7ede ethclient, mobile: improve docs Felix Lange 2017-09-27 12:45:38 +0200
  • 2a55d1ef66 Merge fcfe63a2e7 into 2ab2a9f131 Martin Holst Swende 2017-09-27 10:15:06 +0000
  • 13c878a24d Merge 8ebcee45a9 into 2ab2a9f131 Darrel Herbst 2017-09-27 10:15:05 +0000
  • 2ab2a9f131 core/bloombits, eth/filters: handle null topics (#15195) Péter Szilágyi 2017-09-27 13:14:52 +0300
  • 9f35c72c81 whisper: move the e2e test of PR #15165 to whisper_test.go Guillaume Ballet 2017-09-27 12:10:51 +0200
  • 860e697b00 Merge pull request #15208 from ayeowch/fix-typo Péter Szilágyi 2017-09-27 11:01:38 +0300
  • 87af6aeb58
    core/bloombits, eth/filters: handle null sub-topics on parse Péter Szilágyi 2017-09-27 10:08:05 +0300
  • b4b1f6f002
    Revert "ethereum, mobile: nullable topics for filter criteria" Péter Szilágyi 2017-09-27 09:47:53 +0300
  • 0773893f4b
    ethereum, mobile: nullable topics for filter criteria Péter Szilágyi 2017-09-25 12:56:35 +0300
  • 4094fd874d
    core/bloombits, eth/filters: handle null topics Péter Szilágyi 2017-09-25 12:11:25 +0300
  • f3c9585f2e
    cmd/geth: fix --password typo ayeowch 2017-09-27 10:28:26 +1000
  • 8ebcee45a9 cmd/geth, consensus, console, core/vm, eth, les: rename coinbase to etherbase Darrel Herbst 2017-09-26 14:01:57 -0400
  • 229bf51f0d Merge pull request #15181 from fjl/state-revert-log-index Péter Szilágyi 2017-09-26 17:11:46 +0300
  • 2ee885958b p2p: snappy encoding for devp2p (version bump to 5) (#15106) Péter Szilágyi 2017-09-26 16:54:49 +0300
  • 169b45e78f
    tests: Updated, now ignores difficulty below minimum Martin Holst Swende 2017-09-26 13:52:37 +0200
  • 91686bb818 whisper: Move msg/filter key correspondance check to NotifyFilter Guillaume Ballet 2017-09-26 10:26:54 +0200
  • 7933ffaa13 whisper: add client test case nkbai 2017-09-25 18:34:05 +0800
  • 86128a61ae ethclient: fixup Felix Lange 2017-09-25 11:18:39 +0200
  • 7db0e665c0 mobile: fix TransactionSender Felix Lange 2017-09-25 11:17:09 +0200
  • 302bc9f7fb ethclient: require inclusion block for TransactionSender Felix Lange 2017-09-25 11:10:37 +0200
  • 2b4a5f2677 internal/ethapi: remove code duplication around tx sending (#15158) slumber1122 2017-09-25 16:38:42 +0800
  • d6a6180366 contracts/chequebook: fix two contract issues (#15086) Derek Chiang 2017-09-25 01:36:13 -0700
  • 5ba96eeb13 Merge ed94916cf1 into 4936bec6c9 Daniel A. Nagy 2017-09-25 08:20:27 +0000
  • b10805b317 internal/ethapi: fix review comment Felix Lange 2017-09-25 10:13:23 +0200
  • 700347ea4e Merge fa3cc24302 into 9feec51e2d Péter Szilágyi 2017-09-25 08:10:52 +0000
  • 9feec51e2d p2p: add network simulation framework (#14982) Lewis Marshall 2017-09-25 09:08:07 +0100
  • e7ce621ebf
    tests: add the difficulty-test Martin Holst Swende 2017-09-24 14:26:58 +0200
  • e7325fac7b
    tests: Added new difficulty tests Martin Holst Swende 2017-09-24 10:43:38 +0200