Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | accounts: AccountManager -> Manager | Felix Lange | 2015-03-08 | 1 | -0/+1 |
| | |||||
* | Integrate eth_accounts and eth_transact to use new account manager | Gustav Simonsson | 2015-03-06 | 1 | -2/+2 |
| | | | | | | | * 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 | ||||
* | Clean up REPL | obscuren | 2015-03-04 | 2 | -128/+12 |
| | |||||
* | merge | obscuren | 2015-03-04 | 1 | -15/+0 |
|\ | |||||
| * | Filter accepts multiple topics per entry. Fixes #403 | obscuren | 2015-03-02 | 1 | -15/+0 |
| | | |||||
* | | fixed pow stuff | obscuren | 2015-03-04 | 1 | -5/+5 |
|/ | |||||
* | Removed some methods from the JS REPL | obscuren | 2015-03-01 | 2 | -50/+10 |
| | |||||
* | cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestions | Felix Lange | 2015-02-07 | 1 | -9/+2 |
| | |||||
* | cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API | Felix Lange | 2015-02-06 | 1 | -2/+10 |
| | |||||
* | Added RPC "Call" for JS calls to contracts | obscuren | 2015-01-29 | 1 | -2/+1 |
| | |||||
* | removed key while in the process of moving to the new key storage | obscuren | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'jsonrpc' into qt5.4 | obscuren | 2015-01-29 | 2 | -11/+11 |
|\ | |||||
| * | further cleaned up xeth interface | obscuren | 2015-01-29 | 2 | -11/+11 |
| | | |||||
* | | merge jsonrpc | obscuren | 2015-01-29 | 1 | -9/+1 |
|\| | |||||
| * | moving to a better xeth | obscuren | 2015-01-29 | 1 | -9/+1 |
| | | |||||
* | | updated messages | obscuren | 2015-01-28 | 1 | -28/+16 |
|/ | |||||
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 1 | -5/+4 |
| | |||||
* | Fixed bug where logging could crash client during tx adding | obscuren | 2015-01-03 | 1 | -20/+10 |
| | |||||
* | Switched to new trie | obscuren | 2014-12-24 | 1 | -4/+4 |
| | |||||
* | Merge branch 'develop' into poc8 | obscuren | 2014-12-18 | 1 | -0/+18 |
|\ | |||||
| * | moved err check | obscuren | 2014-12-17 | 1 | -0/+18 |
| | | |||||
* | | adapt javascript pkg to new backend, use SuggestPeer | zelig | 2014-12-15 | 2 | -3/+3 |
|/ | |||||
* | states moved to chain | obscuren | 2014-12-11 | 1 | -1/+1 |
| | |||||
* | Renamed State => StateDB | obscuren | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -3/+3 |
| | |||||
* | Begin of moving objects to types package | obscuren | 2014-11-18 | 1 | -1/+2 |
| | | | | | * Block(s) * Transaction(s) | ||||
* | StateManager => BlockManager | obscuren | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | ethstate => state | obscuren | 2014-10-31 | 2 | -4/+4 |
| | |||||
* | ethpipe => xeth (eXtended ETHereum) | obscuren | 2014-10-31 | 2 | -14/+14 |
| | |||||
* | Moved utils to cmd | obscuren | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | ethlog => logger | obscuren | 2014-10-31 | 1 | -2/+2 |
| | |||||
* | Moved ethchain to chain | obscuren | 2014-10-31 | 1 | -3/+3 |
| | |||||
* | javascript: remove unused quit channel | Felix Lange | 2014-10-29 | 1 | -7/+1 |
| | | | | This fixes the hang in JSRE.Stop. | ||||
* | events should be set prior to calling mainloop | obscuren | 2014-10-27 | 1 | -4/+4 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 2 | -12/+12 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Updated to reflect BlockChain changes | obscuren | 2014-10-20 | 1 | -2/+2 |
| | |||||
* | Updated to reflect the Filter changes in eth-go | obscuren | 2014-10-18 | 1 | -2/+2 |
| | |||||
* | Merge pull request #138 from erezwanderman/fixwindows | Jeffrey Wilcke | 2014-10-17 | 1 | -1/+3 |
|\ | | | | | Fix ethereum compilation and functioning on Windows. | ||||
| * | Fix ethereum compilation and functioning on Windows. | Erez Wanderman | 2014-10-15 | 1 | -1/+3 |
| | | | | | | | | | | repl console output is now colored. repl "exit" command now works. | ||||
* | | adapt to new event package | Felix Lange | 2014-10-15 | 1 | -23/+12 |
|/ | |||||
* | Stack info | obscuren | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | Minor visual updates | obscuren | 2014-09-18 | 1 | -0/+4 |
| | |||||
* | Rename and changed peer window | obscuren | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | Implementing new wallet views | obscuren | 2014-08-18 | 1 | -3/+3 |
| | |||||
* | Switched over to ethpipe | obscuren | 2014-08-16 | 2 | -32/+16 |
| | |||||
* | Moving over to ethpipe | obscuren | 2014-08-15 | 1 | -31/+1 |
| | |||||
* | Got rid of warnings and updated storage getters | obscuren | 2014-08-15 | 1 | -1/+1 |
| | |||||
* | Json types | obscuren | 2014-08-14 | 1 | -11/+13 |
| | |||||
* | Moved JSRE to it's own package for sharing between ethere(um/al) | obscuren | 2014-08-11 | 3 | -0/+489 |