Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core/types: use common.{Hash,Address} in for transactions | Felix Lange | 2015-03-17 | 2 | -68/+26 |
| | |||||
* | Merge branch 'conversion' of https://github.com/ethereum/go-ethereum | Felix Lange | 2015-03-17 | 6 | -37/+75 |
|\ | |||||
| * | block conversion | obscuren | 2015-03-17 | 6 | -37/+75 |
| | | |||||
* | | crypto: add Sha3Hash | Felix Lange | 2015-03-17 | 1 | -1/+10 |
|/ | |||||
* | conversion state | obscuren | 2015-03-17 | 6 | -36/+40 |
| | |||||
* | Getters shouldn't need to be pointer receiver | obscuren | 2015-03-16 | 1 | -8/+7 |
| | |||||
* | undo | obscuren | 2015-03-16 | 5 | -90/+68 |
| | |||||
* | compilable trie (tests fail) | obscuren | 2015-03-16 | 6 | -71/+90 |
| | |||||
* | Added functions to Hash & Address | obscuren | 2015-03-16 | 1 | -1/+37 |
| | | | | | * Set, SetString, SetBytes * StringTo*, BytesTo* | ||||
* | Added ToString methods | obscuren | 2015-03-16 | 1 | -3/+6 |
| | |||||
* | new type + additional methods | obscuren | 2015-03-16 | 7 | -62/+107 |
| | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 116 | -604/+610 |
| | |||||
* | updated godep ethash | obscuren | 2015-03-16 | 2 | -4/+6 |
| | |||||
* | moved to detail | obscuren | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | cleaning up unused code | obscuren | 2015-03-15 | 5 | -108/+0 |
| | |||||
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-03-15 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: README.md | ||||
| * | Linux build links | obscuren | 2015-03-15 | 1 | -3/+5 |
| | | |||||
* | | Linux build links | obscuren | 2015-03-15 | 1 | -3/+5 |
|/ | |||||
* | removed seed hash | obscuren | 2015-03-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'fjl-block-tests' into develop | obscuren | 2015-03-15 | 7 | -20/+346 |
|\ | |||||
| * | merge | obscuren | 2015-03-15 | 7 | -20/+346 |
|/| | |||||
| * | cmd/ethereum: add blocktest command | Felix Lange | 2015-03-14 | 2 | -0/+67 |
| | | |||||
| * | eth: add ResetWithGenesisBlock | Felix Lange | 2015-03-14 | 1 | -4/+11 |
| | | | | | | | | This depends on a change in ethash which exposes UpdateCache. | ||||
| * | eth: add hook for database creation | Felix Lange | 2015-03-14 | 1 | -2/+10 |
| | | |||||
| * | cmd/utils: GetEthereum -> MakeEthConfig | Felix Lange | 2015-03-14 | 3 | -12/+16 |
| | | | | | | | | | | This allows changing the config before starting Ethereum with it. | ||||
| * | tests: add helper functions for block tests | Felix Lange | 2015-03-14 | 1 | -0/+240 |
| | | |||||
| * | core/types: make Block.{ParentHash,SeedHash,MixDigest} []byte | Felix Lange | 2015-03-14 | 1 | -3/+3 |
| | | | | | | | | There is no reason to keep them as ethutil.Bytes. | ||||
* | | Increased filter ticker time to 5 minutes | obscuren | 2015-03-15 | 1 | -2/+2 |
| | | |||||
* | | Updated ethash | obscuren | 2015-03-14 | 30 | -597/+1254 |
| | | |||||
* | | POW fixes | obscuren | 2015-03-14 | 4 | -12/+1 |
| | | |||||
* | | typo | obscuren | 2015-03-14 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'rpcfrontier' into develop | obscuren | 2015-03-14 | 1 | -1/+7 |
|\ \ | |||||
| * | | Return null coinbase when accounts not created | Taylor Gerring | 2015-03-14 | 1 | -1/+7 |
| | | | | | | | | | | | | Was previously returning nonsensical “0x” | ||||
* | | | Improved errors. Closes #475 | obscuren | 2015-03-14 | 2 | -7/+5 |
| | | | |||||
* | | | Merge pull request #481 from maran/feature/fromHexDry | Jeffrey Wilcke | 2015-03-14 | 11 | -91/+76 |
|\ \ \ | | | | | | | | | DRY-up the use of fromHex in the project | ||||
| * | | | Support for addresses with or without 0x. Fixes #472 | Maran | 2015-03-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | DRY up the use of fromHex and put it in ethutil | Maran | 2015-03-14 | 10 | -90/+75 |
|/ / / | |||||
* | | | GetBlockByNumber now properly looks for a number in the database | obscuren | 2015-03-14 | 1 | -28/+33 |
| | | | |||||
* | | | more tests for remote update | obscuren | 2015-03-14 | 1 | -0/+8 |
| | | | |||||
* | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-03-14 | 2 | -3529/+13 |
|\ \ \ | |||||
| * \ \ | Merge pull request #467 from ethersphere/frontier/natspec | Jeffrey Wilcke | 2015-03-13 | 2 | -3529/+13 |
| |\ \ \ | | | | | | | | | | | NatSpec integration | ||||
| | * | | | include new minified natspec with RE fix; fix test for the improved error ↵ | zelig | 2015-03-12 | 2 | -3529/+13 |
| | | |/ | | |/| | | | | | | | | | messages | ||||
* | | | | Return proper error | obscuren | 2015-03-14 | 4 | -1/+7 |
| | | | | |||||
* | | | | Make remote dominant | obscuren | 2015-03-14 | 2 | -7/+48 |
|/ / / | |||||
* | | | Merge branch 'rpcfrontier' into develop | obscuren | 2015-03-13 | 7 | -119/+201 |
|\ \ \ | | |/ | |/| | |||||
| * | | Rename db_put db_get | Taylor Gerring | 2015-03-13 | 1 | -2/+4 |
| | | | |||||
| * | | Consolidate error type switch | Taylor Gerring | 2015-03-13 | 1 | -14/+2 |
| | | | |||||
| * | | Fix eth_newBlockFilter | Taylor Gerring | 2015-03-13 | 2 | -6/+15 |
| | | | |||||
| * | | Add web3_clientVersion | Taylor Gerring | 2015-03-13 | 3 | -7/+11 |
| | | | |||||
| * | | Convert to proper errors | Taylor Gerring | 2015-03-13 | 5 | -104/+183 |
| | | | | | | | | | | | | Allow returning different JSON RPC error codes depending on error type | ||||
* | | | Implemented managed state | obscuren | 2015-03-13 | 4 | -24/+90 |
| | | | | | | | | | | | | * Reimplemented nonce management for known accounts. | ||||
* | | | Implemented a manage state for keeping track of nonces | obscuren | 2015-03-13 | 3 | -6/+63 |
| | | | |||||
* | | | Bump protocol version 58 | obscuren | 2015-03-13 | 1 | -1/+1 |
| | | | |||||
* | | | Increased genesis gas & gas floor limit to 3141592 | obscuren | 2015-03-13 | 2 | -4/+3 |
| | | | |||||
* | | | Changed context and ADDMOD, MULMOD | obscuren | 2015-03-13 | 6 | -24/+44 |
| | | | | | | | | | | | | | | | * Cleaned up VM execution. VM run now takes a context * ADDMOD/MULMOD - removed incorrect cast | ||||
* | | | more obvious failure for ethtest | obscuren | 2015-03-13 | 4 | -10/+9 |
| | | | |||||
* | | | Merge commit '6051345bc9ab8ccf74a49c43342771e0c2cba588' into develop | obscuren | 2015-03-13 | 14 | -0/+1003 |
|\ \ \ | |||||
| * | | | Squashed 'tests/files/' changes from d6c987f..0749546 | obscuren | 2015-03-13 | 14 | -0/+1003 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0749546 random fails a153865 random fails git-subtree-dir: tests/files git-subtree-split: 074954630f43e97f0769997d175511a00a47cc9d | ||||
* | | | | Merge branch 'rpcfrontier' into develop | obscuren | 2015-03-13 | 2 | -4/+5 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Fix arg names in tests | Taylor Gerring | 2015-03-13 | 1 | -3/+3 |
| | | | | |||||
| * | | | #469 | Taylor Gerring | 2015-03-13 | 1 | -1/+2 |
| | | | | |||||
* | | | | Removed some of that gas pre pay magic | obscuren | 2015-03-13 | 6 | -56/+53 |
| | | | | |||||
* | | | | Merge commit '3ff7a627d1921be0aeacdd8eb2853ba4537487eb' into develop | obscuren | 2015-03-13 | 1 | -0/+71 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Squashed 'tests/files/' changes from 9e19ff9..d6c987f | obscuren | 2015-03-13 | 1 | -0/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | d6c987f go failure git-subtree-dir: tests/files git-subtree-split: d6c987feed635976ce26b14b9be88289d0ef50d4 | ||||
* | | | | run all test | obscuren | 2015-03-13 | 1 | -6/+0 |
| | | | | |||||
* | | | | fixed ethtest | obscuren | 2015-03-13 | 4 | -13/+21 |
| | | | | |||||
* | | | | Merge commit '412e8b0e377bd89fc8fc858bd09c89deee805c1e' into develop | obscuren | 2015-03-13 | 16 | -3/+932 |
|\| | | | |||||
| * | | | Squashed 'tests/files/' changes from dbdd0f8..9e19ff9 | obscuren | 2015-03-13 | 16 | -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 fail | obscuren | 2015-03-13 | 1 | -0/+5 |
| | | | | |||||
* | | | | Changed to big.Int.Not | obscuren | 2015-03-13 | 1 | -10/+7 |
| |/ / |/| | | |||||
* | | | Update path to web3 library | Taylor Gerring | 2015-03-12 | 1 | -1/+1 |
| | | | |||||
* | | | Update ethereum.js | Taylor Gerring | 2015-03-12 | 45 | -6328/+3 |
| | | | | | | | | | | | | Added to git modules | ||||
* | | | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into ↵ | obscuren | 2015-03-12 | 0 | -0/+0 |
|\ \ \ | | | | | | | | | | | | | rpcfrontier | ||||
| * \ \ | Merge branch 'develop' into rpcfrontier | Taylor Gerring | 2015-03-12 | 28 | -462/+2568356 |
| |\ \ \ | |||||
* | | | | | Get transaction implemented | obscuren | 2015-03-12 | 3 | -10/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Added a GetTransaction to XEth * Implemented the `eth_getTransactionByHash` RPC method | ||||
* | | | | | Merge branch 'develop' into rpcfrontier | obscuren | 2015-03-12 | 33 | -475/+2568387 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-03-12 | 3 | -11/+9 |
| |\| | | | |||||
| | * | | | Merge pull request #460 from tgerring/ethutil | Felix Lange | 2015-03-12 | 3 | -11/+9 |
| | |\ \ \ | | | |_|/ | | |/| | | Move MakeName to ethutil | ||||
| | | * | | Move MakeName to ethutil | Taylor Gerring | 2015-03-12 | 3 | -11/+9 |
| | | | | | |||||
| * | | | | Add additional extra database for non-protocol related data | obscuren | 2015-03-12 | 5 | -13/+31 |
| |/ / / | | | | | | | | | | | | | * Add transaction to extra database after a successful block process | ||||
| * | | | updated rnd vm test => state test | obscuren | 2015-03-12 | 2 | -30/+91 |
| | | | | |||||
| * | | | Merge commit '92c6150199395eea6c9893b631cc990e3ff72a33' into develop | obscuren | 2015-03-12 | 23 | -421/+2568256 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Squashed 'tests/files/' changes from e390be4..dbdd0f8 | obscuren | 2015-03-12 | 23 | -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 #466 | Taylor Gerring | 2015-03-12 | 2 | -1/+46 |
| | | | | |||||
* | | | | Output filter ID as hex | Taylor Gerring | 2015-03-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | Check for existance of key before delete | Taylor Gerring | 2015-03-12 | 1 | -1/+4 |
| | | | | |||||
* | | | | Merge branch 'develop' into rpcfrontier | obscuren | 2015-03-12 | 9 | -100/+80 |
|\| | | | |||||
| * | | | Changed V to byte. Closes #456 | obscuren | 2015-03-12 | 1 | -4/+4 |
| | | | | |||||
| * | | | Merge pull request #462 from fjl/miner-coinbase | Jeffrey Wilcke | 2015-03-12 | 8 | -96/+76 |
| |\ \ \ | | | | | | | | | | | miner: provide coinbase when starting the miner | ||||
| | * | | | cmd/ethereum: remove extra check for 'no accounts' error | Felix Lange | 2015-03-12 | 1 | -9/+2 |
| | | | | | | | | | | | | | | | | | | | | This error can no longer be returned from eth.New. | ||||
| | * | | | miner: provide coinbase when starting the miner | Felix Lange | 2015-03-12 | 8 | -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_uninstallFilter | Taylor Gerring | 2015-03-12 | 1 | -1/+11 |
| | | | | |||||
* | | | | block&index args unmarshal plus test | Taylor Gerring | 2015-03-12 | 2 | -0/+96 |
|/ / / | |||||
* | / | Comment out broken test (return type does not exist) | Taylor Gerring | 2015-03-12 | 1 | -4/+5 |
| |/ |/| | |||||
* | | Merge branch 'fjl-unencrypted-keys' into develop | obscuren | 2015-03-12 | 2 | -16/+29 |
|\ \ | |||||
| * | | merge | obscuren | 2015-03-12 | 2 | -16/+29 |
|/| | | |||||
| * | | cmd/ethereum: add a flag to switch to unencrytped keystore | Felix Lange | 2015-03-11 | 2 | -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 develop | obscuren | 2015-03-12 | 19 | -1881/+3180 |
|\ \ \ | |||||
| * | | | Lowered default gas price and increased default gas limit | obscuren | 2015-03-12 | 3 | -10/+17 |
| | | | | |||||
| * | | | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into ↵ | obscuren | 2015-03-12 | 4 | -15/+56 |
| |\ \ \ | | | | | | | | | | | | | | | | rpcfrontier | ||||
| | * | | | Rename Topic to Topics | Taylor Gerring | 2015-03-11 | 3 | -7/+7 |
| | | | | | |||||
| | * | | | Get Uncles | Taylor Gerring | 2015-03-11 | 1 | -1/+36 |
| | | | | | |||||
| | * | | | BlockHash must be a string | Taylor Gerring | 2015-03-11 | 1 | -1/+6 |
| | | | | | |||||
| | * | | | TxIndex -> Index | Taylor Gerring | 2015-03-11 | 3 | -6/+7 |
| | | | | | |||||
| * | | | | Default block number changes | obscuren | 2015-03-12 | 2 | -45/+27 |
| | | | | | |||||
| * | | | | Changed logging to use internal logger | obscuren | 2015-03-11 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | Improved error reporting and removed commented code | obscuren | 2015-03-11 | 2 | -43/+7 |
| | | | | | |||||
| * | | | | Reverted global | obscuren | 2015-03-11 | 2 | -8/+3 |
| | | | | | |||||
| * | | | | Use the state to up the balance of the coinbase | obscuren | 2015-03-11 | 1 | -2/+6 |
| |/ / / | |||||
| * | | | Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontier | Taylor Gerring | 2015-03-11 | 45 | -1566/+848 |
| |\ \ \ | |||||
| | * | | | Merge branch 'develop' into rpcfrontier | obscuren | 2015-03-11 | 1 | -6/+3 |
| | |\| | | |||||
| | * | | | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into ↵ | obscuren | 2015-03-11 | 4 | -34/+64 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | rpcfrontier | ||||
| | * \ \ \ | Merge branch 'develop' into rpcfrontier | obscuren | 2015-03-11 | 42 | -1558/+841 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: rpc/api.go rpc/args.go | ||||
| | * | | | | | fallback | obscuren | 2015-03-11 | 3 | -2/+4 |
| | | | | | | | |||||
| * | | | | | | Get transaction via block & index | Taylor Gerring | 2015-03-11 | 2 | -0/+37 |
| | | | | | | | |||||
| * | | | | | | Nil check block | Taylor Gerring | 2015-03-11 | 1 | -0/+4 |
| | |_|/ / / | |/| | | | | |||||
| * | | | | | Output hex should be prepended with 0x | Taylor Gerring | 2015-03-11 | 3 | -34/+36 |
| | | | | | | |||||
| * | | | | | Left-pad odd length hex inputs and tests | Taylor Gerring | 2015-03-11 | 2 | -0/+28 |
| |/ / / / | |||||
| * | | | | id to hex | obscuren | 2015-03-11 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into ↵ | obscuren | 2015-03-11 | 5 | -11/+318 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpcfrontier Conflicts: rpc/args.go | ||||
| | * | | | | Update response types | Taylor Gerring | 2015-03-11 | 4 | -6/+312 |
| | | | | | | |||||
| | * | | | | Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontier | Taylor Gerring | 2015-03-11 | 22 | -2039/+2095 |
| | |\ \ \ \ | |||||
| | * | | | | | Allow integers for BlockNumber | Taylor Gerring | 2015-03-10 | 1 | -6/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | If parsing fails, fall back to hex decoding | ||||
| * | | | | | | Updated RPC | obscuren | 2015-03-11 | 5 | -135/+151 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added a generic RawMessage deserialiser * Updated ethereum.js * Updated coin test app | ||||
| * | | | | | Added unmarshalState | obscuren | 2015-03-10 | 3 | -1017/+1510 |
| | | | | | | |||||
| * | | | | | Merge branch 'develop' into rpcfrontier | obscuren | 2015-03-10 | 19 | -1022/+585 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | merge | obscuren | 2015-03-10 | 2 | -18/+15 |
| | | | | | | |||||
| * | | | | | wip | obscuren | 2015-03-10 | 413 | -2191255/+57399 |
| |\ \ \ \ \ | |||||
| * | | | | | | Undo client_version changes | Taylor Gerring | 2015-03-10 | 7 | -19/+14 |
| | | | | | | | |||||
| * | | | | | | Remove support for compiling serpent | Taylor Gerring | 2015-03-09 | 1 | -16/+2 |
| | | | | | | | |||||
| * | | | | | | Increased args test coverage | Taylor Gerring | 2015-03-06 | 4 | -56/+393 |
| | | | | | | | |||||
| * | | | | | | Initial args tests | Taylor Gerring | 2015-03-06 | 2 | -13/+138 |
| | | | | | | | |||||
| * | | | | | | Add web3_sha3 test | Taylor Gerring | 2015-03-06 | 1 | -0/+18 |
| | | | | | | | |||||
| * | | | | | | Tidy | Taylor Gerring | 2015-03-06 | 3 | -62/+58 |
| | | | | | | | |||||
| * | | | | | | Refactor & cleanup | Taylor Gerring | 2015-03-06 | 5 | -657/+543 |
| | | | | | | | |||||
| * | | | | | | Resolve storage/storageat | Taylor Gerring | 2015-03-06 | 3 | -16/+24 |
| | | | | | | | |||||
| * | | | | | | Revert to hex response | Taylor Gerring | 2015-03-06 | 1 | -4/+3 |
| | | | | | | | |||||
| * | | | | | | Final name changes | Taylor Gerring | 2015-03-06 | 1 | -8/+9 |
| | | | | | | | |||||
| * | | | | | | Update RPC methods | Taylor Gerring | 2015-03-05 | 1 | -84/+115 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-order to match spec and explicitly list unimplemented methods | ||||
| * | | | | | | Output 0x0 instead of 0x | Taylor Gerring | 2015-03-05 | 1 | -1/+6 |
| | | | | | | | |||||
| * | | | | | | Output net_peerCount as hex | Taylor Gerring | 2015-03-04 | 1 | -1/+2 |
| | | | | | | | |||||
| * | | | | | | Return block number as hex | Taylor Gerring | 2015-03-04 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Update NewTXArgs to accept hex | Taylor Gerring | 2015-03-04 | 2 | -21/+28 |
| | | | | | | | |||||
| * | | | | | | Add client_version RPC message | Taylor Gerring | 2015-03-04 | 3 | -1/+11 |
| | | | | | | | |||||
| * | | | | | | Move p2p.MakeName to ethutil.MakeVersion | Taylor Gerring | 2015-03-03 | 4 | -13/+8 |
| | | | | | | | |||||
| * | | | | | | Remove defunct calls | Taylor Gerring | 2015-03-02 | 1 | -62/+30 |
| | | | | | | | |||||
| * | | | | | | Rename "net" methods | Taylor Gerring | 2015-03-02 | 1 | -4/+4 |
| | | | | | | | |||||
* | | | | | | | Check length of timestring before taking slice | Taylor Gerring | 2015-03-11 | 1 | -1/+6 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Use ECDSA instead of elliptic | obscuren | 2015-03-11 | 1 | -6/+3 |
| |_|_|/ / |/| | | | | |||||
* | | | | | don't log whisper start ups | obscuren | 2015-03-11 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-03-11 | 0 | -0/+0 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge pull request #447 from fjl/accounts-integration | Jeffrey Wilcke | 2015-03-11 | 42 | -1569/+803 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | Accounts integration | ||||
* | | | | | | Merge branch 'fjl-accounts-integration' into develop | obscuren | 2015-03-11 | 0 | -0/+0 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Merge branch 'accounts-integration' of https://github.com/fjl/go-ethereum ↵ | obscuren | 2015-03-10 | 38 | -1545/+701 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | into fjl-accounts-integration | ||||
* | \ \ \ \ \ | Merge branch origin/develop into accounts-integration | Felix Lange | 2015-03-11 | 19 | -1021/+577 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/blocktest/main.go cmd/mist/debugger.go cmd/utils/cmd.go | ||||
| * | | | | | | Merge pull request #449 from Gustav-Simonsson/add_blockchain_tests2 | Jeffrey Wilcke | 2015-03-10 | 3 | -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 node | Gustav Simonsson | 2015-03-10 | 3 | -3/+31 |
| | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | removed debugger | obscuren | 2015-03-10 | 5 | -436/+1 |
| | | | | | | | |||||
| * | | | | | | Fixed error message. Closes #448 | obscuren | 2015-03-10 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'poc-9' into develop | obscuren | 2015-03-10 | 5 | -138/+199 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| | * | | | | | Merge pull request #438 from ethersphere/poc9/cli | Jeffrey Wilcke | 2015-03-10 | 2 | -35/+49 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Poc9/cli (exportchain) | ||||
| | | * | | | | | version output | zelig | 2015-03-08 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make version output more verbose - include NetworkId - go version and os not displayed like env vars (confusing) | ||||
| | | * | | | | | add export blockchain subcommand, remove BlockDo | zelig | 2015-03-08 | 2 | -30/+42 |
| | | | | | | | | |||||
| | * | | | | | | Merge pull request #437 from ethersphere/poc9/natspec | Jeffrey Wilcke | 2015-03-10 | 3 | -103/+150 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [WIP] Poc9/natspec | ||||
| | | * | | | | | | rename constructor New | zelig | 2015-03-08 | 2 | -2/+3 |
| | | | | | | | | | |||||
| | | * | | | | | | natspec for poc-9 | zelig | 2015-03-08 | 3 | -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 develop | obscuren | 2015-03-10 | 383 | -2191073/+56919 |
| |\| | | | | | | |||||
| | * | | | | | | Right pad zeros. Closes #446 | obscuren | 2015-03-10 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | reworked stack | obscuren | 2015-03-10 | 6 | -442/+352 |
| | | | | | | | | |||||
| | * | | | | | | wip | obscuren | 2015-03-10 | 1 | -7/+6 |
| | | |/ / / / | | |/| | | | | |||||
* | | | | | | | cmd/utils: improve CLI help templates | Felix Lange | 2015-03-10 | 1 | -0/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Help for a specific command now shows available subcommands. | ||||
* | | | | | | | cmd/ethereum: show some help before prompting for encryption passphrase | Felix Lange | 2015-03-10 | 1 | -0/+3 |
| | | | | | | | |||||
* | | | | | | | Godeps: bump github.com/codegangsta/cli | Felix Lange | 2015-03-10 | 5 | -11/+42 |
| | | | | | | | |||||
* | | | | | | | cmd/ethereum: show more helpful message if no accounts exist | Felix Lange | 2015-03-10 | 3 | -9/+23 |
| | | | | | | | |||||
* | | | | | | | eth: return account errors directly | Felix Lange | 2015-03-10 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | cmd/utils: remove extra space in fatal error message | Felix Lange | 2015-03-10 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | accounts: return ErrNoKeys if key directory does not exist | Felix Lange | 2015-03-10 | 1 | -2/+7 |
| | | | | | | | |||||
* | | | | | | | xeth: fix signing transaction after unlock | Felix Lange | 2015-03-10 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | cmd/ethereum: fix line editing setup and history | Felix Lange | 2015-03-10 | 1 | -6/+11 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig calls | Felix Lange | 2015-03-10 | 6 | -12/+0 |
| | | | | | | |||||
* | | | | | | state: fix tests | Felix Lange | 2015-03-10 | 1 | -3/+3 |
| | | | | | | |||||
* | | | | | | eth: fix tests | Felix Lange | 2015-03-10 | 1 | -7/+7 |
| | | | | | | |||||
* | | | | | | cmd/ethereum: remove "prompter" in identifiers | Felix Lange | 2015-03-10 | 1 | -9/+10 |
| | | | | | | |||||
* | | | | | | crypto: delete old key management stuff | Felix Lange | 2015-03-10 | 4 | -492/+0 |
| | | | | | | |||||
* | | | | | | cmd/ethereum: unlock accounts on JS REPL | Felix Lange | 2015-03-10 | 2 | -104/+111 |
| | | | | | | |||||
* | | | | | | xeth: use Frontend interface to unlock accounts | Felix Lange | 2015-03-10 | 2 | -31/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The interface has moved to package xeth because that's where it is actually used. | ||||
* | | | | | | cmd/ethereum: allow multiple js files | Felix Lange | 2015-03-10 | 1 | -5/+5 |
| | | | | | | |||||
* | | | | | | accounts: add {Timed,}Unlock, remove SignLocked | Felix Lange | 2015-03-10 | 3 | -57/+56 |
| | | | | | | |||||
* | | | | | | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 84 | -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 #418 | obscuren | 2015-03-10 | 1 | -0/+8 |
| | | | | | | |||||
| * | | | | | Updated xeth instances to take extra param for ui.Interface | obscuren | 2015-03-09 | 6 | -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 xeth | obscuren | 2015-03-09 | 2 | -15/+18 |
| | | | | | | |||||
| * | | | | | Merge commit '3deb470b2d07d28040a381722022cdf8867a829a' into poc-9 | obscuren | 2015-03-09 | 6 | -1080/+1890 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Squashed 'tests/files/' changes from b9e4e74..e390be4 | obscuren | 2015-03-09 | 6 | -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 suicide | obscuren | 2015-03-09 | 4 | -1/+23 |
| | | | | | | |||||
| * | | | | | Merge commit 'c1cafb56d5da57a44f1d766c5299f11664b93921' into poc-9 | obscuren | 2015-03-09 | 11 | -1893/+1150 |
| |\| | | | | |||||
| | * | | | | Squashed 'tests/files/' changes from 05fe945..b9e4e74 | obscuren | 2015-03-09 | 11 | -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-9 | obscuren | 2015-03-08 | 3 | -4/+723 |
| |\| | | | | |||||
| | * | | | | Squashed 'tests/files/' changes from 15ce2ab..05fe945 | obscuren | 2015-03-08 | 3 | -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 | ||||
| * | | | | | ignore | obscuren | 2015-03-08 | 1 | -3/+2 |
| | | | | | | |||||
| * | | | | | ignore | obscuren | 2015-03-08 | 1 | -0/+3 |
| | |_|/ / | |/| | | | |||||
| * | | | | merge | obscuren | 2015-03-08 | 1 | -8/+6 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Merge pull request #431 from tgerring/jsonlogs | Taylor Gerring | 2015-03-06 | 3 | -11/+26 |
| | |\ \ \ | | | | | | | | | | | | | Structured logging updates | ||||
| | | * | | | Added eth.chain.received.new_block | Taylor Gerring | 2015-03-06 | 2 | -5/+13 |
| | | | | | | |||||
| | | * | | | Added eth.chain.new_head | Taylor Gerring | 2015-03-06 | 2 | -6/+13 |
| | | | | | | |||||
| * | | | | | removed | obscuren | 2015-03-08 | 16 | -610/+0 |
| | | | | | | |||||
| * | | | | | Merge branch 'poc-9' of github.com-obscure:ethereum/go-ethereum into poc-9 | obscuren | 2015-03-08 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix logger import path | Taylor Gerring | 2015-03-08 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | updated ethash | obscuren | 2015-03-08 | 2 | -4/+2 |
| | | | | | | | |||||
| * | | | | | | Bump v | obscuren | 2015-03-08 | 3 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | Updated ethereum.js | obscuren | 2015-03-08 | 1 | -180/+663 |
| | | | | | | | |||||
| * | | | | | | Added deploy scripts from go-build | obscuren | 2015-03-07 | 16 | -0/+506 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #435 from zsfelfoldi/poc-9 | Jeffrey Wilcke | 2015-03-07 | 3 | -0/+3633 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Natspec + test | ||||
| | * | | | | | Now using github.com/obscuren/otto, no need for an Ethereum object | Fefe | 2015-03-07 | 3 | -198/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (got rid of some messy code in test) | ||||
| | * | | | | | Natspec + test | Fefe | 2015-03-06 | 3 | -0/+3778 |
| | | | | | | | |||||
| * | | | | | | Fixed tests | obscuren | 2015-03-07 | 3 | -9/+11 |
| | | | | | | | |||||
| * | | | | | | Separated block db from state db. Partial fix for #416 | obscuren | 2015-03-07 | 13 | -40/+56 |
| | | | | | | | |||||
| * | | | | | | Debug option for VM & command line flag | obscuren | 2015-03-06 | 5 | -6/+21 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'poc-9' of github.com-obscure:ethereum/go-ethereum into poc-9 | obscuren | 2015-03-06 | 126 | -5679/+9954 |
| |\| | | | | | |||||
| * | | | | | | Queued approach to delivering chain events | obscuren | 2015-03-06 | 4 | -36/+86 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'ethersphere-blockpool3' into poc-9 | obscuren | 2015-03-06 | 0 | -0/+0 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'blockpool3' of https://github.com/ethersphere/go-ethereum into ↵ | obscuren | 2015-03-06 | 0 | -0/+0 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ethersphere-blockpool3 | ||||
| | | * | | | | | | fix wonky head section loop; correct status counts | zelig | 2015-03-05 | 2 | -24/+33 |
| | | | | | | | | | |||||
| | | * | | | | | | Merge remote-tracking branch 'upstream/poc-9' into blockpool3 | zelig | 2015-03-05 | 9 | -30/+44 |
| | | |\ \ \ \ \ \ | |||||
| | | * | | | | | | | use ethash.Verify in blockpool | zelig | 2015-03-05 | 1 | -2/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | debug comments & pow handling | obscuren | 2015-03-06 | 3 | -8/+6 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Merge branch 'ethersphere-blockpool2' into poc-9 | obscuren | 2015-03-06 | 2 | -24/+33 |
| |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'blockpool2' of https://github.com/ethersphere/go-ethereum into ↵ | obscuren | 2015-03-06 | 2 | -24/+33 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ethersphere-blockpool2 | ||||
| | | * | | | | | | | | fix wonky head section loop; correct status counts | zelig | 2015-03-06 | 2 | -24/+33 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Spec changes. | obscuren | 2015-03-06 | 4 | -7/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * All errors during state transition result in an invalid tx | ||||
| * | | | | | | | | | | Merge commit '4e8a9a1cd4a10370fc4a888af0fb2def6f1b961b' into poc-9 | obscuren | 2015-03-06 | 35 | -3914/+18363 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | |||||
| | * | | | | | | | | | Squashed 'tests/files/' changes from 9e3fe72..15ce2ab | obscuren | 2015-03-06 | 35 | -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 | ||||
| * | | | | | | | | | | merge | obscuren | 2015-03-06 | 1 | -4/+0 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | | | |||||
| | * | | | | | | | | | Merge pull request #429 from chfast/pr/fix_vm_tests | Jeffrey Wilcke | 2015-03-06 | 1 | -4/+0 |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix VM tests | ||||
| | | * | | | | | | | | | Fix VM tests not checked | Paweł Bylica | 2015-03-05 | 1 | -4/+0 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | cmd/utils: delete InitConfig, KeyTasks | Felix Lange | 2015-03-10 | 1 | -40/+0 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | cmd/mist: use cli library and package accounts | Felix Lange | 2015-03-10 | 6 | -304/+58 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | accounts: add Manager.HasAccount, delete Manager.Default | Felix Lange | 2015-03-10 | 1 | -9/+11 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | eth: delete unused RpcServer field | Felix Lange | 2015-03-10 | 1 | -7/+0 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | rpc/http: delete package | Felix Lange | 2015-03-10 | 1 | -116/+0 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | rpc: add dataDir parameter and JSON-RPC handler | Felix Lange | 2015-03-10 | 5 | -17/+64 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | cmd/utils: add NewApp | Felix Lange | 2015-03-10 | 2 | -5/+12 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | xeth: don't sign transactions for tx call | Felix Lange | 2015-03-10 | 2 | -27/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should make calls faster and removes interaction with account manager. | ||||
* | | | | | | | | | | | | core: remove Hash method from Message interface | Felix Lange | 2015-03-10 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will simplify the next commmit. Hash was only used for logging. | ||||
* | | | | | | | | | | | | cmd/blocktest: simplify to fix build | Felix Lange | 2015-03-10 | 2 | -189/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block tests only need the chain, not all of ethereum. | ||||
* | | | | | | | | | | | | accounts: don't store address in unlocked and add commentary | Felix Lange | 2015-03-08 | 1 | -8/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was suggested during review. | ||||
* | | | | | | | | | | | | accounts: AccountManager -> Manager | Felix Lange | 2015-03-08 | 6 | -36/+37 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | accounts: prevent early drops and zero keys in memory when dropping | Felix Lange | 2015-03-08 | 1 | -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.RWMutex | Felix Lange | 2015-03-08 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RWMutexes must be write-locked when writing in order to actually protect the writes. | ||||
* | | | | | | | | | | | | accounts: use time.Duration correctly | Felix Lange | 2015-03-08 | 2 | -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. |