991993357c
DRY up the use of fromHex and put it in ethutil
2015-03-14 11:39:35 +01:00
b663e8b29a
Merge branch 'rpcfrontier' into develop
2015-03-13 16:36:27 +01:00
f1fcda4f2f
Implemented managed state
...
* Reimplemented nonce management for known accounts.
2015-03-13 16:29:04 +01:00
cda88ce31a
Implemented a manage state for keeping track of nonces
2015-03-13 14:37:54 +01:00
d4ed66c83d
Add web3_clientVersion
2015-03-12 19:20:46 -05:00
2273155e7e
Get transaction implemented
...
* Added a GetTransaction to XEth
* Implemented the `eth_getTransactionByHash` RPC method
2015-03-12 15:59:07 +01:00
d7b5a87b3b
miner: provide coinbase when starting the miner
...
This avoids having to query the coinbase when creating the miner, which
in turn eliminates the dreaded startup error when no accounts are set
up. Later, this will also allow us to simply restart the miner when the
user picks a different coinbase.
This causes a lot of changes in other packages. These are included in
this commit because they're impossible to separate.
2015-03-11 23:43:27 +01:00
c01d4c2f4c
Lowered default gas price and increased default gas limit
2015-03-11 17:36:35 +01:00
e8d1b622d9
Default block number changes
2015-03-11 17:00:20 +01:00
7e0ccc9de5
Merge branch 'develop' into rpcfrontier
...
Conflicts:
rpc/api.go
rpc/args.go
2015-03-11 01:08:42 +01:00
3d6519e45b
Update response types
2015-03-10 12:52:45 -05:00
0f67f1e9de
xeth: fix signing transaction after unlock
2015-03-10 14:55:00 +01:00
395da0e7c1
xeth: use Frontend interface to unlock accounts
...
The interface has moved to package xeth because that's where it is
actually used.
2015-03-10 02:00:06 +01:00
9bf513e993
Merge ethereum/poc-9 into accounts-integration
...
Conflicts:
cmd/utils/cmd.go
cmd/utils/flags.go
core/manager.go
eth/backend.go
rpc/http/server.go
xeth/xeth.go
2015-03-09 23:25:46 +01:00
b4fa94c4b1
xeth: don't sign transactions for tx call
...
This should make calls faster and removes interaction
with account manager.
2015-03-09 23:08:46 +01:00
8560004f38
wip
2015-03-09 17:55:01 +01:00
9723191b19
Undo client_version changes
2015-03-09 11:04:38 -05:00
738d6e20f2
Added ui.Interface to xeth
2015-03-09 13:49:14 +01:00
fb53a9362e
accounts: AccountManager -> Manager
2015-03-08 01:58:35 +01:00
fda7b4c79d
accounts: use pointers consistently
...
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.
2015-03-08 00:18:13 +01:00
d66f93cecd
accounts, core, eth, xeth: use account manager for everything
...
The account manager is now responsible for picking the
default account and the coinbase.
2015-03-07 12:38:33 +01:00
cd856cb213
Separated block db from state db. Partial fix for #416
2015-03-06 18:26:16 +01:00
dc7022cd61
Increased args test coverage
2015-03-06 09:54:08 -06:00
bc45e5c6de
Integrate eth_accounts and eth_transact to use new account manager
...
* 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
2015-03-06 13:10:42 +00:00
ef9d825cfa
Refactor & cleanup
2015-03-05 21:37:45 -06:00
c92e48ce3f
Add client_version RPC message
2015-03-04 07:54:10 -06:00
ac88ae86a3
GetOrNew for accessors. Fixes #404
2015-03-01 19:07:38 +01:00
5ab0eaa06d
wip
2015-02-26 11:14:54 +01:00
b2a225a52e
Properly uninstall filters. Mining issue fixed #closes #365
...
* 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
2015-02-23 15:43:41 +01:00
483d96a89d
Added eth_logs & fixed issue with manual log filtering
...
* Implemented `eth_logs`
* Fixed issue with `filter.Find()` where logs were appended to an
incorrect, non-returned slice resulting in no logs found
2015-02-22 13:12:01 +01:00
75625801f5
fixed merge
2015-02-20 15:18:07 +01:00
ea9a549bbd
Removed exported fields from state object and added proper set/getters
2015-02-20 14:19:34 +01:00
fa4cbad315
Optimisations and fixed a couple of DDOS issues in the miner
2015-02-19 22:33:22 +01:00
a59cd94625
Add setMining RPC method
2015-02-19 18:58:15 +01:00
7fc9b5b3f9
Changed to ChainEvent and fixed a nil pointer in transact
2015-02-17 22:20:47 +01:00
8135752a32
"centralised" mining to backend. Closes #323
2015-02-17 12:24:58 +01:00
76fa75b394
wip
2015-02-13 15:35:54 +01:00
38faf2c51a
removed messages
2015-02-12 17:06:15 +01:00
56f777b2fc
cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API
2015-02-06 00:03:59 +01:00
d52878c744
Removed some VMEnv & Added VmType() to vm.Environment
2015-02-01 15:29:57 +01:00
c03d403437
Added whisper interface for xeth, added examples, updated RPC
...
* Added RPC methods for whisper
* Added whisper example
2015-01-30 13:25:12 +01:00
6488a392a3
Reimplemented message filters for rpc calls
2015-01-29 16:52:00 +01:00
84adf77bf3
Added RPC "Call" for JS calls to contracts
2015-01-29 13:10:34 +01:00
cebb149f5c
removed key while in the process of moving to the new key storage
2015-01-28 20:50:09 +01:00
872b249711
further cleaned up xeth interface
2015-01-28 18:36:23 +01:00
1146f25015
clean up of xeth
2015-01-28 18:25:50 +01:00
7f638f0b2d
moving to a better xeth
2015-01-28 18:14:28 +01:00
fed3e6a808
Refactored ethutil.Config.Db out
2015-01-07 13:17:48 +01:00
c1dee15144
BlockManager => BlockProcessor
2015-01-05 00:18:44 +01:00