aboutsummaryrefslogtreecommitdiffstats
path: root/xeth/xeth.go
Commit message (Expand)AuthorAgeFilesLines
* Removed some commentsobscuren2015-03-211-2/+1
* mergeobscuren2015-03-201-16/+308
|\
| * Merge branch 'rpcxeth' into rpcfrontierTaylor Gerring2015-03-201-16/+308
| |\
| | * Move Account register to xethTaylor Gerring2015-03-201-0/+36
| | * Move transact gas check to XEthTaylor Gerring2015-03-201-4/+14
| | * Reorg for clarityTaylor Gerring2015-03-201-7/+29
| | * Move gas defaults to XEthTaylor Gerring2015-03-201-5/+5
| | * Move stateAt func to XEthTaylor Gerring2015-03-201-0/+18
| | * Reorg filter logic to XEthTaylor Gerring2015-03-201-1/+204
| |/
* | mergeobscuren2015-03-191-8/+8
|\|
| * DRY up the use of toHex in the project and move it to commonMaran2015-03-161-13/+13
* | conversions. -compilable-obscuren2015-03-181-27/+23
|/
* Moved ethutil => commonobscuren2015-03-161-28/+28
* DRY up the use of fromHex and put it in ethutilMaran2015-03-141-13/+13
* Merge branch 'rpcfrontier' into developobscuren2015-03-131-0/+1
|\
| * Add web3_clientVersionTaylor Gerring2015-03-131-0/+1
* | Implemented managed stateobscuren2015-03-131-2/+2
* | Implemented a manage state for keeping track of noncesobscuren2015-03-131-1/+1
|/
* Get transaction implementedobscuren2015-03-121-4/+9
* miner: provide coinbase when starting the minerFelix Lange2015-03-121-12/+11
* Lowered default gas price and increased default gas limitobscuren2015-03-121-7/+13
* Default block number changesobscuren2015-03-121-1/+1
* Merge branch 'develop' into rpcfrontierobscuren2015-03-111-52/+111
|\
| * xeth: fix signing transaction after unlockFelix Lange2015-03-101-1/+1
| * xeth: use Frontend interface to unlock accountsFelix Lange2015-03-101-23/+55
| * Merge ethereum/poc-9 into accounts-integrationFelix Lange2015-03-101-2/+16
| |\
| * | xeth: don't sign transactions for tx callFelix Lange2015-03-101-26/+31
| * | accounts: AccountManager -> ManagerFelix Lange2015-03-081-2/+2
| * | accounts: use pointers consistentlyFelix Lange2015-03-081-1/+1
| * | accounts, core, eth, xeth: use account manager for everythingFelix Lange2015-03-071-6/+12
| * | Integrate eth_accounts and eth_transact to use new account managerGustav Simonsson2015-03-061-12/+28
* | | 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 eth_logs & fixed issue with manual log filteringobscuren2015-02-221-7/+5
* 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
* 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