aboutsummaryrefslogtreecommitdiffstats
path: root/xeth/xeth.go
Commit message (Collapse)AuthorAgeFilesLines
* Default block number changesobscuren2015-03-121-1/+1
|
* Merge branch 'develop' into rpcfrontierobscuren2015-03-111-52/+111
|\ | | | | | | | | | | Conflicts: rpc/api.go rpc/args.go
| * xeth: fix signing transaction after unlockFelix Lange2015-03-101-1/+1
| |
| * xeth: use Frontend interface to unlock accountsFelix Lange2015-03-101-23/+55
| | | | | | | | | | The interface has moved to package xeth because that's where it is actually used.
| * Merge ethereum/poc-9 into accounts-integrationFelix Lange2015-03-101-2/+16
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/utils/cmd.go cmd/utils/flags.go core/manager.go eth/backend.go rpc/http/server.go xeth/xeth.go
| * | xeth: don't sign transactions for tx callFelix Lange2015-03-101-26/+31
| | | | | | | | | | | | | | | This should make calls faster and removes interaction with account manager.
| * | accounts: AccountManager -> ManagerFelix Lange2015-03-081-2/+2
| | |
| * | accounts: use pointers consistentlyFelix Lange2015-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | accounts, core, eth, xeth: use account manager for everythingFelix Lange2015-03-071-6/+12
| | | | | | | | | | | | | | | 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-061-12/+28
| | | | | | | | | | | | | | | | | | | | | * 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
* | | Update response typesTaylor Gerring2015-03-111-0/+15
| | |
* | | wipobscuren2015-03-101-10/+16
|\ \ \ | | |/ | |/|
| * | Added ui.Interface to xethobscuren2015-03-091-1/+14
| | |
| * | Separated block db from state db. Partial fix for #416obscuren2015-03-071-1/+2
| |/
| * GetOrNew for accessors. Fixes #404obscuren2015-03-021-8/+0
| |
* | Undo client_version changesTaylor Gerring2015-03-101-5/+0
| |
* | Increased args test coverageTaylor Gerring2015-03-061-4/+8
| |
* | Refactor & cleanupTaylor Gerring2015-03-061-8/+4
| |
* | Add client_version RPC messageTaylor Gerring2015-03-041-0/+5
|/
* wipobscuren2015-02-261-4/+18
|
* Properly uninstall filters. Mining issue fixed #closes #365obscuren2015-02-231-5/+5
| | | | | | * Added an additional tx state which is used to get the current nonce * Refresh transient state each time a new canonical block is found * Properly uninstall filters. Fixes a possible crash in RPC
* Added eth_logs & fixed issue with manual log filteringobscuren2015-02-221-7/+5
| | | | | | * Implemented `eth_logs` * Fixed issue with `filter.Find()` where logs were appended to an incorrect, non-returned slice resulting in no logs found
* fixed mergeobscuren2015-02-201-0/+11
|\
| * Add setMining RPC methodTaylor Gerring2015-02-201-0/+11
| |
* | Removed exported fields from state object and added proper set/gettersobscuren2015-02-201-3/+3
| |
* | Optimisations and fixed a couple of DDOS issues in the minerobscuren2015-02-201-13/+16
|/
* Changed to ChainEvent and fixed a nil pointer in transactobscuren2015-02-181-2/+1
|
* "centralised" mining to backend. Closes #323obscuren2015-02-171-5/+9
|
* wipobscuren2015-02-131-1/+0
|\
| * cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p APIFelix Lange2015-02-061-1/+0
| |
* | removed messagesobscuren2015-02-131-9/+0
|/
* Removed some VMEnv & Added VmType() to vm.Environmentobscuren2015-02-011-10/+14
|
* Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-301-5/+7
| | | | | * Added RPC methods for whisper * Added whisper example
* Reimplemented message filters for rpc callsobscuren2015-01-291-6/+15
|
* Added RPC "Call" for JS calls to contractsobscuren2015-01-291-0/+28
|
* removed key while in the process of moving to the new key storageobscuren2015-01-291-13/+55
|
* further cleaned up xeth interfaceobscuren2015-01-291-34/+34
|
* clean up of xethobscuren2015-01-291-1/+210
|
* moving to a better xethobscuren2015-01-291-173/+1
|
* Refactored ethutil.Config.Db outobscuren2015-01-071-1/+1
|
* BlockManager => BlockProcessorobscuren2015-01-051-0/+181