aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename FilterOptions to BlockFilterArgsTaylor Gerring2015-03-203-15/+15
|
* Remove unnecessary event muxTaylor Gerring2015-03-201-3/+1
|
* Move stateAt func to XEthTaylor Gerring2015-03-202-30/+24
|
* Rename for clarityTaylor Gerring2015-03-203-21/+21
|
* inline MessagesChangedTaylor Gerring2015-03-201-6/+1
|
* inline UninstallWhisperFilterTaylor Gerring2015-03-201-7/+1
|
* inline NewWhisperFilterTaylor Gerring2015-03-201-11/+6
|
* inline AllLogsTaylor Gerring2015-03-201-8/+2
|
* inline LogsTaylor Gerring2015-03-201-7/+1
|
* inline FilterChangedTaylor Gerring2015-03-201-6/+1
|
* inline NewFilterStringTaylor Gerring2015-03-201-11/+6
|
* inline UninstallFilterTaylor Gerring2015-03-201-7/+1
|
* inline NewFilterTaylor Gerring2015-03-201-9/+4
|
* Merge branch 'rpcinline' into rpcxethTaylor Gerring2015-03-201-156/+69
|\ | | | | | | | | Conflicts: rpc/api.go
| * inline WhisperPostTaylor Gerring2015-03-201-11/+7
| |
| * inline GetBlockTransactionCountByHashTaylor Gerring2015-03-201-11/+3
| |
| * inline GetBlockTransactionCountByNumberTaylor Gerring2015-03-201-11/+3
| |
| * inline GetBlockUncleCountByHashTaylor Gerring2015-03-201-11/+3
| |
| * inline GetBlockUncleCountByNumberTaylor Gerring2015-03-201-11/+3
| |
| * fixesTaylor Gerring2015-03-201-2/+2
| |
| * inline UninstallWhisperFilterTaylor Gerring2015-03-201-7/+6
| |
| * inline WhisperMessagesTaylor Gerring2015-03-201-6/+1
| |
| * inline GetTransactionByHashTaylor Gerring2015-03-201-9/+4
| |
| * inline RemoveWhisperIdentityTaylor Gerring2015-03-201-6/+1
| |
| * inline NewWhisperIdentityTaylor Gerring2015-03-201-6/+2
| |
| * inline DbGetTaylor Gerring2015-03-201-11/+6
| |
| * inline DbPutTaylor Gerring2015-03-201-11/+7
| |
| * inline GetCompilersTaylor Gerring2015-03-201-7/+2
| |
| * inline GetDataTaylor Gerring2015-03-201-9/+4
| |
| * inline GetTxCountAtTaylor Gerring2015-03-201-10/+7
| |
| * inline GetStorageTaylor Gerring2015-03-201-9/+6
| |
| * inline GetBalanceTaylor Gerring2015-03-201-9/+6
| |
| * inline HasWhisperIdentityTaylor Gerring2015-03-201-6/+1
| |
| * Inline getStateWithNumTaylor Gerring2015-03-201-8/+4
| |
* | Reorg filter logic to XEthTaylor Gerring2015-03-206-203/+273
| |
* | Merge branch 'rpcutil' into rpcfrontierTaylor Gerring2015-03-204-97/+70
|\|
| * Make send internalTaylor Gerring2015-03-201-6/+6
| |
| * Remove utilTaylor Gerring2015-03-202-57/+33
| |
| * Remove extra loggerTaylor Gerring2015-03-202-5/+2
| |
| * Move Log to LogResTaylor Gerring2015-03-203-29/+29
| |
* | fixed chain event. Closes #529obscuren2015-03-198-38/+58
| |
* | Removed frontier in version :-(obscuren2015-03-191-1/+1
| |
* | Merge branch 'develop' into rpcfrontierobscuren2015-03-19409-1191/+32227
|\ \
| * | Removed uint castsobscuren2015-03-191-10/+18
| | |
| * | fixed testsobscuren2015-03-194-20/+16
| | |
| * | Fixed mkdnode & added some testsobscuren2015-03-198-16/+55
| | |
| * | Merge commit '85fa3790ac9f67232f0e31e7f861c66ef0e0047e' into developobscuren2015-03-19399-1150/+32143
| |\ \
| | * | Squashed 'tests/files/' changes from 641ebaa..e558aa4obscuren2015-03-19399-1150/+32143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e558aa4 clean up 47096f8 remove corrupted files 47e73ea even more failures 18506ee add tests a9729da merge bc09d2e merge 3c89576 new tests 650ac93 Merge remote-tracking branch 'origin/develop' into develop ee7ea6a update blockChainTests 46484ae fuzz tests eb8f8fb fuzz testing 1c74972 fuzz testing results 8f06b8f Block Tests +make RLP header larger than rlp +all block fields +1)Prefixed000 +2)Larger size +3)Less Size +4)rlp element list when shouldnt +5)given as array +random byte at the end +transaction fields +random byte in RLP fdf6c3e BlokTests Invalid Block Header RLPs (0000prefix, tooLarge, tooShort) c81751d update gasLimit git-subtree-dir: tests/files git-subtree-split: e558aa49d425eb43b8ee2f71f52b6312ab092520
* | | | Validate NewTx From field is not blankTaylor Gerring2015-03-193-0/+40
| | | |
* | | | Merge branch 'rpcutil' into rpcfrontierTaylor Gerring2015-03-194-137/+178
|\ \ \ \ | | |_|/ | |/| |
| * | | TestsTaylor Gerring2015-03-191-1/+51
| | | |
| * | | BlockNumber as int fixTaylor Gerring2015-03-191-2/+2
| | | |
| * | | Remove UnmarshalRawMessagesTaylor Gerring2015-03-192-124/+125
| | | |
| * | | Remove i2hexTaylor Gerring2015-03-182-7/+2
| | | |
| * | | Remove RpcServerTaylor Gerring2015-03-181-5/+0
| | | |
* | | | Merge branch 'develop' into rpcfrontierobscuren2015-03-198-106/+126
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'ethersphere-frontier/cli-private-network' into developobscuren2015-03-197-102/+102
| |\ \
| | * | added frontier to versionobscuren2015-03-191-1/+1
| | | |
| | * | Merge branch 'frontier/cli-private-network' of ↵obscuren2015-03-197-101/+101
| |/| | | | | | | | | | | | | | https://github.com/ethersphere/go-ethereum into ethersphere-frontier/cli-private-network
| | * | fix eth testszelig2015-03-181-3/+3
| | | |
| | * | private network supportzelig2015-03-186-74/+98
| | | | | | | | | | | | | | | | | | | | | | | | - protocolversion, networkid global int flags to cli and mist - fix bug with protocolversion check using wrong db - log protocolversion & networkid in backend
| | * | eth/backend: remove spurious and incorrent PeerInfo()zelig2015-03-181-5/+4
| | | |
| | * | eth: remove disused peer_util.gozelig2015-03-181-23/+0
| | | |
| * | | Merge pull request #523 from fjl/docker-fastTaylor Gerring2015-03-191-4/+3
| |\ \ \ | | | | | | | | | | Dockerfile: use fast™ build steps
| | * | | Dockerfile: use fast™ build stepsFelix Lange2015-03-171-4/+3
| | |/ /
| * | | Merge pull request #522 from fjl/makedagFelix Lange2015-03-181-0/+21
| |\ \ \ | | |/ / | |/| | cmd/ethereum: add makedag command for testing
| | * | cmd/ethereum: add makedag command for testingFelix Lange2015-03-171-0/+21
| |/ /
* | | merge developTaylor Gerring2015-03-188-111/+106
|\| |
| * | Merge pull request #498 from maran/feature/drytoHexJeffrey Wilcke2015-03-188-111/+106
| |\ \ | | | | | | | | DRY up the use of toHex in the project and move it to common
| | * | DRY up the use of toHex in the project and move it to commonMaran2015-03-168-113/+108
| | | |
| * | | Merge branch 'rpcfrontier' into developobscuren2015-03-186-42/+179
| |\ \ \
* | | | | Remove JsonWrapperTaylor Gerring2015-03-182-22/+19
| | | | |
* | | | | Support JSON RPC batch requestsTaylor Gerring2015-03-182-52/+53
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add JSON RPC batch supportTaylor Gerring2015-03-182-52/+53
| | | | | | | | | | | | | | | | | | | | http://www.jsonrpc.org/specification#batch
* | | | | Merge branch 'develop' into rpcfrontierobscuren2015-03-18144-1423/+13716
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | bumpobscuren2015-03-181-1/+1
| | | |
| * | | Merge pull request #485 from ethersphere/frontier/nodeadmin.jsFelix Lange2015-03-1823-462/+1017
| |\ \ \ | | | | | | | | | | Frontier console node admin interface
| | * | | remove long-running mining test, ethutil -> commonzelig2015-03-162-46/+8
| | | | |
| | * | | Merge branch 'frontier/js' into frontier/nodeadmin.jszelig2015-03-16116-619/+607
| | |\ \ \
| | | * | | we do not use the name Frontier Consolezelig2015-03-161-4/+4
| | | | | |
| | | * | | ethutil -> commonzelig2015-03-162-5/+5
| | | | | |
| | | * | | Merge remote-tracking branch 'upstream/develop' into frontier/jszelig2015-03-16122-727/+611
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/ethereum/js.go javascript/types.go
| | * | | | Merge remote-tracking branch 'upstream/develop' into frontier/nodeadmin.jszelig2015-03-169-116/+12
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'frontier/js' into frontier/nodeadmin.jszelig2015-03-151-0/+89
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | menubar back to mist main.qmlzelig2015-03-151-0/+89
| | | | | | |
| | * | | | | Merge branch 'frontier/js' into frontier/nodeadmin.jszelig2015-03-151-21/+20
| | |\| | | |
| | | * | | | jsre: remove assetpath using GOPATH from testzelig2015-03-151-21/+20
| | | | | | |
| | * | | | | node admin interface for Frontier Console, see spec ↵zelig2015-03-153-0/+550
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/ethereum/go-ethereum/wiki/Frontier-Console
| | * | | | | eth:zelig2015-03-151-3/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - NodeInfo, PeerInfo types, PeersInfo(), NodeInfo() in eth/backend to support node admin IF - start net only if MaxPeers > 0, close extraDb in Stop() - defer s.extraDb.Close()
| | * | | | | p2p: server>discover table Self=Node exportedzelig2015-03-152-8/+12
| | |/ / / /
| | * | | | CLI:zelig2015-03-153-130/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - js subcommand for vm - console for Frontier console interactive REPL - jspath in cli - integrate jeth apiBindings
| | * | | | rpczelig2015-03-153-13/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - camelcase fields dont play nice with otto value magic: JsonRpc -> Jsonrpc, ID -> Id - jeth: ethereum.js rpc transport provider direct bridge between js and ethereumApi via otto jsre
| | * | | | remove jsre from mistzelig2015-03-154-193/+63
| | | | | |
| | * | | | jsre:zelig2015-03-158-202/+216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - require became loadScript(), no require is supplied - bignumber_js.go: heredoc v2.0.3 minified fixed for otto Regexp incompatibility https://github.com/robertkrimen/otto#regular-expression-incompatibility - bignumber.min.js also updated in mist/assets/ext - ethereum_js.go: latest master minified - assetPath in constructor - Eval/Exec/Handle/ToVal nice API - jsre tests
| * | | | | Merge commit 'dffaa678f966f87dcd011671a16b554b29a37549' into developobscuren2015-03-17121-960/+12698
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | * | | Squashed 'tests/files/' changes from 0749546..641ebaaobscuren2015-03-17121-960/+12698
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 641ebaa Merge branch 'develop' of https://github.com/ethereum/tests into develop 8e44fd4 possibility to launch more than one machine 5498fd5 2 more python fails 99268f3 update random test simulation files 170485e Merge remote-tracking branch 'origin/develop' into develop 4fcdf8f new python fails e67b68a Merge branch 'develop' of https://github.com/ethereum/tests into develop 3f45f18 BlockRLPTests block fields prefixed with 0000 9fa9bbd Merge pull request #78 from wanderer/develop 222c2b4 update block tests 9d844dd python fails 05233a4 update blockchaintests 7dc0aa2 update JS_API_Test blockchain 6daf1cc added JS_API_test blockchain e878f7e consitant address format 0e246ce python fail 57ea9a0 random failures 95934e0 add test for callcode to 0 13b8cd2 new python failures 9e60453 remove empty tests ca6dfa9 uncle older than 6 generation test cf7e950 some random failures 282090e update gas limits + uncle generation test bb4c1f4 cppjit failure cda9d4c more random failures 31ac17a add calldataload big offset test f6b8e28 remove seedhash and update blockchain tests ad69f9d add addmod test in order toc check that nothing get downcasted inbetween 38b7db2 a failing test b9149b5 Merge remote-tracking branch 'origin/develop' into develop 5bea708 more failing tests 478a07d fix missing comma 6d82797 Merge remote-tracking branch 'origin/develop' into develop 2f380e2 random fails 3cd0ce7 Merge pull request #75 from romanman/develop afa0a43 Update crypto.json 1b9b7b8 Introduce ECIES crypto test git-subtree-dir: tests/files git-subtree-split: 641ebaa3cf257c08838c707bebb481d61e708f95
* | | | | Comment out whisper remove identity stubsTaylor Gerring2015-03-173-21/+21
| | | | |
* | | | | More empty param testsTaylor Gerring2015-03-172-0/+55
| | | | |
* | | | | RPC empty args testsTaylor Gerring2015-03-171-0/+47
| | | | |
* | | | | Return error when filter params are not stringsTaylor Gerring2015-03-171-14/+20
| | | | |
* | | | | Initial support to remove Whisper identities per #491Taylor Gerring2015-03-173-2/+26
| | | | |
* | | | | Merge branch 'develop' into rpcfrontierTaylor Gerring2015-03-172-22/+4
|\| | | |
| * | | | removed compileobscuren2015-03-162-22/+4
| | | | |
* | | | | Allow latest/pending in filter optionsTaylor Gerring2015-03-162-40/+45
|/ / / /
* | | | tmpobscuren2015-03-161-2/+2
| | | |
* | | | Moved ethutil => commonobscuren2015-03-16116-604/+610
| |_|/ |/| |
* | | updated godep ethashobscuren2015-03-162-4/+6
| | |
* | | moved to detailobscuren2015-03-161-1/+1
| | |
* | | cleaning up unused codeobscuren2015-03-155-108/+0
| | |
* | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-03-151-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: README.md
| * | | Linux build linksobscuren2015-03-151-3/+5
| | |/ | |/|
* / | Linux build linksobscuren2015-03-151-3/+5
|/ /
* | removed seed hashobscuren2015-03-151-1/+1
| |
* | Merge branch 'fjl-block-tests' into developobscuren2015-03-157-20/+346
|\ \
| * | mergeobscuren2015-03-157-20/+346
|/| |
| * | cmd/ethereum: add blocktest commandFelix Lange2015-03-142-0/+67
| | |
| * | eth: add ResetWithGenesisBlockFelix Lange2015-03-141-4/+11
| | | | | | | | | | | | This depends on a change in ethash which exposes UpdateCache.
| * | eth: add hook for database creationFelix Lange2015-03-141-2/+10
| | |
| * | cmd/utils: GetEthereum -> MakeEthConfigFelix Lange2015-03-143-12/+16
| | | | | | | | | | | | | | | This allows changing the config before starting Ethereum with it.
| * | tests: add helper functions for block testsFelix Lange2015-03-141-0/+240
| | |
| * | core/types: make Block.{ParentHash,SeedHash,MixDigest} []byteFelix Lange2015-03-141-3/+3
| | | | | | | | | | | | There is no reason to keep them as ethutil.Bytes.
* | | Increased filter ticker time to 5 minutesobscuren2015-03-151-2/+2
| | |
* | | Updated ethashobscuren2015-03-1430-597/+1254
| | |
* | | POW fixesobscuren2015-03-144-12/+1
| | |
* | | typoobscuren2015-03-141-1/+1
| | |
* | | Merge branch 'rpcfrontier' into developobscuren2015-03-141-1/+7
|\ \ \
| * | | Return null coinbase when accounts not createdTaylor Gerring2015-03-141-1/+7
| | | | | | | | | | | | | | | | Was previously returning nonsensical “0x”
* | | | Improved errors. Closes #475obscuren2015-03-142-7/+5
| | | |
* | | | Merge pull request #481 from maran/feature/fromHexDryJeffrey Wilcke2015-03-1411-91/+76
|\ \ \ \ | | | | | | | | | | DRY-up the use of fromHex in the project
| * | | | Support for addresses with or without 0x. Fixes #472Maran2015-03-141-1/+1
| | | | |
| * | | | DRY up the use of fromHex and put it in ethutilMaran2015-03-1410-90/+75
|/ / / /
* | | | GetBlockByNumber now properly looks for a number in the databaseobscuren2015-03-141-28/+33
| | | |
* | | | more tests for remote updateobscuren2015-03-141-0/+8
| | | |
* | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-03-142-3529/+13
|\ \ \ \
| * \ \ \ Merge pull request #467 from ethersphere/frontier/natspecJeffrey Wilcke2015-03-132-3529/+13
| |\ \ \ \ | | | | | | | | | | | | NatSpec integration
| | * | | | include new minified natspec with RE fix; fix test for the improved error ↵zelig2015-03-122-3529/+13
| | | |/ / | | |/| | | | | | | | | | | | messages
* | | | | Return proper errorobscuren2015-03-144-1/+7
| | | | |
* | | | | Make remote dominantobscuren2015-03-142-7/+48
|/ / / /
* | | | Merge branch 'rpcfrontier' into developobscuren2015-03-137-119/+201
|\ \ \ \ | | |/ / | |/| |
| * | | Rename db_put db_getTaylor Gerring2015-03-131-2/+4
| | | |
| * | | Consolidate error type switchTaylor Gerring2015-03-131-14/+2
| | | |
| * | | Fix eth_newBlockFilterTaylor Gerring2015-03-132-6/+15
| | | |
| * | | Add web3_clientVersionTaylor Gerring2015-03-133-7/+11
| | | |
| * | | Convert to proper errorsTaylor Gerring2015-03-135-104/+183
| | | | | | | | | | | | | | | | Allow returning different JSON RPC error codes depending on error type
* | | | Implemented managed stateobscuren2015-03-134-24/+90
| | | | | | | | | | | | | | | | * Reimplemented nonce management for known accounts.
* | | | Implemented a manage state for keeping track of noncesobscuren2015-03-133-6/+63
| | | |
* | | | Bump protocol version 58obscuren2015-03-131-1/+1
| | | |
* | | | Increased genesis gas & gas floor limit to 3141592obscuren2015-03-132-4/+3
| | | |
* | | | Changed context and ADDMOD, MULMODobscuren2015-03-136-24/+44
| | | | | | | | | | | | | | | | | | | | * Cleaned up VM execution. VM run now takes a context * ADDMOD/MULMOD - removed incorrect cast
* | | | more obvious failure for ethtestobscuren2015-03-134-10/+9
| | | |
* | | | Merge commit '6051345bc9ab8ccf74a49c43342771e0c2cba588' into developobscuren2015-03-1314-0/+1003
|\ \ \ \ | | |_|/ | |/| |
| * | | Squashed 'tests/files/' changes from d6c987f..0749546obscuren2015-03-1314-0/+1003
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0749546 random fails a153865 random fails git-subtree-dir: tests/files git-subtree-split: 074954630f43e97f0769997d175511a00a47cc9d
* | | | Merge branch 'rpcfrontier' into developobscuren2015-03-132-4/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Fix arg names in testsTaylor Gerring2015-03-131-3/+3
| | | |
| * | | #469Taylor Gerring2015-03-131-1/+2
| | | |
* | | | Removed some of that gas pre pay magicobscuren2015-03-136-56/+53
| | | |
* | | | Merge commit '3ff7a627d1921be0aeacdd8eb2853ba4537487eb' into developobscuren2015-03-131-0/+71
|\ \ \ \ | | |/ / | |/| |
| * | | Squashed 'tests/files/' changes from 9e19ff9..d6c987fobscuren2015-03-131-0/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | d6c987f go failure git-subtree-dir: tests/files git-subtree-split: d6c987feed635976ce26b14b9be88289d0ef50d4
* | | | run all testobscuren2015-03-131-6/+0
| | | |
* | | | fixed ethtestobscuren2015-03-134-13/+21
| | | |
* | | | Merge commit '412e8b0e377bd89fc8fc858bd09c89deee805c1e' into developobscuren2015-03-1316-3/+932
|\| | |
| * | | Squashed 'tests/files/' changes from dbdd0f8..9e19ff9obscuren2015-03-1316-3/+932
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9e19ff9 random state tests failures 7060dc7 dejavu issues 5a89a4b python fail 2470051 python fails - may be just wrong return value git-subtree-dir: tests/files git-subtree-split: 9e19ff93918597bbf53a2f127202a70704646d82
* | | | Return 1 on failobscuren2015-03-131-0/+5
| | | |
* | | | Changed to big.Int.Notobscuren2015-03-131-10/+7
| |/ / |/| |
* | | Update path to web3 libraryTaylor Gerring2015-03-121-1/+1
| | |
* | | Update ethereum.jsTaylor Gerring2015-03-1245-6328/+3
| | | | | | | | | | | | Added to git modules
* | | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into ↵obscuren2015-03-120-0/+0
|\ \ \ | | | | | | | | | | | | rpcfrontier
| * \ \ Merge branch 'develop' into rpcfrontierTaylor Gerring2015-03-1228-462/+2568356
| |\ \ \
* | | | | Get transaction implementedobscuren2015-03-123-10/+27
| | | | | | | | | | | | | | | | | | | | | | | | | * Added a GetTransaction to XEth * Implemented the `eth_getTransactionByHash` RPC method
* | | | | Merge branch 'develop' into rpcfrontierobscuren2015-03-1233-475/+2568387
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-03-123-11/+9
| |\| | |
| | * | | Merge pull request #460 from tgerring/ethutilFelix Lange2015-03-123-11/+9
| | |\ \ \ | | | |_|/ | | |/| | Move MakeName to ethutil
| | | * | Move MakeName to ethutilTaylor Gerring2015-03-123-11/+9
| | | | |
| * | | | Add additional extra database for non-protocol related dataobscuren2015-03-125-13/+31
| |/ / / | | | | | | | | | | | | * Add transaction to extra database after a successful block process
| * | | updated rnd vm test => state testobscuren2015-03-122-30/+91
| | | |
| * | | Merge commit '92c6150199395eea6c9893b631cc990e3ff72a33' into developobscuren2015-03-1223-421/+2568256
| |\ \ \ | | | |/ | | |/|
| | * | Squashed 'tests/files/' changes from e390be4..dbdd0f8obscuren2015-03-1223-421/+2568256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dbdd0f8 update test script for python 29dced2 add failing python test 5b7ebb9 OOG or 1024 depth level fail 3f58fd8 run OOG at tx level with to high value for call 39d8595 run OOG and too high value for call/callcode 55fbf95 run OOG and too high value for call/callcode 8856bfb add callCreateCallCode test file d2da29e check value when doing callcode 129a464 suicide and storage refund tests with and without storage 6aa5e29 suicide and storage refund tests fff323d python fails 963648b python callcode fail 31ce83a python big memory fail 531bc36 add memory stress test using return b7021c7 renaming 959ff59 vm input limit tests 1c3741f update blockchain tests with new uncle reward rule git-subtree-dir: tests/files git-subtree-split: dbdd0f829dea8aa053159707caf353d83bf5be0f
* | | | Should on empty params #466Taylor Gerring2015-03-122-1/+46
| | | |
* | | | Output filter ID as hexTaylor Gerring2015-03-121-1/+1
| | | |
* | | | Check for existance of key before deleteTaylor Gerring2015-03-121-1/+4
| | | |
* | | | Merge branch 'develop' into rpcfrontierobscuren2015-03-129-100/+80
|\| | |
| * | | Changed V to byte. Closes #456obscuren2015-03-121-4/+4
| | | |
| * | | Merge pull request #462 from fjl/miner-coinbaseJeffrey Wilcke2015-03-128-96/+76
| |\ \ \ | | | | | | | | | | miner: provide coinbase when starting the miner
| | * | | cmd/ethereum: remove extra check for 'no accounts' errorFelix Lange2015-03-121-9/+2
| | | | | | | | | | | | | | | | | | | | This error can no longer be returned from eth.New.
| | * | | miner: provide coinbase when starting the minerFelix Lange2015-03-128-87/+74
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids having to query the coinbase when creating the miner, which in turn eliminates the dreaded startup error when no accounts are set up. Later, this will also allow us to simply restart the miner when the user picks a different coinbase. This causes a lot of changes in other packages. These are included in this commit because they're impossible to separate.
* | | | shh_uninstallFilterTaylor Gerring2015-03-121-1/+11
| | | |
* | | | block&index args unmarshal plus testTaylor Gerring2015-03-122-0/+96
|/ / /
* | / Comment out broken test (return type does not exist)Taylor Gerring2015-03-121-4/+5
| |/ |/|
* | Merge branch 'fjl-unencrypted-keys' into developobscuren2015-03-122-16/+29
|\ \
| * | mergeobscuren2015-03-122-16/+29
|/| |
| * | cmd/ethereum: add a flag to switch to unencrytped keystoreFelix Lange2015-03-112-14/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is mostly for automated tests. The tests can use the following commands to start the node: ethereum --unencrypted-keys account new ... ethereum --unencrypted-keys
* | | Merge branch 'rpcfrontier' into developobscuren2015-03-1219-1881/+3180
|\ \ \
| * | | Lowered default gas price and increased default gas limitobscuren2015-03-123-10/+17
| | | |
| * | | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into ↵obscuren2015-03-124-15/+56
| |\ \ \ | | | | | | | | | | | | | | | rpcfrontier
| | * | | Rename Topic to TopicsTaylor Gerring2015-03-113-7/+7
| | | | |
| | * | | Get UnclesTaylor Gerring2015-03-111-1/+36
| | | | |
| | * | | BlockHash must be a stringTaylor Gerring2015-03-111-1/+6
| | | | |
| | * | | TxIndex -> IndexTaylor Gerring2015-03-113-6/+7
| | | | |
| * | | | Default block number changesobscuren2015-03-122-45/+27
| | | | |
| * | | | Changed logging to use internal loggerobscuren2015-03-111-4/+4
| | | | |
| * | | | Improved error reporting and removed commented codeobscuren2015-03-112-43/+7
| | | | |
| * | | | Reverted globalobscuren2015-03-112-8/+3
| | | | |
| * | | | Use the state to up the balance of the coinbaseobscuren2015-03-111-2/+6
| |/ / /
| * | | Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontierTaylor Gerring2015-03-1145-1566/+848
| |\ \ \
| | * | | Merge branch 'develop' into rpcfrontierobscuren2015-03-111-6/+3
| | |\| |
| | * | | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into ↵obscuren2015-03-114-34/+64
| | |\ \ \ | | | | | | | | | | | | | | | | | | rpcfrontier
| | * \ \ \ Merge branch 'develop' into rpcfrontierobscuren2015-03-1142-1558/+841
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: rpc/api.go rpc/args.go
| | * | | | | fallbackobscuren2015-03-113-2/+4
| | | | | | |
| * | | | | | Get transaction via block & indexTaylor Gerring2015-03-112-0/+37
| | | | | | |
| * | | | | | Nil check blockTaylor Gerring2015-03-111-0/+4
| | |_|/ / / | |/| | | |
| * | | | | Output hex should be prepended with 0xTaylor Gerring2015-03-113-34/+36
| | | | | |
| * | | | | Left-pad odd length hex inputs and testsTaylor Gerring2015-03-112-0/+28
| |/ / / /
| * | | | id to hexobscuren2015-03-111-1/+1
| | | | |
| * | | | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into ↵obscuren2015-03-115-11/+318
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpcfrontier Conflicts: rpc/args.go
| | * | | | Update response typesTaylor Gerring2015-03-114-6/+312
| | | | | |
| | * | | | Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontierTaylor Gerring2015-03-1122-2039/+2095
| | |\ \ \ \
| | * | | | | Allow integers for BlockNumberTaylor Gerring2015-03-101-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If parsing fails, fall back to hex decoding
| * | | | | | Updated RPCobscuren2015-03-115-135/+151
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added a generic RawMessage deserialiser * Updated ethereum.js * Updated coin test app
| * | | | | Added unmarshalStateobscuren2015-03-103-1017/+1510
| | | | | |
| * | | | | Merge branch 'develop' into rpcfrontierobscuren2015-03-1019-1022/+585
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | mergeobscuren2015-03-102-18/+15
| | | | | |
| * | | | | wipobscuren2015-03-10413-2191255/+57399
| |\ \ \ \ \
| * | | | | | Undo client_version changesTaylor Gerring2015-03-107-19/+14
| | | | | | |
| * | | | | | Remove support for compiling serpentTaylor Gerring2015-03-091-16/+2
| | | | | | |
| * | | | | | Increased args test coverageTaylor Gerring2015-03-064-56/+393
| | | | | | |
| * | | | | | Initial args testsTaylor Gerring2015-03-062-13/+138
| | | | | | |
| * | | | | | Add web3_sha3 testTaylor Gerring2015-03-061-0/+18
| | | | | | |
| * | | | | | TidyTaylor Gerring2015-03-063-62/+58
| | | | | | |
| * | | | | | Refactor & cleanupTaylor Gerring2015-03-065-657/+543
| | | | | | |
| * | | | | | Resolve storage/storageatTaylor Gerring2015-03-063-16/+24
| | | | | | |
| * | | | | | Revert to hex responseTaylor Gerring2015-03-061-4/+3
| | | | | | |
| * | | | | | Final name changesTaylor Gerring2015-03-061-8/+9
| | | | | | |
| * | | | | | Update RPC methodsTaylor Gerring2015-03-051-84/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-order to match spec and explicitly list unimplemented methods
| * | | | | | Output 0x0 instead of 0xTaylor Gerring2015-03-051-1/+6
| | | | | | |
| * | | | | | Output net_peerCount as hexTaylor Gerring2015-03-041-1/+2
| | | | | | |
| * | | | | | Return block number as hexTaylor Gerring2015-03-041-1/+1
| | | | | | |
| * | | | | | Update NewTXArgs to accept hexTaylor Gerring2015-03-042-21/+28
| | | | | | |
| * | | | | | Add client_version RPC messageTaylor Gerring2015-03-043-1/+11
| | | | | | |
| * | | | | | Move p2p.MakeName to ethutil.MakeVersionTaylor Gerring2015-03-034-13/+8
| | | | | | |
| * | | | | | Remove defunct callsTaylor Gerring2015-03-021-62/+30
| | | | | | |
| * | | | | | Rename "net" methodsTaylor Gerring2015-03-021-4/+4
| | | | | | |
* | | | | | | Check length of timestring before taking sliceTaylor Gerring2015-03-111-1/+6
| |_|_|_|/ / |/| | | | |
* | | | | | Use ECDSA instead of ellipticobscuren2015-03-111-6/+3
| |_|_|/ / |/| | | |
* | | | | don't log whisper start upsobscuren2015-03-111-2/+2
| | | | |
* | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-03-110-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge pull request #447 from fjl/accounts-integrationJeffrey Wilcke2015-03-1142-1569/+803
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | Accounts integration
* | | | | | Merge branch 'fjl-accounts-integration' into developobscuren2015-03-110-0/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge branch 'accounts-integration' of https://github.com/fjl/go-ethereum ↵obscuren2015-03-1038-1545/+701
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into fjl-accounts-integration
* | \ \ \ \ \ Merge branch origin/develop into accounts-integrationFelix Lange2015-03-1119-1021/+577
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/blocktest/main.go cmd/mist/debugger.go cmd/utils/cmd.go
| * | | | | | Merge pull request #449 from Gustav-Simonsson/add_blockchain_tests2Jeffrey Wilcke2015-03-103-3/+31
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add empty total difficulty to test blocks and clean up stopping the node