aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add 'crypto/ecies/' from commit '7c0f4a9b18d992166452d8cd32caaefd92b26386'obscuren2015-02-147-0/+1703
|\
| * Merge pull request #3 from Gustav-Simonsson/fix_ecies_params_init_bugJeffrey Wilcke2015-02-141-8/+2
| |\
| | * Fix ECIES params nil bugGustav Simonsson2015-02-121-8/+2
| |/
| * Merge pull request #2 from Gustav-Simonsson/correct_ecies_shared_key_generationJeffrey Wilcke2015-02-121-12/+17
| |\
| | * Correct ECIES shared key length checkGustav Simonsson2015-02-121-12/+17
| |/
| * Merge pull request #1 from Gustav-Simonsson/fix_reference_linksJeffrey Wilcke2014-12-121-2/+2
| |\
| | * Update reference pdf linksGustav Simonsson2014-12-111-2/+2
| |/
| * initobscuren2014-12-107-0/+1704
* Merge branch 'Gustav-Simonsson-align_key_and_ecdsa_nonce_entropy' into developobscuren2015-02-146-125/+105
|\
| * Merge branch 'align_key_and_ecdsa_nonce_entropy' of https://github.com/Gustav...obscuren2015-02-146-125/+105
|/|
| * Remove secp256_rand.go and update testsGustav Simonsson2015-02-142-107/+11
| * Unexport randEntropy type and use exported Reader insteadGustav Simonsson2015-02-132-5/+7
| * Set both key generation and ECDSA nonce to use mixed entropyGustav Simonsson2015-02-114-18/+92
* | disabled testobscuren2015-02-141-0/+1
* | Merge pull request #308 from fjl/default-bootnodesJeffrey Wilcke2015-02-141-2/+11
|\ \
| * | eth: add default bootnodeFelix Lange2015-02-141-2/+11
|/ /
* | Fixed QML errorsobscuren2015-02-143-7/+1
* | Reset hash rate to 0 when mining is stoppedobscuren2015-02-141-1/+2
* | Updated coin.js abiobscuren2015-02-141-56/+57
* | Update balance label when miningobscuren2015-02-144-2/+18
* | Propagate blocksobscuren2015-02-142-3/+2
* | Fixed issue in peer windowobscuren2015-02-143-10/+14
* | Updated windowobscuren2015-02-141-20/+6
* | Merge branch 'develop' into poc8obscuren2015-02-14495-13816/+2209830
|\ \
| * \ Merge branch 'miner' into developobscuren2015-02-1413-265/+236
| |\ \
| | * | Fixed a few issues in the miner and updated hash rate titleobscuren2015-02-145-29/+66
| | * | Merge branch 'develop' into minerobscuren2015-02-1463-2161/+4618
| | |\ \ | | |/ / | |/| |
| * | | Merge branch 'fjl-poc8-net-integration' into developobscuren2015-02-1352-1948/+3984
| |\ \ \
| | * | | mergeobscuren2015-02-135-893/+17
| | * | | wipobscuren2015-02-1352-1943/+4855
| |/| | |
| | * | | p2p: bump devp2p protcol version to 3Felix Lange2015-02-131-1/+1
| | * | | p2p: handle disconnect before protocol handshakeFelix Lange2015-02-131-0/+7
| | * | | p2p/discover: fix race in ListenUDPFelix Lange2015-02-131-24/+17
| | * | | p2p: ensure we don't dial ourselfFelix Lange2015-02-131-1/+4
| | * | | p2p: add I/O timeout for encrytion handshakeFelix Lange2015-02-131-1/+3
| | * | | p2p: fix goroutine leak for invalid peersFelix Lange2015-02-131-6/+5
| | * | | p2p: improve read deadlinesFelix Lange2015-02-132-15/+27
| | * | | p2p/discover: map listening port using configured mechanismFelix Lange2015-02-134-18/+35
| | * | | p2p/discover: code review fixesFelix Lange2015-02-133-7/+9
| | * | | cmd/ethereum, cmd/mist, eth, p2p: use package p2p/natFelix Lange2015-02-139-522/+54
| | * | | p2p/nat: new package for port mapping stuffFelix Lange2015-02-133-0/+499
| | * | | cmd/bootnode: new command (replaces cmd/peerserver)Felix Lange2015-02-101-0/+86
| | * | | eth: remove unused Ethereum sync fieldsFelix Lange2015-02-101-4/+0
| | * | | cmd/mist, cmd/ethereum: add CLI arguments for node keyFelix Lange2015-02-105-16/+72
| | * | | crypto: add key loading functionsFelix Lange2015-02-102-1/+30
| | * | | eth: don't warn if no BootNodes are specifiedFelix Lange2015-02-091-0/+3
| | * | | p2p/discover: deflake UDP testsFelix Lange2015-02-094-59/+123
| | * | | cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodesFelix Lange2015-02-079-22/+43
| | * | | cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestionsFelix Lange2015-02-076-62/+21
| | * | | p2p: fixes for actual connectionsFelix Lange2015-02-076-29/+38
| | * | | p2p/discover: add node URL functions, distinguish TCP/UDP portsFelix Lange2015-02-078-326/+532
| | * | | cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p APIFelix Lange2015-02-0616-125/+86
| | * | | cmd/peerserver: is goneFelix Lange2015-02-061-58/+0
| | * | | p2p: integrate p2p/discoverFelix Lange2015-02-0615-1659/+1056
| | * | | p2p/discover: add some helper functionsFelix Lange2015-02-064-20/+41
| | * | | p2p/discover: new package implementing the Node Discovery ProtocolFelix Lange2015-02-064-0/+1428
| | * | | rlp: fix encoding of arrays with byte element typeFelix Lange2015-02-062-1/+27
| | * | | crypto: make it easier to run Sha3 on multiple inputsFelix Lange2015-02-062-4/+5
| | * | | key generation abstracted out, for testing with deterministic keyszelig2015-02-062-12/+92
| | * | | fix clientidentity test after privkey removedzelig2015-02-061-6/+2
| | * | | get rid of Private Key in ClientIdentityzelig2015-02-061-5/+3
| | * | | make crypto handshake calls package level, store privateKey on peer + tests okzelig2015-02-063-87/+52
| | * | | apply handshake related improvements from p2p.crypto branchzelig2015-02-063-29/+31
| | * | | add temporary forced session token generationzelig2015-02-062-0/+8
| | * | | peer-level integration test for crypto handshakezelig2015-02-063-15/+71
| | * | | chop first byte when cryptoid.PubKeyS is set from identity.Pubkey() since thi...zelig2015-02-061-1/+11
| | * | | add initial peer level test (failing)zelig2015-02-061-1/+52
| | * | | add code documentationzelig2015-02-061-15/+47
| | * | | changes that fix it all:zelig2015-02-062-57/+146
| | * | | important fix for peer pubkey. when taken from identity, chop first format byte!zelig2015-02-061-1/+1
| | * | | add equality check for nonce and remote noncezelig2015-02-061-0/+6
| | * | | add minor comments to the testzelig2015-02-061-0/+4
| | * | | first stab at integrating crypto in our p2pzelig2015-02-063-44/+79
| | * | | integrate cryptoId into peer and connection lifecyclezelig2015-02-062-3/+33
| | * | | completed the test. FAIL now. it crashes at diffie-hellman. ECIES -> secp256k...zelig2015-02-062-43/+57
| | * | | handshake test to cryptozelig2015-02-061-1/+1
| | * | | handshake test to cryptozelig2015-02-062-2/+54
| | * | | fix crashzelig2015-02-061-22/+29
| | * | | rewrite to comply with latest speczelig2015-02-061-53/+138
| | * | | add crypto auth logic to p2pzelig2015-02-061-0/+174
| | * | | fix protocol to accomodate privkeyzelig2015-02-062-1/+14
| | * | | add privkey to clientIdentity + testszelig2015-02-062-5/+21
| | * | | initial hook for crypto handshake (void, off by default)zelig2015-02-061-0/+26
| * | | | Merge branch 'logjson' into developobscuren2015-02-1310-133/+638
| |\ \ \ \
| | * \ \ \ mergeobscuren2015-02-13311-8609/+24796
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | removed messagesobscuren2015-02-136-87/+2
| * | | | | cmd + t switches to new dapp windowobscuren2015-02-121-2/+3
| | * | | | Move standard fields to LogEventTaylor Gerring2015-02-124-173/+151
| | * | | | Move event names within each objectTaylor Gerring2015-02-113-30/+119
| | * | | | Use strongly-typed objectsTaylor Gerring2015-02-114-76/+305
| | * | | | Add initial P2P json logsTaylor Gerring2015-01-221-1/+61
| | * | | | Rename jsonlogger methodTaylor Gerring2015-01-222-2/+2
| | * | | | Check LogSystem typeTaylor Gerring2015-01-221-2/+10
| | * | | | Add JsonLogger typeTaylor Gerring2015-01-222-0/+35
| | * | | | Split file cleanupTaylor Gerring2015-01-223-13/+13
| | * | | | Add JsonLevel log levelTaylor Gerring2015-01-221-1/+2
| | * | | | Add LogFormat flagTaylor Gerring2015-01-224-3/+13
| | * | | | Add rawLogSystemTaylor Gerring2015-01-221-0/+24
| | * | | | Split into multiple filesTaylor Gerring2015-01-223-122/+130
| | | | * | Merge branch 'develop' into minerobscuren2015-02-1241-1097/+1651
| | | | |\ \ | | |_|_|/ / | |/| | | |
| * | | | | Documented methods & removed old manifestobscuren2015-02-125-131/+36
| * | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-122-0/+58
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #303 from fjl/rlp-flatJeffrey Wilcke2015-02-122-0/+58
| | |\ \ \ \ \
| | | * | | | | rlp: add FlatFelix Lange2015-02-122-0/+58
| * | | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-1210-135/+113
| |\| | | | | |
| | * | | | | | Merge pull request #302 from alexvandesande/UIJeffrey Wilcke2015-02-123-119/+96
| | |\ \ \ \ \ \
| | | * | | | | | Catalog Page BehaviourAlexandre Van de Sande2015-02-123-119/+96
| | * | | | | | | Merge pull request #301 from ethereum/travisTaylor Gerring2015-02-111-3/+5
| | |\ \ \ \ \ \ \
| | | * | | | | | | Add go check to prefetched test dependenciesTaylor Gerring2015-02-061-0/+1
| | | * | | | | | | Updated go list commandTaylor Gerring2015-02-061-1/+1
| | | * | | | | | | Use after_success build stepTaylor Gerring2015-02-061-1/+3
| | | * | | | | | | No long use v1 branch of qml repoTaylor Gerring2015-02-061-2/+1
| | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | Temporarily skip broken TestVerifyPoWTaylor Gerring2015-02-111-0/+1
| | * | | | | | | Merge pull request #300 from tgerring/jsonrpcTaylor Gerring2015-02-114-7/+8
| | |\ \ \ \ \ \ \
| | | * | | | | | | #295 Allow RPC ID to be stringTaylor Gerring2015-02-114-6/+6
| | | * | | | | | | Merge branch 'develop' into jsonrpcTaylor Gerring2015-02-11229-7023/+15536
| | | |\ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | No longer switch branches for go-qml depTaylor Gerring2015-02-111-6/+0
| | * | | | | | | | Merge branch 'sveneh-origin_develop' into developTaylor Gerring2015-02-111-1/+4
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Merge branch 'origin_develop' of https://github.com/sveneh/go-ethereum into s...Taylor Gerring2015-02-111-1/+4
| | |/| | | | | | | |
| | | * | | | | | | | Dockerfile creation speed-up by not running go tests, added a workaroundsveneh2015-02-091-1/+4
| | | | |/ / / / / / | | | |/| | | | | |
| | | | * | | | | | Merge branch 'jsonrpc' of github.com:ethereum/go-ethereum into jsonrpcTaylor Gerring2015-01-2927-701/+697
| | | | |\ \ \ \ \ \
| | | | * | | | | | | Use custom Send methodsTaylor Gerring2015-01-291-7/+11
| * | | | | | | | | | updated coinobscuren2015-02-111-12/+7
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #298 from alexvandesande/UIJeffrey Wilcke2015-02-1121-920/+1526
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | removed icomoonAlexandre Van de Sande2015-02-101-0/+0
| | * | | | | | | | Recreated the changes on a new branchAlexandre Van de Sande2015-02-1022-920/+1526
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #296 from frewsxcv/patch-1Felix Lange2015-02-101-1/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Fix broken link in READMECorey Farwell2015-02-071-1/+1
| | |/ / / / / /
| * | | | | | | Fixed "to" fieldobscuren2015-02-103-1/+7
| * | | | | | | moved managerobscuren2015-02-092-16/+22
| | | | | | | * Basic structure minerobscuren2015-02-109-293/+198
| | | | | | | * mergedobscuren2015-02-0931-259/+352
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Updated coinobscuren2015-02-081-30/+66
| * | | | | | | Compare regardless of lengthobscuren2015-02-081-1/+1
| * | | | | | | Moved log message to detail outputobscuren2015-02-081-1/+1
| * | | | | | | Fixed iteratorobscuren2015-02-082-2/+40
| * | | | | | | Renamed filterobscuren2015-02-081-1/+2
| |/ / / / / /
| * | | | / / API changed to use Pubkey only. Reflected that change in the rest of the apiobscuren2015-02-066-6/+7
| | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-062-6/+5
| |\ \ \ \ \
| | * | | | | Pin Travis go version to 1.4.1Taylor Gerring2015-02-061-1/+1
| | * | | | | Only submit on coverage report successTaylor Gerring2015-02-061-2/+1
| | * | | | | Only download missing deps, not buildTaylor Gerring2015-02-061-1/+1
| | * | | | | Don't reference by $GOROOTTaylor Gerring2015-02-061-2/+2
| * | | | | | Undone fix. Will re-enable once chain resetsobscuren2015-02-061-12/+5
| |/ / / / /
| * | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-061-2/+1
| |\ \ \ \ \
| | * | | | | Updated readmeobscuren2015-02-061-10/+10
| * | | | | | Updated readmeobscuren2015-02-061-10/+10
| |/ / / / /
| * | | | | Merge pull request #290 from Gustav-Simonsson/correct_block_parent_timestamp_...Jeffrey Wilcke2015-02-062-7/+7
| |\ \ \ \ \
| | * | | | | Correct block parent timestamp check and typosGustav Simonsson2015-02-042-7/+7
| * | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-067-17/+13
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge pull request #287 from ethereum/system-testingJeffrey Wilcke2015-02-067-17/+13
| | |\ \ \ \ \ \
| | | * | | | | | Move hardcoded seed node address to app flagTaylor Gerring2015-02-037-17/+13
| * | | | | | | | updated homeobscuren2015-02-061-1/+1
| * | | | | | | | Merge commit '9d84609b3faf797f4a611587abdda3d6b3b07917' into developobscuren2015-02-064-51/+17
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/ethereum/ethereum.jsMarek Kotewicz2015-02-060-0/+0
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | bring back jsonrpc single method calls in pollingMarek Kotewicz2015-02-064-51/+17
| * | | | | | | | | | pending / chain eventobscuren2015-02-066-5/+71
| * | | | | | | | | | Merge branch 'tgerring-develop' into developobscuren2015-02-066-40/+39
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Merge branch 'develop' of https://github.com/tgerring/go-ethereum into tgerri...obscuren2015-02-066-40/+39
| |/| | | | | | | | |
| | * | | | | | | | | Merge branch 'develop' of github.com:tgerring/go-ethereum into developTaylor Gerring2015-02-055-39/+39
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Update RPC message formatTaylor Gerring2015-02-043-22/+27
| | | * | | | | | | | | Merge branch 'develop' of github.com:tgerring/go-ethereum into developTaylor Gerring2015-02-043-17/+12
| | | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / | | | |/| | | | | | | |
| | | | * | | | | | | | Update signature for rpc websocketsTaylor Gerring2015-02-022-15/+9
| | | | * | | | | | | | Decrease log level for Sending RPC payloadTaylor Gerring2015-02-021-2/+3
| | | | * | | | | | | | Merge pull request #3 from ethereum/developTaylor Gerring2015-02-02553-23848/+2237273
| | | | |\ \ \ \ \ \ \ \
| | * | | | | | | | | | | Use different default RPC port per #186Taylor Gerring2015-02-052-2/+2
| | |/ / / / / / / / / /
| | | | | | | | | | | * Merge branch 'develop' into minerobscuren2015-02-069-26/+27
| | | | | | | | | | | |\ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Default gas price and default gas for rpcobscuren2015-02-054-18/+15
| * | | | | | | | | | | set uncles regardless of empty uncle list. Fixes invalid blocks being minedobscuren2015-02-052-5/+4
| * | | | | | | | | | | fixed testobscuren2015-02-052-0/+3
| | | | | | | | | | | * wipobscuren2015-02-063-88/+116
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Propagate known transactions to new peers on connectobscuren2015-02-056-22/+30
| * | | | | | | | | | Merge branch 'develop' into minerobscuren2015-02-0535-482/+1340
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ updated testsobscuren2015-02-0528-946/+2130
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / | | | |/| | | | | | | |
| | | * | | | | | | | | Merge pull request #55 from ethereum/developMarek Kotewicz2015-02-045-4/+19
| | | |\ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / | | | | |/| | | | | | |
| | | | * | | | | | | | fixed jsonrpc response 0 not handled properlyMarek Kotewicz2015-02-045-4/+19
| | | |/ / / / / / / /
| | | * | | | | | | | version upgradeMarek Kotewicz2015-02-042-2/+2
| | | * | | | | | | | jsonrpc.js tests && jsonrpc response validation is more strictMarek Kotewicz2015-02-048-10/+235
| | | * | | | | | | | jsonrpc.js file && batch pollingMarek Kotewicz2015-02-047-46/+196
| | | * | | | | | | | simplified polling && jsonrpc payload creationMarek Kotewicz2015-02-047-90/+36
| | | * | | | | | | | tests && fixes for utils methodsMarek Kotewicz2015-02-046-4/+101
| | | * | | | | | | | clearing testsMarek Kotewicz2015-02-047-442/+465
| | | * | | | | | | | version upgrade 0.0.12Marek Kotewicz2015-02-032-2/+2
| | | * | | | | | | | Merge branch 'develop' into cppMarek Kotewicz2015-02-0313-247/+555
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | parsing events outputMarek Kotewicz2015-02-036-13/+69
| | | | * | | | | | | | gulpMarek Kotewicz2015-02-033-5/+35
| | | | * | | | | | | | event outputParser && testsMarek Kotewicz2015-02-038-136/+288
| | | | * | | | | | | | common cleanupMarek Kotewicz2015-02-036-110/+114
| | | | * | | | | | | | event_inc exampleMarek Kotewicz2015-02-021-0/+66
| | | * | | | | | | | | reverted ethereum.jsarkpar2015-02-031-3/+4
| | | * | | | | | | | | removed splitter.qmlarkpar2015-02-021-4/+3
| | | * | | | | | | | | Better HTML template in Mix.Gav Wood2015-02-024-3/+9
| | | |/ / / / / / / /
| | | * | | | | | | | fixed event signaturesMarek Kotewicz2015-02-015-10/+20
| | | * | | | | | | | version upgradeMarek Kotewicz2015-01-312-2/+2
| | | * | | | | | | | Merge branch 'develop'Marek Kotewicz2015-01-3115-709/+1238
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | eth.filter next param optionalMarek Kotewicz2015-01-315-9/+20
| | | | * | | | | | | | formatInput && formatOutput simplifiedMarek Kotewicz2015-01-315-52/+56
| | | | * | | | | | | | few methods moved to utilsMarek Kotewicz2015-01-319-154/+154
| | | | * | | | | | | | constants separated to const.js fileMarek Kotewicz2015-01-316-58/+104
| | | | * | | | | | | | toAscii && fromAscii moved to utilsMarek Kotewicz2015-01-317-146/+122
| | | | * | | | | | | | eventsMarek Kotewicz2015-01-316-19/+63
| | | | * | | | | | | | eventsMarek Kotewicz2015-01-315-22/+120
| | | | * | | | | | | | abi.js cleanup && new types.js, utils.jsMarek Kotewicz2015-01-319-169/+327
| | | | * | | | | | | | gulpMarek Kotewicz2015-01-313-129/+193
| | | | * | | | | | | | formatters separatedMarek Kotewicz2015-01-312-119/+179
| | | | * | | | | | | | event optionsMarek Kotewicz2015-01-318-36/+104
| | | * | | | | | | | | contract with array exampleMarek Kotewicz2015-01-301-0/+76
| | | |/ / / / / / / /
| | | * | | | | | | | topics are deprecatedMarek Kotewicz2015-01-295-10/+16
| | | * | | | | | | | topic for backwards compatibilityMarek Kotewicz2015-01-294-3/+5
| | | * | | | | | | | Merge branch 'cpp' into cpp2Marek Kotewicz2015-01-2918-153/+797
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | moved commentMarek Kotewicz2015-01-293-14/+10
| | | | * | | | | | | | event exampleMarek Kotewicz2015-01-298-15/+162
| | | | * | | | | | | | contract.js simplifiedMarek Kotewicz2015-01-296-188/+231
| | | | * | | | | | | | event.jsMarek Kotewicz2015-01-2910-10/+106
| | | | * | | | | | | | events initMarek Kotewicz2015-01-284-5/+66
| | | | * | | | | | | | tests for abi.filtersMarek Kotewicz2015-01-282-1/+59
| | | | * | | | | | | | abi function typeMarek Kotewicz2015-01-288-12/+209
| | | * | | | | | | | | Fix for API.Gav Wood2015-01-291-1/+1
| | * | | | | | | | | | Updated testsobscuren2015-02-048-5/+137
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Filteringobscuren2015-02-0513-498/+983
| * | | | | | | | | | WIP minerobscuren2015-02-045-54/+219
| |/ / / / / / / / /
| * | | | | | | | | Removed minimum height. Closes #282obscuren2015-02-031-2/+1
| * | | | | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-032-3/+1
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| | * | | | | | | | Separate Coveralls submission from coverage scriptTaylor Gerring2015-02-032-3/+1
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Fixed whisper "to" filtering. Closes #283obscuren2015-02-034-4/+16
| * | | | | | | | Added missing whisper timestamp. Closes #284obscuren2015-02-033-7/+5
| * | | | | | | | Added a different default home pageobscuren2015-02-033-2/+77
| * | | | | | | | Docs & old code removedobscuren2015-02-034-25/+28
| * | | | | | | | Make sure that CALL addr is always 20 bytesobscuren2015-02-031-5/+6
| * | | | | | | | Raw data for existing blocksobscuren2015-02-031-1/+1
| * | | | | | | | Fixed a copy issue in the trie which could cause a consensus failureobscuren2015-02-037-19/+53
| * | | | | | | | Updated testsobscuren2015-02-0338-157/+6367
| * | | | | | | | Added (disabled) Jit validationobscuren2015-02-015-4/+43
| * | | | | | | | Removed some VMEnv & Added VmType() to vm.Environmentobscuren2015-02-016-184/+25
| |/ / / / / / /
| * | | | | | | Merge branch 'bounty' into developobscuren2015-02-011-1/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Fixed nobscuren2015-02-011-1/+2
| * | | | | | | | Merge branch 'bounty' into developobscuren2015-02-012-6/+2
| |\| | | | | | |
| | * | | | | | | Fixed Sign nonceobscuren2015-02-012-6/+2
| * | | | | | | | Merge branch 'bounty' into developobscuren2015-02-012-7/+23
| |\| | | | | | |
| | * | | | | | | Validate transactions sender before adding to pool. Closes #272obscuren2015-02-012-7/+23
| * | | | | | | | removed old codeobscuren2015-02-011-12/+0
| * | | | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-013-22/+24
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Update coveralls badge to develop branchTaylor Gerring2015-01-311-1/+1
| | * | | | | | | | Travis fixes for Qt5.4Taylor Gerring2015-01-311-4/+7
| | * | | | | | | | Updated for Qt5.4Taylor Gerring2015-01-311-17/+16
| * | | | | | | | | Removed debug logobscuren2015-01-311-2/+0
| |/ / / / / / / /
| * | | | | | | | added new default faviconobscuren2015-01-301-0/+0
| * | | | | | | | "fixed" transaction viewobscuren2015-01-303-6/+5
| * | | | | | | | added disasmobscuren2015-01-301-1/+2
| * | | | | | | | Bumped version numberobscuren2015-01-302-2/+2