Commit graph

  • 78d369defc p2p/simulations: put back state.go file Fabio Barone 2017-09-21 10:30:16 -0500
  • 6f69e790e9 p2p/simulations: replace mocker with noderunner Fabio Barone 2017-09-19 21:56:45 -0500
  • 32516c768e cmd/swarm: add config file (#15548) holisticode 2017-12-11 16:56:06 -0500
  • 1a32bdf92c
    crypto: fix error check in toECDSA (#15632) Felix Lange 2017-12-11 22:49:09 +0100
  • 2499b1b139
    rlp: fix string size check in readKind (#15625) Felix Lange 2017-12-11 22:47:10 +0100
  • 2191706805 accounts/abi: Improve tests for provided fixes Dmitry Shulyak 2017-12-08 12:39:00 +0200
  • 0153ff4c42 Merge 79a3988bd5 into e7610eadfe Zach 2017-12-11 14:10:37 +0000
  • 79a3988bd5 all: more gosimple lints Zach Ramsay 2017-12-11 14:08:41 +0000
  • 8fce5520ef all: address new gosimple lints Zach Ramsay 2017-12-10 15:46:33 +0000
  • cfdd639c08 all: update metalinter to v2 Zach Ramsay 2017-12-09 19:48:06 +0000
  • e7610eadfe whisper: sym encryption message padding includes salt (#15631) Guillaume Ballet 2017-12-11 12:32:58 +0100
  • 5b9892cca8 Merge 67a67131f6 into 732f5468d3 Zach 2017-12-10 22:32:13 +0000
  • 67a67131f6 all: address new gosimple lints Zach Ramsay 2017-12-10 15:46:33 +0000
  • 3f8f954fae whisper: sym encryption can also have a signature Guillaume Ballet 2017-12-10 19:21:42 +0100
  • 4535c5f250 whisper: sym encryption message padding includes salt Guillaume Ballet 2017-12-08 20:35:39 +0100
  • 19998a0954 Merge 84a43f7f45 into 732f5468d3 Felföldi Zsolt 2017-12-09 22:51:22 +0000
  • 732f5468d3 eth: make tracing API errors more user friendly (#15589) Michael Ruminer 2017-12-09 17:47:13 -0500
  • bbfe0b8d04 mobile: Add GetSign to BigInt (#15558) Alejandro Isaza 2017-12-09 14:45:46 -0800
  • 11924b8b67 Merge 7f3a97d060 into 46e5583993 birkett83 2017-12-09 22:42:36 +0000
  • 7aab45eece Merge 3f1b074d8b into 46e5583993 Vincent Lesierse 2017-12-09 22:42:31 +0000
  • 46e5583993 cmd/utils, eth: init etherbase from within eth (#15528) Péter Szilágyi 2017-12-10 00:42:23 +0200
  • 1b47c17ccf all: update metalinter to v2 Zach Ramsay 2017-12-09 19:48:06 +0000
  • 74cdc07c80 Merge bf62acf033 into d673c34c8d nnaemekaezeoma 2017-12-09 15:28:08 +0000
  • 7ce1df2bdc crypto: fix error check in toECDSA Felix Lange 2017-12-09 09:04:25 +0100
  • 79348902e5 Update from go-ethereum. Yohan Graterol 2017-12-08 16:54:09 -0500
  • bf62acf033 whisper/whisperv6: remove Version from the envelope (#15621) Guillaume Ballet 2017-12-08 16:08:56 +0100
  • 1f99eff9e3 crypto: add test for valid signature + invalid pubkey Felix Lange 2017-12-08 16:04:00 +0100
  • 4565c6e1e2 crypto: add random test for pubkey compression Felix Lange 2017-12-08 16:02:43 +0100
  • 586198ccea console: add admin.clearHistory command (#15614) Sorin Neacsu 2017-12-08 06:14:14 -0800
  • 4cfbe42be6 whisper: remove Version from the envelope (v6) whisper: fix typos and format Guillaume Ballet 2017-12-07 11:28:58 +0100
  • 1225817cfc console: fixup clearHistory Felix Lange 2017-12-08 11:56:47 +0100
  • d95962cd5d whisper/whisperv6: remove aesnonce (#15578) Guillaume Ballet 2017-12-08 11:40:59 +0100
  • 1dbfc87b00
    crypto/secp256k1: remove stray i Felix Lange 2017-12-08 11:36:34 +0100
  • 79d5e5593f
    consensus/ethash: relax requirements when determining future-blocks Martin Holst Swende 2017-12-08 10:06:16 +0100
  • c79f7a46e7 console: clearHistory() now returns an error Sorin Neacsu 2017-12-07 10:56:16 -0800
  • 35297a8056 whisper/whisperv6: gofmt -w -s envelope.go Felix Lange 2017-12-07 16:31:11 +0100
  • 8315701538 whisper: quell PR #15578 warnings Guillaume Ballet 2017-12-07 06:37:40 +0100
  • ab3763c279 whisper/whisperv6: fix whitespace Felix Lange 2017-12-06 16:36:59 +0100
  • a340851ea0 whisper: aesnonce: fix call to fatalf Guillaume Ballet 2017-12-05 12:43:38 +0100
  • d13bbc82c6 whisper: individual filters can only have one type of key Guillaume Ballet 2017-12-01 15:01:31 +0100
  • 736e75697d whisper: make the header size a constant Guillaume Ballet 2017-12-01 10:50:09 +0100
  • 225967a6e3 whisper: Update doc.go constants for v6 Guillaume Ballet 2017-11-30 21:48:31 +0100
  • a0abb7dcfc whisper: filter with sym & asym keys must try both methods Guillaume Ballet 2017-11-30 21:47:12 +0100
  • 2640164304 whisper: removal of the AESNonce field Guillaume Ballet 2017-11-29 09:28:25 +0100
  • 0d31e257e0 whisper: remove AESNonce from envelope in v6 Guillaume Ballet 2017-11-28 17:38:06 +0100
  • f0199b83df crypto, crypto/secp256k1: add CompressPubkey Felix Lange 2017-12-07 13:26:59 +0100
  • 516c83d593 crypto/secp256k1: avoid synchronization in S256 Felix Lange 2017-12-07 13:53:37 +0100
  • 474f849048 crypto/secp256k1: use ReadBits in Marshal Felix Lange 2017-12-07 13:26:29 +0100
  • 689c7d630a crypto/secp256k1: rename output variables in DecompressPubkey Felix Lange 2017-12-07 13:15:01 +0100
  • e34dea192c crypto/secp256k1: rename C extension functions to secp256k1_ext_* Felix Lange 2017-12-07 13:14:34 +0100
  • 9f013e35b1 ethkey: Add new ethkey command line tool Steven Roose 2017-11-10 12:23:09 +0100
  • b5874273ce
    travis.yml: avoid submodules on builders without tests (#15620) Felix Lange 2017-12-07 15:49:35 +0100
  • b486ce6dde rlp: fix string size check in Split Felix Lange 2017-12-07 15:43:08 +0100
  • c2f048184f merge conflicts fix Pető Zoltán 2017-12-07 12:23:31 +0100
  • e1a4e6879a merge fix Pető Zoltán 2017-12-07 12:19:39 +0100
  • b31c6441e2 travis.yml: don't install fuse, it's already there Felix Lange 2017-12-07 10:26:28 +0100
  • 3c3d00871e travis.yml: avoid submodules on builders without tests Felix Lange 2017-12-07 10:19:59 +0100
  • 8092106abc core/types: fix typo in comment (#15619) Airead 2017-12-07 17:06:44 +0800
  • 00015c88bc core/types: fix typo in comment Airead Fan 2017-12-07 10:52:02 +0800
  • b1534d1d14 Merge branch 'master' of https://github.com/ethereum/go-ethereum into sorin-console-clear-history Sorin Neacsu 2017-12-06 16:56:42 -0800
  • dfb97ec398 console test: add missing ClearHistory func Sorin Neacsu 2017-12-06 15:58:11 -0800
  • eab2201f80 eth: return rlp-decoded values from debug_storageRangeAt (#15476) Benoit Verkindt 2017-12-06 07:42:16 -0800
  • 271a97847e console: admin.clearHistory() command Sorin Neacsu 2017-12-06 07:25:51 -0800
  • e85b68ef53
    crypto: add DecompressPubkey, VerifySignature (#15615) Felix Lange 2017-12-06 16:07:08 +0100
  • 4fc2aa304a accounts/abi: count array fields after unpacking Dmitry Shulyak 2017-11-30 11:52:19 +0200
  • 7dac4d3aad crypto: add test cases Felix Lange 2017-12-06 12:44:57 +0100
  • d4e098f8ce crypto: improve comments Felix Lange 2017-12-06 12:39:54 +0100
  • c5658996dc crypto/secp256k1: fix typo in comment Felix Lange 2017-12-06 11:55:07 +0100
  • 8de2b8a47b crypto: add DecompressPubkey, VerifySignature Felix Lange 2017-12-06 00:32:21 +0100
  • 0a3a97022e crypto: fix BenchmarkSha3 Felix Lange 2017-12-06 11:37:09 +0100
  • c637acad2b vendor: upgrade github.com/btcsuite/btcd/btcec Felix Lange 2017-12-05 21:39:13 +0100
  • 84a43f7f45 p2p/discv5: implement new connection/encryption layer Zsolt Felfoldi 2017-11-21 20:27:13 +0100
  • ff832be9c5 common, les: move WeightedRandomSelect to common package Zsolt Felfoldi 2017-11-24 22:33:05 +0100
  • 7a73561387 Merge f969abd92f into 6e613cf3de Anton Evangelatov 2017-12-05 16:15:22 +0000
  • f969abd92f travis.yml: condition-based build per project Anton Evangelatov 2017-12-05 17:13:48 +0100
  • 696c8cd778 touched test Anton Evangelatov 2017-12-05 16:19:23 +0100
  • 97472e2540 p2p, cmd/utils: remove DiscoveryV5Addr Zsolt Felfoldi 2017-09-25 16:19:15 +0200
  • 6e0e2f6ade p2p, p2p/discover, p2p/discv5: implement UDP port sharing Zsolt Felfoldi 2017-09-25 15:12:58 +0200
  • 6e613cf3de cmd/geth: add support for geth attach --testnet (#15597) Sorin Neacsu 2017-12-05 02:17:38 -0800
  • 07a3c65e75 swarm: New TOML config file option,default conf,cmd line and env vars overrides Fabio Barone 2017-11-24 13:34:08 -0500
  • e8b5f8b396 mobile: Add Sign to mobile BigInt Alejandro Isaza 2017-11-26 15:25:59 -0800
  • ba4e20545d Merge 21fa5d188d into afb8154eab cdetrio 2017-12-04 22:20:51 +0000
  • 1dc19de5da swarm/api: use path.Ext instead strings.LastIndex in MultiResolver.Resolve Janos Guljas 2017-12-04 22:56:52 +0100
  • e451b65fae swarm: deprecate --ens-addr CLI flag with a warning message Janos Guljas 2017-12-04 22:41:21 +0100
  • 3732c15faa swarm/api: remove unneeded blank assignement Janos Guljas 2017-12-04 22:32:33 +0100
  • a758b5cf7a swarm/api: initialize map with make to comply with the convention Janos Guljas 2017-12-04 22:31:00 +0100
  • 34edbc8868 swarm/api: remove unneeded assignment in MultiResolverOptionWithResolver Janos Guljas 2017-12-04 22:29:37 +0100
  • 15ad6f27da swarm: check if "--ens-api ''" is specified in order to disable ENS Janos Guljas 2017-12-04 22:28:11 +0100
  • b33a051a48 swarm: add comment for parseFlagEnsAPI and fix a mistake in comment in code Janos Guljas 2017-12-04 22:20:29 +0100
  • afb8154eab common: improve IsHexAddress and add tests (#15551) Steven Roose 2017-12-04 19:34:15 +0100
  • 48bbf2609f common: fix vet Felix Lange 2017-12-04 13:02:00 +0100
  • 7898e0d585 swarm: multiple --ens-api flags Janos Guljas 2017-12-04 12:44:24 +0100
  • 1ce722c919 common: fixup IsHexAddress Felix Lange 2017-12-04 11:27:38 +0100
  • e9f38d726e swarm/api: get hash of swarm content with swarm.hash=true query param (#15238) Janos Guljas 2017-12-04 11:27:24 +0100
  • d82ecbac22 Revert bzzh related commits Janos Guljas 2017-12-04 11:23:49 +0100
  • 1d06e41f04 p2p, swarm/network/kademlia: use IsZero to check for zero time (#15603) ferhat elmas 2017-12-04 11:07:10 +0100
  • e4cfbdc148 Add http2 to vendor Dmitry Shulyak 2017-12-04 09:59:50 +0200
  • 61187c4789 p2p, swarm: replace empty time checks with IsZero method ferhat elmas 2017-12-04 03:35:27 +0100
  • fa16bfb2ce Callisto testnet born Yohan Graterol 2017-12-03 21:22:18 -0500
  • e2620c7c3e Modify network id Yohan Graterol 2017-12-02 23:15:46 -0500