- Mar 09, 2015
-
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
This should make calls faster and removes interaction with account manager.
-
Felix Lange authored
This will simplify the next commmit. Hash was only used for logging.
-
Felix Lange authored
block tests only need the chain, not all of ethereum.
-
- Mar 08, 2015
-
-
Felix Lange authored
This was suggested during review.
-
Felix Lange authored
-
Felix Lange authored
Private keys would be locked early if SignLocked was called more than once because the unlockLater was still running. Terminate it properly.
-
- Mar 07, 2015
-
-
Felix Lange authored
RWMutexes must be write-locked when writing in order to actually protect the writes.
-
Felix Lange authored
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.
-
Felix Lange authored
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.
-
Felix Lange authored
-
Felix Lange authored
The account manager is now responsible for picking the default account and the coinbase.
-
- Mar 06, 2015
-
-
Gustav Simonsson authored
* 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
-
Felix Lange authored
Improved CLI
-
Felix Lange authored
Godeps: bump github.com/ethereum/ethash
-
Felix Lange authored
This fixes the build.
-
Felix Lange authored
It is now possible to exit the REPL using Ctrl-C, Ctrl-D or by typing "exit".
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
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.
-
Felix Lange authored
It is no longer imported by any package in our tree.
-
Felix Lange authored
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
-
- Mar 05, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
https://github.com/tendermint/ethermintJeffrey Wilcke authored
Merge branch 'develop_pull_request' of https://github.com/tendermint/ethermint into tendermint-develop_pull_request
-
Jeffrey Wilcke authored
Add initial implementation of block tests
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jae Kwon authored
-
- Mar 04, 2015
-
-
Alexandre Van de Sande authored
-
Gustav Simonsson authored
* Add blocktest cmd and support for block tests files in tests/BlockTests , the launched node does not connect to network, resets state with a genesis block from the test file and starts the RPC API
-
Alexandre Van de Sande authored
-