c7dc379da5
GetBlockByHashArgs
2015-03-26 10:14:52 +01:00
7e1e264375
Don't return empty block for "pending" #568
2015-03-26 09:24:07 +01:00
7e4c488717
Fixed storage. Closes #516
2015-03-26 00:42:35 +01:00
2b93843d86
Improve protocol version reporting
2015-03-25 12:09:55 +01:00
d41341f77d
WithState -> withState
2015-03-24 17:58:16 +01:00
82b5a8af49
DRY up height logic
2015-03-24 17:49:37 +01:00
865f31018b
Shuffle
2015-03-24 17:45:31 +01:00
2106a63d60
Move Frontend interface to separate file
2015-03-24 16:42:33 +01:00
65d553d367
Update internal calls to use CurrentBlock()
2015-03-24 16:34:28 +01:00
59b6b619a2
Don't expose backend directly
2015-03-24 16:33:37 +01:00
b9b7442b74
Remove redundant fields
2015-03-24 16:08:18 +01:00
ad420d099a
rename eth to backend
2015-03-24 16:01:44 +01:00
6d41402dce
Backend no longer needed to resolve import cycle
2015-03-24 15:36:39 +01:00
e954c24af0
Implement RPC net_version
2015-03-23 18:06:05 +01:00
0330077d76
moved state and vm to core
2015-03-23 16:59:09 +01:00
5707912e2f
"pending" convention should be -2 instead of 0
2015-03-23 16:36:12 +01:00
91a2275ad3
Move RemoteAgent to miner pkg
2015-03-23 11:21:41 +01:00
439481d177
Rename Agent to RemoteAgent
2015-03-23 11:14:42 +01:00
ab6311c1bd
Move remote mining agent to XEth
2015-03-23 09:35:42 +01:00
82956df523
Get work / submit work partially implemented.
...
* WIP missing arguments for submitting new work
* GetWork **done**
2015-03-22 15:38:01 +01:00
ce862ee758
Removed some comments
2015-03-21 14:51:45 +01:00
a59bb053f4
merge
2015-03-20 16:02:01 +01:00
28e1971272
Merge branch 'rpcxeth' into rpcfrontier
...
Conflicts:
rpc/api.go
2015-03-20 15:25:43 +01:00
efcc93e7da
Move Account register to xeth
2015-03-20 14:12:07 +01:00
aa3918efa7
Move transact gas check to XEth
2015-03-20 07:13:29 +01:00
b56e20be27
Reorg for clarity
2015-03-20 00:24:23 -04:00
754160afea
Move gas defaults to XEth
2015-03-20 00:23:48 -04:00
19360c0079
Move stateAt func to XEth
2015-03-19 23:28:45 -04:00
6c04c19eb4
Reorg filter logic to XEth
2015-03-19 22:58:07 -04:00
f9a6038f5b
merge
2015-03-18 18:23:37 +01:00
0a1eeca41e
conversions. -compilable-
2015-03-18 13:00:01 +01:00
7330c97b5b
DRY up the use of toHex in the project and move it to common
2015-03-16 16:56:11 +01:00
b523441361
Moved ethutil => common
2015-03-16 11:27:38 +01:00
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