aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | * | | | | | Add empty total difficulty to test blocks and clean up stopping the nodeGustav Simonsson2015-03-103-3/+31
| | | |_|_|/ / | | |/| | | |
| * | | | | | removed debuggerobscuren2015-03-105-436/+1
| | | | | | |
| * | | | | | Fixed error message. Closes #448obscuren2015-03-101-1/+1
| | | | | | |
| * | | | | | Merge branch 'poc-9' into developobscuren2015-03-105-138/+199
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Merge pull request #438 from ethersphere/poc9/cliJeffrey Wilcke2015-03-102-35/+49
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Poc9/cli (exportchain)
| | | * | | | | version outputzelig2015-03-081-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make version output more verbose - include NetworkId - go version and os not displayed like env vars (confusing)
| | | * | | | | add export blockchain subcommand, remove BlockDozelig2015-03-082-30/+42
| | | | | | | |
| | * | | | | | Merge pull request #437 from ethersphere/poc9/natspecJeffrey Wilcke2015-03-103-103/+150
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [WIP] Poc9/natspec
| | | * | | | | | rename constructor Newzelig2015-03-082-2/+3
| | | | | | | | |
| | | * | | | | | natspec for poc-9zelig2015-03-083-103/+149
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - put natspec.js in a heredoc string (to help binary) - constructor takes no args, just sets up js vm - API: only exports Notice(transaction, abi, method, expression string) (string, error) - effort to turn natspec.js error strings to proper go errors - test errors
| * | | | | | | Merge branch 'poc-9' into developobscuren2015-03-10383-2191073/+56919
| |\| | | | | |
| | * | | | | | Right pad zeros. Closes #446obscuren2015-03-101-1/+1
| | | | | | | |
| | * | | | | | reworked stackobscuren2015-03-106-442/+352
| | | | | | | |
| | * | | | | | wipobscuren2015-03-101-7/+6
| | | |/ / / / | | |/| | | |
* | | | | | | cmd/utils: improve CLI help templatesFelix Lange2015-03-101-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Help for a specific command now shows available subcommands.
* | | | | | | cmd/ethereum: show some help before prompting for encryption passphraseFelix Lange2015-03-101-0/+3
| | | | | | |
* | | | | | | Godeps: bump github.com/codegangsta/cliFelix Lange2015-03-105-11/+42
| | | | | | |
* | | | | | | cmd/ethereum: show more helpful message if no accounts existFelix Lange2015-03-103-9/+23
| | | | | | |
* | | | | | | eth: return account errors directlyFelix Lange2015-03-101-1/+1
| | | | | | |
* | | | | | | cmd/utils: remove extra space in fatal error messageFelix Lange2015-03-101-1/+1
| | | | | | |
* | | | | | | accounts: return ErrNoKeys if key directory does not existFelix Lange2015-03-101-2/+7
| | | | | | |
* | | | | | | xeth: fix signing transaction after unlockFelix Lange2015-03-101-1/+1
| | | | | | |
* | | | | | | cmd/ethereum: fix line editing setup and historyFelix Lange2015-03-101-6/+11
| |_|_|/ / / |/| | | | |
* | | | | | cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig callsFelix Lange2015-03-106-12/+0
| | | | | |
* | | | | | state: fix testsFelix Lange2015-03-101-3/+3
| | | | | |
* | | | | | eth: fix testsFelix Lange2015-03-101-7/+7
| | | | | |
* | | | | | cmd/ethereum: remove "prompter" in identifiersFelix Lange2015-03-101-9/+10
| | | | | |
* | | | | | crypto: delete old key management stuffFelix Lange2015-03-104-492/+0
| | | | | |
* | | | | | cmd/ethereum: unlock accounts on JS REPLFelix Lange2015-03-102-104/+111
| | | | | |
* | | | | | xeth: use Frontend interface to unlock accountsFelix Lange2015-03-102-31/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The interface has moved to package xeth because that's where it is actually used.
* | | | | | cmd/ethereum: allow multiple js filesFelix Lange2015-03-101-5/+5
| | | | | |
* | | | | | accounts: add {Timed,}Unlock, remove SignLockedFelix Lange2015-03-103-57/+56
| | | | | |
* | | | | | Merge ethereum/poc-9 into accounts-integrationFelix Lange2015-03-1084-6213/+25464
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/utils/cmd.go cmd/utils/flags.go core/manager.go eth/backend.go rpc/http/server.go xeth/xeth.go
| * | | | | Max size JSON data. Closes #418obscuren2015-03-101-0/+8
| | | | | |
| * | | | | Updated xeth instances to take extra param for ui.Interfaceobscuren2015-03-096-153/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Please be aware that if any of the instances on xeth.frontend are called the program will crash due to the default, temporarily, frontend interface.
| * | | | | Added ui.Interface to xethobscuren2015-03-092-15/+18
| | | | | |
| * | | | | Merge commit '3deb470b2d07d28040a381722022cdf8867a829a' into poc-9obscuren2015-03-096-1080/+1890
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Squashed 'tests/files/' changes from b9e4e74..e390be4obscuren2015-03-096-1080/+1890
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e390be4 remove deprecated tests e9e8e7b update blockchain tests - correct genesis hash a70dd35 fix genesis hash 35964c9 update uncle tests 82c108f update blocktests - fix LLL in pre state 66f0003 update transactionTests git-subtree-dir: tests/files git-subtree-split: e390be4fb8421fdabea041b7bdaea3b582224f7d
| * | | | | Updated tests and fixed suicideobscuren2015-03-094-1/+23
| | | | | |
| * | | | | Merge commit 'c1cafb56d5da57a44f1d766c5299f11664b93921' into poc-9obscuren2015-03-0911-1893/+1150
| |\| | | |
| | * | | | Squashed 'tests/files/' changes from 05fe945..b9e4e74obscuren2015-03-0911-1893/+1150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b9e4e74 adjust gas prices 6a41300 add dajavi memory tests - OOG because of quadratic memory costs 71d80bd update genesis 72b1b52 add randomTest 4b2a090 Merge branch 'PoC9' into develop fdf7ce0 updated basic blochain test 25c065a Merge pull request #70 from faizkhan00/patch-1 c7e1dac Rename 201501150842LARGE_DATA_IN_CALLCREATE_GOjson to 201501150842LARGE_DATA_IN_CALLCREATE_GO.json REVERT: 05fe945 Added another pow test git-subtree-dir: tests/files git-subtree-split: b9e4e747f01a7b91863ffaa45fd377c251de45aa
| * | | | | Merge commit 'e2c75b0fa17394553b93fe7ddd62c0f6a6441119' into poc-9obscuren2015-03-083-4/+723
| |\| | | |
| | * | | | Squashed 'tests/files/' changes from 15ce2ab..05fe945obscuren2015-03-083-4/+723
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 05fe945 Added another pow test 7cf2f6b uncle header with block number = 1 d65c7a3 Merge remote-tracking branch 'origin/PoC9' into PoC9 8e05ce5 uncle tests 7c8f2b4 Merge branch 'PoC9' of github.com:ethereum/tests into PoC9 83d1f4d fixed git-subtree-dir: tests/files git-subtree-split: 05fe94507b92dbfbfe8c198df33160eaaf9e87fc
| * | | | | ignoreobscuren2015-03-081-3/+2
| | | | | |
| * | | | | ignoreobscuren2015-03-081-0/+3
| | |_|/ / | |/| | |
| * | | | mergeobscuren2015-03-081-8/+6
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge pull request #431 from tgerring/jsonlogsTaylor Gerring2015-03-063-11/+26
| | |\ \ \ | | | | | | | | | | | | Structured logging updates
| | | * | | Added eth.chain.received.new_blockTaylor Gerring2015-03-062-5/+13
| | | | | |
| | | * | | Added eth.chain.new_headTaylor Gerring2015-03-062-6/+13
| | | | | |
| * | | | | removedobscuren2015-03-0816-610/+0
| | | | | |
| * | | | | Merge branch 'poc-9' of github.com-obscure:ethereum/go-ethereum into poc-9obscuren2015-03-081-1/+1
| |\ \ \ \ \
| | * | | | | Fix logger import pathTaylor Gerring2015-03-081-1/+1
| | | | | | |
| * | | | | | updated ethashobscuren2015-03-082-4/+2
| | | | | | |
| * | | | | | Bump vobscuren2015-03-083-3/+3
| | | | | | |
| * | | | | | Updated ethereum.jsobscuren2015-03-081-180/+663
| | | | | | |
| * | | | | | Added deploy scripts from go-buildobscuren2015-03-0716-0/+506
| |/ / / / /
| * | | | | Merge pull request #435 from zsfelfoldi/poc-9Jeffrey Wilcke2015-03-073-0/+3633
| |\ \ \ \ \ | | | | | | | | | | | | | | Natspec + test
| | * | | | | Now using github.com/obscuren/otto, no need for an Ethereum objectFefe2015-03-073-198/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (got rid of some messy code in test)
| | * | | | | Natspec + testFefe2015-03-063-0/+3778
| | | | | | |
| * | | | | | Fixed testsobscuren2015-03-073-9/+11
| | | | | | |
| * | | | | | Separated block db from state db. Partial fix for #416obscuren2015-03-0713-40/+56
| | | | | | |
| * | | | | | Debug option for VM & command line flagobscuren2015-03-065-6/+21
| | | | | | |
| * | | | | | Merge branch 'poc-9' of github.com-obscure:ethereum/go-ethereum into poc-9obscuren2015-03-06126-5679/+9954
| |\| | | | |
| * | | | | | Queued approach to delivering chain eventsobscuren2015-03-064-36/+86
| | | | | | |
| * | | | | | Merge branch 'ethersphere-blockpool3' into poc-9obscuren2015-03-060-0/+0
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'blockpool3' of https://github.com/ethersphere/go-ethereum into ↵obscuren2015-03-060-0/+0
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | ethersphere-blockpool3
| | | * | | | | | fix wonky head section loop; correct status countszelig2015-03-052-24/+33
| | | | | | | | |
| | | * | | | | | Merge remote-tracking branch 'upstream/poc-9' into blockpool3zelig2015-03-059-30/+44
| | | |\ \ \ \ \ \
| | | * | | | | | | use ethash.Verify in blockpoolzelig2015-03-051-2/+1
| | | | | | | | | |
| * | | | | | | | | debug comments & pow handlingobscuren2015-03-063-8/+6
| |/ / / / / / / /
| * | | | | | | | Merge branch 'ethersphere-blockpool2' into poc-9obscuren2015-03-062-24/+33
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'blockpool2' of https://github.com/ethersphere/go-ethereum into ↵obscuren2015-03-062-24/+33
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ethersphere-blockpool2
| | | * | | | | | | | fix wonky head section loop; correct status countszelig2015-03-062-24/+33
| | | | | | | | | | |
| * | | | | | | | | | Spec changes.obscuren2015-03-064-7/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * All errors during state transition result in an invalid tx
| * | | | | | | | | | Merge commit '4e8a9a1cd4a10370fc4a888af0fb2def6f1b961b' into poc-9obscuren2015-03-0635-3914/+18363
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| | * | | | | | | | | Squashed 'tests/files/' changes from 9e3fe72..15ce2abobscuren2015-03-0635-3914/+18363
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 15ce2ab Merge remote-tracking branch 'origin/PoC9' into PoC9 5970b09 add quadratic complexity and performance test 163fa03 more info 560b844 more info a885549 more change 5fed708 one more tiny change 213a2b8 changed test format c20e88b Merge branch 'PoC9' of github.com:ethereum/tests into PoC9 715ed17 Added first ethash test e26a39f update blockchain tests to latest protocol changes 34baee5 poc9 vm tests 20550d9 update block chain test due to difficulty change 597b2b3 increase gasLimit on stateTests 8f573d3 update blockchain tests - 2048 bit logs bloom 06c90e6 typo ef935fc extra data is hex now, for real 81ab5ad extra data is hex now b0aeba8 update blockchain tests f862faf add tx tests 618d724 update state tests 4a989f0 update blockchainII tests ed56e82 add more vm tests 0417655 Merge remote-tracking branch 'origin/PoC9' into PoC9 1f1cf5d update block tests 76b5a8b Fix trie formats. 325dd6d Merge branch 'PoC9' of git://github.com/ethereum/tests into PoC9 a261c5b test3 1d3ab36 again git-subtree-dir: tests/files git-subtree-split: 15ce2ab8e22275e7aa93742cb5f8bc63e4e50db5
| * | | | | | | | | | mergeobscuren2015-03-061-4/+0
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| | * | | | | | | | | Merge pull request #429 from chfast/pr/fix_vm_testsJeffrey Wilcke2015-03-061-4/+0
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix VM tests
| | | * | | | | | | | | Fix VM tests not checkedPaweł Bylica2015-03-051-4/+0
| | | | | | | | | | | |
* | | | | | | | | | | | cmd/utils: delete InitConfig, KeyTasksFelix Lange2015-03-101-40/+0
| | | | | | | | | | | |
* | | | | | | | | | | | cmd/mist: use cli library and package accountsFelix Lange2015-03-106-304/+58
| | | | | | | | | | | |
* | | | | | | | | | | | accounts: add Manager.HasAccount, delete Manager.DefaultFelix Lange2015-03-101-9/+11
| | | | | | | | | | | |
* | | | | | | | | | | | eth: delete unused RpcServer fieldFelix Lange2015-03-101-7/+0
| | | | | | | | | | | |
* | | | | | | | | | | | rpc/http: delete packageFelix Lange2015-03-101-116/+0
| | | | | | | | | | | |
* | | | | | | | | | | | rpc: add dataDir parameter and JSON-RPC handlerFelix Lange2015-03-105-17/+64
| | | | | | | | | | | |
* | | | | | | | | | | | cmd/utils: add NewAppFelix Lange2015-03-102-5/+12
| | | | | | | | | | | |
* | | | | | | | | | | | xeth: don't sign transactions for tx callFelix Lange2015-03-102-27/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should make calls faster and removes interaction with account manager.
* | | | | | | | | | | | core: remove Hash method from Message interfaceFelix Lange2015-03-101-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will simplify the next commmit. Hash was only used for logging.
* | | | | | | | | | | | cmd/blocktest: simplify to fix buildFelix Lange2015-03-102-189/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block tests only need the chain, not all of ethereum.
* | | | | | | | | | | | accounts: don't store address in unlocked and add commentaryFelix Lange2015-03-081-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was suggested during review.
* | | | | | | | | | | | accounts: AccountManager -> ManagerFelix Lange2015-03-086-36/+37
| | | | | | | | | | | |
* | | | | | | | | | | | accounts: prevent early drops and zero keys in memory when droppingFelix Lange2015-03-081-19/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Private keys would be locked early if SignLocked was called more than once because the unlockLater was still running. Terminate it properly.
* | | | | | | | | | | | accounts: fix uses of sync.RWMutexFelix Lange2015-03-081-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RWMutexes must be write-locked when writing in order to actually protect the writes.
* | | | | | | | | | | | accounts: use time.Duration correctlyFelix Lange2015-03-082-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no point to using time.Duration if the value is interpreted as milliseconds. Callers should use the standard multiplication idiom to choose the unit. In fact, the only caller outside of the tests already does so.
* | | | | | | | | | | | accounts: use pointers consistentlyFelix Lange2015-03-083-17/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Account is now always a non-pointer. This will be important once the manager starts remembering accounts. AccountManager is now always a pointer because it contains locks and locks cannot be copied.
* | | | | | | | | | | | cmd/ethereum: add account commandsFelix Lange2015-03-072-34/+93
| | | | | | | | | | | |
* | | | | | | | | | | | accounts, core, eth, xeth: use account manager for everythingFelix Lange2015-03-074-48/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The account manager is now responsible for picking the default account and the coinbase.
* | | | | | | | | | | | Integrate eth_accounts and eth_transact to use new account managerGustav Simonsson2015-03-0610-58/+83
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add from to eth_transact / xeth.Transact and add static pass in lieu of integrating with native Mist window for user passphrase entry * Make eth_accounts return AccountManager.Accounts() * Add a Generate Key menu item in Mist
* | | | | | | | | | | Merge pull request #433 from fjl/newcliFelix Lange2015-03-0664-3145/+6683
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improved CLI
| * | | | | | | | | | | cmd/ethereum: fix JS REPL exit and add support for dumb terminalsFelix Lange2015-03-062-31/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is now possible to exit the REPL using Ctrl-C, Ctrl-D or by typing "exit".
| * | | | | | | | | | | Godeps: add github.com/peterh/linerFelix Lange2015-03-0622-0/+2579
| | | | | | | | | | | |
| * | | | | | | | | | | cmd/ethereum: new JS repl with cross-platform line editingFelix Lange2015-03-067-538/+209
| | | | | | | | | | | |
| * | | | | | | | | | | cmd/ethereum: improve command line interfaceFelix Lange2015-03-0623-272/+3805
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ethereum command line interface is now structured using subcommands. These separate the different tasks it can perform. Almost all flag names are backwards compatible. The key tasks have not been ported to subcommands since they will be replaced by the new accounts infrastructure very soon.
| * | | | | | | | | | | Godeps: delete golang.org/x/net/websocketFelix Lange2015-03-069-2266/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is no longer imported by any package in our tree.
| * | | | | | | | | | | ethutil: remove Config variableFelix Lange2015-03-067-37/+29
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various functions throughout the codebase used it to grab settings. This has to stop because I want to use them without reading the config file. These functions can now be used without reading the config first: * ethdb.NewLDBDatabase * ethrepl.NewJSRepl * vm.New