aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Added eth providersobscuren2014-10-021-45/+94
| * | How to spawn a websocket nodeobscuren2014-10-011-0/+10
| * | Readmeobscuren2014-10-011-0/+8
| * | initobscuren2014-10-013-0/+577
| /
* | removed old js yet againobscuren2015-01-2939-7018/+0
* | default http rpc onobscuren2015-01-291-1/+1
* | Merge branch 'develop' into qt5.4obscuren2015-01-2915-61/+1174
|\|
| * Merge branch 'develop' into Gustav-Simonsson-key_store_and_accounts_integrationobscuren2015-01-2943-24/+4400
| |\
| * \ Merge branch 'key_store_and_accounts_integration' of https://github.com/Gusta...obscuren2015-01-295-27/+21
| |\ \
| | * | Address pull request commentsGustav Simonsson2015-01-285-27/+21
| * | | Implemented contract ABIobscuren2015-01-278-2/+971
| * | | Merge branch 'key_store_and_accounts_integration' of https://github.com/Gusta...obscuren2015-01-277-55/+205
| |\| |
| | * | Add accounts package and refactor key storesGustav Simonsson2015-01-267-55/+205
* | | | Merge branch 'develop' into qt5.4obscuren2015-01-294-5/+11
|\ \ \ \ | | |_|/ | |/| |
| * | | upped pvobscuren2015-01-292-2/+2
| * | | changed lost keyobscuren2015-01-292-2/+8
| * | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-01-291-2/+2
| |\ \ \
| | * | | Update go to latest versionTaylor Gerring2015-01-291-2/+2
* | | | | Added webengine initializerobscuren2015-01-296-0/+733
* | | | | removed key while in the process of moving to the new key storageobscuren2015-01-299-714/+63
* | | | | Merge branch 'jsonrpc' into qt5.4obscuren2015-01-2917-348/+299
|\ \ \ \ \
| * | | | | further cleaned up xeth interfaceobscuren2015-01-2915-133/+123
| * | | | | clean up of xethobscuren2015-01-293-249/+210
* | | | | | merge jsonrpcobscuren2015-01-2922-516/+350
|\| | | | |
| * | | | | moving to a better xethobscuren2015-01-2913-454/+141
| * | | | | Merge branch 'jsonrpc' of github.com-obscure:ethereum/go-ethereum into jsonrpcobscuren2015-01-2811-60/+214
| |\ \ \ \ \
| | * | | | | Rename api var for clarityTaylor Gerring2015-01-282-7/+6
| | * | | | | Return a websocker.Handler of the functionTaylor Gerring2015-01-281-1/+1
| | * | | | | Rename transport to wsTaylor Gerring2015-01-282-10/+10
| | * | | | | Add wsport flag to MistTaylor Gerring2015-01-282-1/+3
| | * | | | | Update CLI to use new Websocket RPCTaylor Gerring2015-01-284-5/+19
| | * | | | | New simplified Websocket transportTaylor Gerring2015-01-281-0/+124
| | * | | | | Indicate port in startup log messageTaylor Gerring2015-01-281-1/+3
| | * | | | | Move HTTP transport to sub package of RPCTaylor Gerring2015-01-286-53/+66
* | | | | | | switched to obscuren/qmlobscuren2015-01-2810-10/+10
* | | | | | | Updated assets & moved messagesobscuren2015-01-289-65/+81
* | | | | | | Allow CORS *obscuren2015-01-281-0/+2
* | | | | | | Added big numbersobscuren2015-01-281-0/+2
* | | | | | | Merge branch 'develop' into qt5.4obscuren2015-01-2834-0/+4018
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | new ethereum.jsobscuren2015-01-2834-0/+4018
| | |_|/ / / | |/| | | |
* | | | | | removed old ethereum.jsobscuren2015-01-2825-2938/+0
* | | | | | updated messagesobscuren2015-01-282-31/+19
* | | | | | Merge branch 'jsonrpc' into qt5.4obscuren2015-01-2812-353/+965
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'develop' into jsonrpcobscuren2015-01-286-31/+389
| |\| | | | | | |/ / / | |/| | |
| | * | | Merge branch 'chfast-pr/evmjit' into developobscuren2015-01-274-18/+370
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Merge branch 'pr/evmjit' of https://github.com/chfast/go-ethereum into chfast...obscuren2015-01-277-133/+209
| | | |\ \
| | | | * | Update JitVm to new EVM JIT ABI (C interface)Paweł Bylica2015-01-271-17/+11
| | | | * | Update EVM JIT runtime data layoutPaweł Bylica2015-01-261-41/+30
| | | | * | Merge remote-tracking branch 'upstream/develop' into evmjitPaweł Bylica2015-01-262-13/+19
| | | | |\ \ | | | |_|/ / | | |/| | |
| | | | * | JitVm code cleanups & refactoring. Some memory copies eliminated (i.e. in SHA...Paweł Bylica2015-01-231-13/+25
| | | | * | Merge remote-tracking branch 'upstream/develop' into pr/evmjitPaweł Bylica2015-01-2311-119/+184
| | | | |\|
| | | * | | Merge branch 'pr/evmjit' of https://github.com/chfast/go-ethereum into chfast...obscuren2015-01-234-18/+375
| | | |\| |
| | | | * | JitVM: the EVM JIT bridgePaweł Bylica2015-01-234-18/+375
| * | | | | Merge branch 'develop' into jsonrpcobscuren2015-01-2385-399/+7742
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Move GetRequestReply to EthereumApiTaylor Gerring2015-01-213-51/+48
| * | | | | Move argument types to separate fileTaylor Gerring2015-01-212-211/+218
| * | | | | Move websockets out of cmd/utilTaylor Gerring2015-01-212-29/+22
| * | | | | Merge branch 'develop' into jsonrpcTaylor Gerring2015-01-21250-5516/+2182894
| |\ \ \ \ \
| * | | | | | Stub missing UnmarshalJSON methodsTaylor Gerring2015-01-131-0/+16
| * | | | | | cleanupTaylor Gerring2015-01-134-16/+5
| * | | | | | Add support for CodeAtTaylor Gerring2015-01-133-2/+58
| * | | | | | Added license headersTaylor Gerring2015-01-134-0/+64
| * | | | | | cleanupTaylor Gerring2015-01-132-46/+9
| * | | | | | begin conversion to rpc over httpTaylor Gerring2015-01-135-263/+438
* | | | | | | reworking messages => logobscuren2015-01-285-114/+76
* | | | | | | Reworking browserobscuren2015-01-253-38/+241
| |_|_|/ / / |/| | | | |
* | | | | | Updated readme with badgesobscuren2015-01-251-14/+12
* | | | | | Gitter linkobscuren2015-01-251-0/+2
* | | | | | Skip for travisobscuren2015-01-251-0/+2
* | | | | | skipping for travisobscuren2015-01-251-0/+4
| |_|/ / / |/| | | |
* | | | | Merge branch 'Gustav-Simonsson-import_presale_keys' into developobscuren2015-01-235-50/+125
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'import_presale_keys' of https://github.com/Gustav-Simonsson/go-...obscuren2015-01-235-50/+125
|/| | | |
| * | | | CamelCase aesCBCDecryptGustav Simonsson2015-01-222-3/+3
| * | | | Add ImportPreSaleKeyGustav Simonsson2015-01-214-49/+123
| | |_|/ | |/| |
* | | | Use curve params instead of hardcoded 32 bytesobscuren2015-01-231-1/+1
* | | | Pad private key when signing & length check for hashes in signobscuren2015-01-232-2/+19
* | | | UI Updatesobscuren2015-01-225-67/+40
|/ / /
* | | updated testsobscuren2015-01-2218-35/+502
* | | Moved `obscuren` secp256k1-goobscuren2015-01-2253-6/+6433
* | | Moved sha3 from `obscuren`obscuren2015-01-225-3/+390
* | | Future blocks not allowedobscuren2015-01-221-21/+4
* | | Updated browser & pass view to callback functionobscuren2015-01-222-231/+245
| |/ |/|
* | fixed url bug in browserobscuren2015-01-212-14/+0
* | StdVm by defaultobscuren2015-01-206-8/+14
* | Hide browser bar when coming from a DApp urlobscuren2015-01-201-24/+28
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-01-205-0/+556
|\ \
| * \ Merge pull request #259 from Gustav-Simonsson/developJeffrey Wilcke2015-01-205-0/+556
| |\ \
| | * | Address pull request commentsGustav Simonsson2015-01-202-9/+4
| | * | Address pull request commentsGustav Simonsson2015-01-202-10/+8
| | * | Update code commentsGustav Simonsson2015-01-161-6/+4
| | * | Address pull request commentsGustav Simonsson2015-01-164-215/+88
| | * | Address pull request commentsGustav Simonsson2015-01-164-84/+91
| | * | Add new key_store interface and two new key storesGustav Simonsson2015-01-165-0/+685
* | | | Minor browser improvementsobscuren2015-01-193-6/+30
* | | | Added 0 key proof errorobscuren2015-01-191-0/+13
* | | | Moved connection errors to DebugDetail levelobscuren2015-01-191-2/+2
* | | | VmDebug => StdVmobscuren2015-01-191-1/+1
* | | | Print error instead of returning for seed node errobscuren2015-01-191-1/+1
* | | | VmDebug => StdVmobscuren2015-01-194-990/+951
|/ / /
* | | Merge pull request #260 from fjl/rlp-encoderJeffrey Wilcke2015-01-194-3/+23
|\ \ \
| * | | rlp: allow encoding non-empty interface valuesFelix Lange2015-01-164-3/+23
* | | | Fixed difficultyobscuren2015-01-182-7/+5
* | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-01-166-24/+869
|\ \ \ \
| * | | | Merge pull request #257 from fjl/rlp-encoderJeffrey Wilcke2015-01-166-24/+869
| |\| | | | | |/ / | |/| |
| | * | rlp: fix Decode benchmarksFelix Lange2015-01-151-8/+10
| | * | rlp: add functions for encodingFelix Lange2015-01-156-17/+860
| |/ /
* | | Add defer rescued back inobscuren2015-01-161-0/+5
* | | updated testsobscuren2015-01-1514-0/+2167178
* | | Changed public whisper api not to reveal temporary private keysobscuren2015-01-154-431/+474
|/ /
* | Updated testsobscuren2015-01-1418-20/+584
* | Default datadir for mist is now shared with CLI (.ethereum)obscuren2015-01-131-1/+1
* | Fixed consensus issueobscuren2015-01-134-6/+4
* | Fixed whisper messagesobscuren2015-01-136-34/+58
* | updated testsobscuren2015-01-137-108/+248
* | remove pre compiled for testsobscuren2015-01-133-32/+41
* | Merge pull request #254 from chfast/pr/jitvm_stubJeffrey Wilcke2015-01-133-0/+34
|\ \
| * | JitVm struct stub. Forwards calls to DebugVm.Paweł Bylica2015-01-133-0/+34
* | | updated testsobscuren2015-01-134-14/+20
* | | Added manual triggering of filtersobscuren2015-01-135-9/+51
|/ /
* | updated testsobscuren2015-01-127-18/+317
* | updated testsobscuren2015-01-129-13/+247
* | updated testsobscuren2015-01-128-26/+186
* | pre-powobscuren2015-01-125-2/+50
* | removed accidental qt depobscuren2015-01-111-2/+2
* | Implemented filter for ws + fixesobscuren2015-01-1010-93/+144
* | Moved the TD method from block processor.obscuren2015-01-103-41/+31
* | Cast to string for hashable typeobscuren2015-01-101-1/+1
* | updated testsobscuren2015-01-1051-90/+5577
* | mem fixes for vm. Changed uncle inclusion testsobscuren2015-01-103-14/+46
* | Limit hashes. Closes #249obscuren2015-01-091-0/+7
* | Merge branch 'ethersphere-develop' into developobscuren2015-01-098-191/+500
|\ \
| * \ Merge branch 'develop' of https://github.com/ethersphere/go-ethereum into eth...obscuren2015-01-098-191/+500
| |\ \
| | * \ Merge remote-tracking branch 'upstream/develop' into developzelig2015-01-0914-123/+194
| | |\ \
| | * | | major blockpool changezelig2015-01-091-117/+350
| | * | | add ErrInsufficientChainInfo errorzelig2015-01-091-0/+2
| | * | | adapt unit tests to speczelig2015-01-091-53/+139
| | * | | no need to call AddBlockHashes when receiving new blockzelig2015-01-091-10/+0
| | * | | minor changes in integration testszelig2015-01-093-8/+8
| | * | | GetBlockHashesFromHash(hash, max) gives back max hashes starting from PARENT ...zelig2015-01-091-3/+1
* | | | | recoverobscuren2015-01-091-1/+1
* | | | | Fixed size 0 bugobscuren2015-01-092-1/+5
|/ / / /
* | | | Updated to new ethereum.js apiobscuren2015-01-092-2/+2
* | | | mergedobscuren2015-01-093-5/+0
* | | | new switchobscuren2015-01-091-40/+26
* | | | updated ethereum.jsobscuren2015-01-0925-0/+2938
* | | | removedobscuren2015-01-0925-2931/+0
* | | | Updated ethereum.jsobscuren2015-01-0934-951/+2924
* | | | Support input from argsobscuren2015-01-091-1/+6
* | | | errobscuren2015-01-091-3/+0
| |/ / |/| |
* | | just enable by defaultobscuren2015-01-092-7/+6
* | | Fixed some whisper issuesobscuren2015-01-096-24/+37
* | | fixed other tests to use hashes as wellobscuren2015-01-081-2/+1
* | | Changed to use hash for comparisonobscuren2015-01-081-2/+3
* | | Reworking GUI interaction. Fixed javascript inject. Closes #132obscuren2015-01-083-89/+147
* | | Minor fixed and additions for block procobscuren2015-01-084-4/+5
|/ /
* | Moved ptrie => trie. Removed old trieobscuren2015-01-0819-1643/+457
* | Read directly from stdinobscuren2015-01-071-7/+4
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-01-072-0/+259
|\ \
| * \ Merge pull request #244 from fjl/license-toolJeffrey Wilcke2015-01-072-0/+259
| |\ \
| | * | a few fixes for the license toolFelix Lange2015-01-071-5/+4
| | * | add license tool and initial mailmapFelix Lange2015-01-072-0/+260
| |/ /
* / / Refactored ethutil.Config.Db outobscuren2015-01-0735-493/+125
|/ /
* | Added version flagobscuren2015-01-072-0/+17
* | Fixed tests where txs weren't properly removedobscuren2015-01-071-5/+5
* | Updated testsobscuren2015-01-074-35/+417
* | Adjusted difficulty and skip get tx messagesobscuren2015-01-063-2/+3
* | Don't auto push jeff ...obscuren2015-01-061-0/+1
* | Fixed port numobscuren2015-01-061-1/+1
* | Changed to poc-8 & removed GetTxsobscuren2015-01-062-2/+1
* | Fixed testsobscuren2015-01-063-7/+7
* | Merge pull request #239 from fjl/grab-bagJeffrey Wilcke2015-01-0611-93/+116
|\ \
| * | p2p: improve test for peers messageFelix Lange2015-01-061-21/+43
| * | p2p: move peerList back into baseProtocolFelix Lange2015-01-062-23/+23
| * | eth, p2p: remove EncodeMsg from p2p.MsgWriterFelix Lange2015-01-067-31/+25
| * | cmd/peerserver: add some command line switchesFelix Lange2015-01-061-2/+15
| * | cmd/peerserver: use NoDial, don't use seed peersFelix Lange2015-01-061-13/+2
| * | cmd/peerserver: fix for new client identity typeFelix Lange2015-01-061-1/+1
| * | cmd/evm: add dummy implementation for GetHashFelix Lange2015-01-061-0/+6
| * | cmd/rlpdump: remove stray returnFelix Lange2015-01-061-2/+1
|/ /
* | Added license headersobscuren2015-01-0620-219/+336
* | Updated WS API. Fixes #219. Closes #220obscuren2015-01-064-42/+38
* | Allow extra to be set for mined blocksobscuren2015-01-063-0/+25
* | Limit block extra to 1024obscuren2015-01-061-0/+4
|/
* Fixed peer window. Minor tweaks and fixesobscuren2015-01-068-53/+37
* Merge pull request #235 from fjl/rlpdumpJeffrey Wilcke2015-01-061-2/+19
|\
| * cmd/rlpdump: remove extra bufferFelix Lange2015-01-061-2/+1
| * cmd/rlpdump: add license header and synopsisFelix Lange2015-01-061-0/+18
* | Merge pull request #233 from fjl/rlpdumpJeffrey Wilcke2015-01-061-0/+128
|\|
| * cmd/rlpdump: new helper commandFelix Lange2015-01-051-0/+128
* | Updated testsobscuren2015-01-06234-10477/+11
* | Precompiled contract & Depth changeobscuren2015-01-063-1/+19
* | unclean shutdown for nowobscuren2015-01-061-1/+1
* | added shh back inobscuren2015-01-064-3/+10
* | Merge branch 'ethersphere-eth.blockpool' into poc8obscuren2015-01-0641-1177/+2303
|\ \ | |/ |/|
| * Mergeobscuren2015-01-0641-1177/+2303
|/
* BlockManager => BlockProcessorobscuren2015-01-051-2/+2
* BlockManager => BlockProcessorobscuren2015-01-057-36/+116
* Merge branch 'poc8' into docbranchobscuren2015-01-0450-1899/+300
|\
| * Version bumpobscuren2015-01-043-3/+3
| * Cleaned up some of that utilobscuren2015-01-0438-1825/+199
| * Cleanup old codeobscuren2015-01-043-14/+7
| * Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-0413-57/+91
* | Merge branch 'docbranch' of github.com-obscure:ethereum/go-ethereum into docb...obscuren2015-01-030-0/+0
|\ \ | |/ |/|
| * Merge branch 'poc8' into docbranchobscuren2015-01-02373-7472/+18456
| |\
| * \ Merge pull request #213 from ethereum/developJeffrey Wilcke2014-12-176-17/+102
| |\ \
* | | | Fixed bug where logging could crash client during tx addingobscuren2015-01-035-24/+24
* | | | Make sure that the object existsobscuren2015-01-031-1/+1
* | | | Changed JUMP(I) behaviour.obscuren2015-01-033-39/+15
* | | | Updated protocol versionobscuren2015-01-031-1/+1
* | | | Squashed commit of the following:obscuren2015-01-036-395/+4295
* | | | Closure => Contextobscuren2015-01-0213-119/+107
* | | | added nil checkobscuren2015-01-025-39/+8
* | | | Removed the need of having a backend for the tx poolobscuren2015-01-024-17/+14
* | | | Removed value check from tx validationobscuren2015-01-021-2/+6
* | | | Added tests for valid transactionsobscuren2015-01-021-11/+10
* | | | Refactored tx pool and added extra fields to blockobscuren2015-01-024-98/+123
* | | | Added a query interface for world stateobscuren2015-01-021-0/+9
* | | | Fixed using new trie iterator APIobscuren2015-01-022-22/+22
* | | | Deletedobscuren2015-01-021-1/+0
* | | | Set TD to block once processedobscuren2015-01-021-0/+1
* | | | Fixed testsobscuren2015-01-021-4/+11
| |_|/ |/| |
* | | Additional comments and added name to error outputobscuren2014-12-311-5/+3
* | | Minor improvementsobscuren2014-12-312-162/+169
* | | JUMPI never 'require' checked.obscuren2014-12-311-1/+1
* | | Merge branch 'develop' into poc8obscuren2014-12-311-5/+11
|\ \ \
| * | | Fixed gas check for vm testobscuren2014-12-311-5/+11
* | | | Merge branch 'develop' into poc8obscuren2014-12-313-50/+9
|\| | |
| * | | Additional checking on gasobscuren2014-12-312-49/+8
| * | | SIGNEXTEND missing from stack checkobscuren2014-12-311-1/+1
* | | | Merge branch 'develop' into poc8obscuren2014-12-30237-14/+10825
|\| | |
| * | | updated testsobscuren2014-12-30237-14/+10825
* | | | removed variableobscuren2014-12-301-5/+1
* | | | Merge branch 'develop' into poc8obscuren2014-12-302-12/+10
|\| | |
| * | | Removed incorrect range check for pushobscuren2014-12-302-12/+10
* | | | fixed trieobscuren2014-12-302-5/+5
* | | | Chain testsobscuren2014-12-306-5/+48
* | | | Fixed chain test & added new chainobscuren2014-12-305-17/+37
* | | | Updated miner to new block apiobscuren2014-12-301-3/+6
* | | | export => importobscuren2014-12-241-1/+1
* | | | Fixed a bug where keys where serialised twiceobscuren2014-12-244-12/+23
* | | | mergeobscuren2014-12-243-2/+7
|\| | |
| * | | Merge branch 'hotfix/0.7.11' into developobscuren2014-12-243-2/+8
| |\ \ \
| | * | | Bumpobscuren2014-12-242-2/+2
| | * | | Reset peer during download on discobscuren2014-12-241-0/+6
| | * | | Merge branch 'develop'obscuren2014-12-211-3/+1
| | |\ \ \
| | * \ \ \ Merge branch 'release/v0.7.10'obscuren2014-12-20344-1445/+67743
| | |\ \ \ \
| * | | | | | Enable websockets for mist. Closes #218obscuren2014-12-232-0/+9
* | | | | | | Removed the deferred resetobscuren2014-12-241-6/+0
* | | | | | | Switched to new trieobscuren2014-12-2414-73/+105
* | | | | | | Moved import to utilsobscuren2014-12-232-18/+26