Commit Graph

  • 681b51aac4 Merge pull request #3519 from zsfelfoldi/light-topic5 Péter Szilágyi 2017-01-09 16:58:23 +02:00
  • 4268cb8efe Merge pull request #3534 from bas-vk/writemipmaprace Péter Szilágyi 2017-01-09 16:58:05 +02:00
  • 3f1a72908c cmd/swarm: uploader uses HTTP PUT for directories (#3488) Viktor Trón 2017-01-09 21:19:56 +07:00
  • 2fed476ce1
    core: fix race condition in WriteMipmapBloom Bas van Kervel 2017-01-09 11:30:06 +01:00
  • 6cb39dd3da Merge pull request #3529 from fjl/console-error-fix Péter Szilágyi 2017-01-09 13:46:15 +02:00
  • 88cc1ca55a Merge pull request #3533 from karalabe/modum-io-develop-2 Péter Szilágyi 2017-01-09 11:49:17 +02:00
  • 1bd9769111
    accounts/abi: fixed broken types slice testcases Thomas Bocek 2017-01-05 13:42:28 +01:00
  • 47372813ef
    accounts/abi: fixed comments Jeffrey Wilcke 2016-12-14 23:34:27 +01:00
  • fc213c873d
    accounts/abi: added testcase to unpack []uint32 tbocek 2016-12-11 13:33:51 +01:00
  • 972f0bd3db
    accounts/abi: support custom int slice types Thomas Bocek 2016-11-24 15:50:45 +01:00
  • 808310a569 node: fix pointer dereference issue in StartRPC (#3532) Victor Farazdagi 2017-01-08 17:55:37 +03:00
  • 0a5450fe04 cmd/disasm: fix array-out-of-bounds error (#3491) Valentin Wüstholz 2017-01-08 01:18:22 +01:00
  • 9bab0b8a24 console: fix error message in faux JSON-RPC responses Felix Lange 2017-01-08 00:47:47 +01:00
  • 17182732f5 Merge pull request #3526 from karalabe/misspell Péter Szilágyi 2017-01-06 20:03:44 +02:00
  • 18c77744ff
    all: fix spelling errors Péter Szilágyi 2017-01-06 19:44:35 +02:00
  • ac93a6ff6c Merge pull request #3525 from fjl/all-gosimple-cleanup Péter Szilágyi 2017-01-06 19:30:44 +02:00
  • 13e3b2f433 logger, pow/dagger, pow/ezp: delete dead code Felix Lange 2017-01-06 16:55:03 +01:00
  • f2da6581ba all: fix issues reported by honnef.co/go/simple/cmd/gosimple Felix Lange 2017-01-06 16:44:20 +01:00
  • 444fc892b0 Merge pull request #3524 from karalabe/mobile-signwith-swift-fixup Péter Szilágyi 2017-01-06 18:04:19 +02:00
  • b56aee3697
    mobile: rename passphrase signing method to avoid Swift rewrite Péter Szilágyi 2017-01-06 17:47:15 +02:00
  • 35a7dcb162 all: gofmt -w -s Felix Lange 2017-01-06 15:52:03 +01:00
  • e0fde02290 common/compiler: remove workaround for solc 0.3.5 stdin bug (#3522) Felix Lange 2017-01-06 15:39:35 +01:00
  • 59b8245bbc Merge pull request #3516 from fjl/types-drop-sign-ecdsa Péter Szilágyi 2017-01-06 15:55:55 +02:00
  • 8f9daaa3ba Merge pull request #3518 from fjl/ethclient-dependency-cleanup Péter Szilágyi 2017-01-06 15:42:03 +02:00
  • d3b751e4d9 trie: remove dependency on ethdb Felix Lange 2017-01-05 15:58:00 +01:00
  • 7731061903 core/vm: move Log to core/types Felix Lange 2017-01-05 14:03:50 +01:00
  • b9683d3748 params: avoid importing p2p/discover for bootnodes Felix Lange 2017-01-05 13:56:06 +01:00
  • 66979aa468 light: fixed data race in TestTxPool Zsolt Felfoldi 2017-01-06 03:44:58 +01:00
  • 93f9c023cc les: fixed selectPeer deadlock, improved request distribution les/flowcontrol: using proper types for relative and absolute times Zsolt Felfoldi 2016-12-15 11:13:52 +01:00
  • e0ee0cc66a Merge pull request #3517 from karalabe/empty-ios-prefix Péter Szilágyi 2017-01-05 15:29:36 +02:00
  • 9b135a9c20
    build: finally settle on empty iOS ObjC package prefixes Péter Szilágyi 2017-01-05 14:32:30 +02:00
  • e171bf74f8 core/types: remove redundant SignECDSA wrappers, rename to SignTx Felix Lange 2017-01-05 12:59:17 +01:00
  • bb2e99dfc2 Merge pull request #3417 from karalabe/mobile-polishes Péter Szilágyi 2017-01-05 13:57:12 +02:00
  • b37d175e59
    accounts, internal, mobile: polish accounts API, extend Android tests Péter Szilágyi 2016-12-08 14:42:31 +02:00
  • f087633efd swarm/api/http: add support for CORS headers (#3388) Maran 2017-01-05 11:57:41 +01:00
  • bbce726c8a Merge pull request #3515 from bas-vk/exportropsten Péter Szilágyi 2017-01-05 12:54:45 +02:00
  • bbc4ea4ae8 core/vm: improved EVM run loop & instruction calling (#3378) Jeffrey Wilcke 2017-01-05 11:52:10 +01:00
  • 2126d81488 accounts/abi: add support for function types (#3405) RJ 2017-01-05 04:46:44 -06:00
  • 06b381d1c9 cmd/utils: disallow --fakepow for live operation (#3512) Péter Szilágyi 2017-01-05 12:40:56 +02:00
  • 08eea0f0e4 accounts, core, crypto, internal: use normalised V during signature handling (#3455) Péter Szilágyi 2017-01-05 12:35:23 +02:00
  • a1798a8188
    core,cmd/utils: bugfix for ropsten dump imports Bas van Kervel 2017-01-05 11:31:09 +01:00
  • 0fac8cba47 Merge pull request #3511 from karalabe/live-fakepow Péter Szilágyi 2017-01-04 13:27:51 +02:00
  • 1ca74aba6f Merge pull request #3505 from bas-vk/txinblock Péter Szilágyi 2017-01-04 12:43:27 +02:00
  • 2ce30382d9
    cmd/utils, eth, les: bubble --fakepow flag into eth/les too Péter Szilágyi 2017-01-04 10:42:41 +02:00
  • 8bc545be2a
    ethclient: hex encode request args for TransactionInBlock Bas van Kervel 2017-01-03 10:18:17 +01:00
  • 891fcd8ce1 Merge pull request #3486 from bas-vk/txbyhash Péter Szilágyi 2017-01-03 10:56:22 +02:00
  • bd06091874 mobile: add SetVerbosity (#3492) Guillaume NICOLAS 2017-01-02 18:12:31 +01:00
  • 3e3edcc465 Merge pull request #3490 from karalabe/fix-miner-api Péter Szilágyi 2016-12-23 14:59:26 +02:00
  • 89a32267f7
    eth: fix miner start API to accept int, not hexint Péter Szilágyi 2016-12-23 11:28:11 +02:00
  • 021177ca9b ethclient: pass ptr when parsing eth_getTransactionByHash result Bas van Kervel 2016-12-22 14:45:01 +01:00
  • 115364b0a9 Merge pull request #3475 from fjl/rpc-hex-improvements Péter Szilágyi 2016-12-22 13:49:16 +02:00
  • 6d15d00ac4 accounts/abi: add support for "anonymous" and "indexed" for events (#3464) bas-vk 2016-12-22 01:51:20 +01:00
  • bdaa43510b cmd/disasm: fix off-by-one error and improve error handling (#3482) Valentin Wüstholz 2016-12-22 00:37:27 +01:00
  • 9a51f5c350 swarm/http: check error returned by reader.Size (#3470) Aron Fischer 2016-12-22 00:35:05 +01:00
  • 301c0a6303 swarm/storage: call size before seek-from-end (#3469) Aron Fischer 2016-12-22 00:34:05 +01:00
  • 65f486ff02 swarm/api: check for zero length manifest error (#3468) Aron Fischer 2016-12-22 00:32:08 +01:00
  • df096a7771 Merge pull request #3479 from karalabe/android-ropsten-dao Péter Szilágyi 2016-12-21 13:25:00 +02:00
  • 0e9a9f243f
    mobile: fix ropsten chain configs Péter Szilágyi 2016-12-21 13:10:57 +02:00
  • 12c964b2b7 internal/ethapi: fix hex handling for eth_call input and eth_sendRawTransaction Felix Lange 2016-12-20 14:31:10 +01:00
  • cf71f5cd60 rpc: remove HexNumber, replace all uses with hexutil types Felix Lange 2016-12-17 15:39:55 +01:00
  • adab2e16bd rpc: remove HexBytes, replace all uses with hexutil.Bytes Felix Lange 2016-12-12 12:25:59 +01:00
  • a3e3235d97 rpc: improve error messages for invalid arguments Felix Lange 2016-12-12 12:20:30 +01:00
  • 2be3c4b0e3 internal/jsre: fix built-in inspect function Felix Lange 2016-12-11 01:53:34 +01:00
  • 0ee796632a eth, miner: verify PoW in the remote agent to notify submitter (#3438) Péter Szilágyi 2016-12-20 03:14:36 +02:00
  • 1fe67c125d eth/filters: add FindOnce for iterator-like operation (#3435) Nick Johnson 2016-12-20 01:00:03 +00:00
  • ba996f5e27 whisper: refactoring (#3411) gluk256 2016-12-20 00:58:01 +01:00
  • 64bf5bafe9 Merge pull request #3403 from VoR0220/fixedPointsAbi Péter Szilágyi 2016-12-19 14:22:57 +02:00
  • 4d05bbf2a4
    accounts/abi: clean up PR and add type parsing tests Péter Szilágyi 2016-12-19 14:10:35 +02:00
  • 471990f771
    accounts/abi: prepare ABI to handle fixed point types VoR0220 2016-12-04 16:11:03 -06:00
  • 7b623aab9d Merge pull request #3454 from karalabe/allow-zeroprice-tx Péter Szilágyi 2016-12-19 12:23:46 +02:00
  • e871ae1270 Merge pull request #3453 from fjl/api-sign-recover-hex Péter Szilágyi 2016-12-19 11:49:21 +02:00
  • c44830ebf3
    core, light: allow zero cost txs from inexistent accounts too Péter Szilágyi 2016-12-16 13:19:02 +02:00
  • 3e4a04f34d internal/ethapi: fix hex handling for eth_sign, personal_{sign,recover} Felix Lange 2016-12-16 11:19:03 +01:00
  • 38827dd9ca Merge pull request #3445 from karalabe/govet-ip-signal Péter Szilágyi 2016-12-15 16:51:14 +02:00
  • 21fd9f037e
    p2p/nat: fix a bytes based net.IP comparison Péter Szilágyi 2016-12-15 16:28:31 +02:00
  • 033763eaf7 Merge pull request #3442 from karalabe/discv5-fix-ip-comparison Péter Szilágyi 2016-12-14 19:15:05 +02:00
  • 2573094df2
    p2p/discover, p2p/discv5: use flexible comparison for IPs Péter Szilágyi 2016-12-14 18:40:49 +02:00
  • 745026b7b4 Merge pull request #3433 from karalabe/badblock-order-fix Péter Szilágyi 2016-12-14 16:45:48 +02:00
  • a07d955eaa Merge pull request #3441 from karalabe/begin-1.5.6-cycle Péter Szilágyi 2016-12-14 16:28:45 +02:00
  • 9d6f4e2e7f
    VERSION, params: start Geth 1.5.6 development cycle Péter Szilágyi 2016-12-14 16:27:35 +02:00
  • ff07d54843 Merge pull request #3440 from karalabe/release-1.5.5 Péter Szilágyi 2016-12-14 16:06:54 +02:00
  • e53879328c
    params: stable version 1.5.5 Péter Szilágyi 2016-12-14 15:57:44 +02:00
  • b792412d31 Merge pull request #3430 from karalabe/miner-pending-race Péter Szilágyi 2016-12-14 15:05:50 +02:00
  • 49c6f1053c Merge pull request #3421 from ethersphere/s/swarm-cmd Péter Szilágyi 2016-12-14 12:26:20 +02:00
  • 4d960f6dc6 Merge pull request #3439 from karalabe/drop-deprecated-wily Péter Szilágyi 2016-12-14 12:18:03 +02:00
  • 8941665896
    build: Ubuntu wily was officially deprecated, drop support Péter Szilágyi 2016-12-14 11:45:14 +02:00
  • 9cc0f60666 Merge pull request #3429 from bas-vk/txpool-crash Péter Szilágyi 2016-12-14 11:17:39 +02:00
  • fdb8edf5ea Merge pull request #3427 from Arachnid/gzipdump Péter Szilágyi 2016-12-14 11:15:21 +02:00
  • 9ba9fe818d cmd/utils, eth: Add gzip support for chain dump and restore Nick Johnson 2016-12-12 15:08:23 +00:00
  • 92224d27b1 cmd/swarm: testnet bootnodes IP address change zelig 2016-12-13 13:08:41 +01:00
  • 157a4bd926 Merge pull request #3437 from karalabe/update-ci-go1.7.4 Péter Szilágyi 2016-12-13 22:30:14 +02:00
  • 29d6881112
    travis, appveyor: build with Go 1.7.4 Péter Szilágyi 2016-12-13 19:54:56 +02:00
  • e2692921e1 Merge pull request #3434 from karalabe/drop-legacy-android Péter Szilágyi 2016-12-13 18:53:06 +02:00
  • b63138c3ec
    cmd/geth: drop legacy android code Péter Szilágyi 2016-12-13 18:17:49 +02:00
  • a59fcc33e6
    core: import future blocks one-by-one, enfore chain ancestry Péter Szilágyi 2016-12-13 16:14:33 +02:00
  • 07311f3157
    miner: rename pending to unconformed, add bounds and ops tests Péter Szilágyi 2016-12-13 15:10:52 +02:00
  • 17637ed1bb
    miner: clean up unconfirmed mined block tracking Péter Szilágyi 2016-12-13 13:23:12 +02:00
  • f15828e901 Merge pull request #3431 from karalabe/miner-race-fixes Péter Szilágyi 2016-12-13 14:30:26 +02:00
  • dadd689359
    miner: fix data race on setting etherbase/extradata Péter Szilágyi 2016-12-13 14:03:18 +02:00
  • b750cab56a
    miner: fix a race between remote agent start/loop Péter Szilágyi 2016-12-13 13:42:33 +02:00