aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/types.go
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into rpcfrontierobscuren2015-03-111-2/+2
|\ | | | | | | | | | | Conflicts: rpc/api.go rpc/args.go
| * Integrate eth_accounts and eth_transact to use new account managerGustav Simonsson2015-03-061-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
* | wipobscuren2015-03-101-19/+1
|\|
| * Clean up REPLobscuren2015-03-041-4/+1
| |
| * Filter accepts multiple topics per entry. Fixes #403obscuren2015-03-021-15/+0
| |
* | Increased args test coverageTaylor Gerring2015-03-061-1/+1
| |
* | Refactor & cleanupTaylor Gerring2015-03-061-1/+1
|/
* removed key while in the process of moving to the new key storageobscuren2015-01-291-1/+1
|
* Merge branch 'jsonrpc' into qt5.4obscuren2015-01-291-9/+9
|\
| * further cleaned up xeth interfaceobscuren2015-01-291-9/+9
| |
* | merge jsonrpcobscuren2015-01-291-9/+1
|\|
| * moving to a better xethobscuren2015-01-291-9/+1
| |
* | updated messagesobscuren2015-01-281-28/+16
|/
* Fixed bug where logging could crash client during tx addingobscuren2015-01-031-20/+10
|
* Switched to new trieobscuren2014-12-241-4/+4
|
* adapt javascript pkg to new backend, use SuggestPeerzelig2014-12-151-1/+1
|
* ethstate => stateobscuren2014-10-311-2/+2
|
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-311-11/+11
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-5/+5
| | | | mist, etheruem have been moved to cmd/
* Updated to reflect the Filter changes in eth-goobscuren2014-10-181-2/+2
|
* Minor visual updatesobscuren2014-09-181-0/+4
|
* Implementing new wallet viewsobscuren2014-08-181-3/+3
|
* Switched over to ethpipeobscuren2014-08-161-16/+12
|
* Moving over to ethpipeobscuren2014-08-151-31/+1
|
* Json typesobscuren2014-08-141-11/+13
|
* Moved JSRE to it's own package for sharing between ethere(um/al)obscuren2014-08-111-0/+170