obscuren
4feb5f6f9c
xeth, miner: updated some logging
10 years ago
zsfelfoldi
e2d333d209
NatSpec contracts in genesis block, end to end test (unfinished)
10 years ago
zsfelfoldi
3136bae4a5
NatSpec, URL register storage retrieval
...
fixed 2/3 tests
10 years ago
Péter Szilágyi
1a4cfc173e
whisper, xeth/whisper, ui/qt/qwhispe: fix API polish breakages
10 years ago
Péter Szilágyi
f8a4cd7ec1
xeth/whisper, ui/qt/qwhisper: fix API update breaks.
10 years ago
Péter Szilágyi
b2b1241dd7
cmd/mist: fix #640 , panic converting nil recipient to hex.
...
Fetching the recipient address from a transaction was changed to return nil
instead of a zero-address, but this code path was not updated, so whenever
a contract was created, a nil panic occured.
10 years ago
obscuren
8d059e54f1
Updated xeth logger
10 years ago
obscuren
a9959805e5
Removed from as a requirement and changed
...
Removed the from as a requiremet from the RPC eth_call. Xeth#Call now
also default values to:
1. Supplied account
2. First account if any
3. No managed account => 000000..00
10 years ago
obscuren
2e2860e4df
Make sure mist runs ... :-)
10 years ago
obscuren
1c872ddf4b
Changed how logs are being recorded
...
Logs are now recorded per transactions instead of tossing them out after
each transaction. This should also fix an issue with
`eth_getFilterLogs` (#629 ) Also now implemented are the `transactionHash,
blockHash, transactionIndex, logIndex` on logs. Closes #654 .
10 years ago
obscuren
7b6a8cc9ae
Fixed pending states
10 years ago
Taylor Gerring
9bdf0b655d
Fix RLP decoding of tx metadata
10 years ago
obscuren
1e28b424e7
Default gas
10 years ago
obscuren
55b1c1546b
Moved to function
10 years ago
Taylor Gerring
81de8ed091
Format code as hexdata
10 years ago
obscuren
0f3bf7ef4d
Fixes for balance
10 years ago
obscuren
4391c38215
Changed getters on account objects. Closes #610
...
* GetCode
* GetNonce
* GetStorage
* GetBalance
10 years ago
Taylor Gerring
101ea1a1e8
Make inner size before assinging. Closes #615
10 years ago
Bas van Kervel
1559bd9e1b
changed big.Int instantiation
10 years ago
Bas van Kervel
6605d00d92
Frontier/513
10 years ago
Taylor Gerring
86ba7432a9
txMeta storage as struct
10 years ago
Taylor Gerring
40ea466200
Store and retrieve tx context metadata #608
...
Improving this in the future will allow for cleaning up a bit of legacy
code.
10 years ago
Taylor Gerring
43d521e90e
Decouple core from rpc
10 years ago
Taylor Gerring
2788fb4ce5
More explicit formatting for protocol version
10 years ago
Taylor Gerring
e29396b691
Use ExtraDB for storage. Fixes #577
10 years ago
zelig
b375bbee5f
settable etherbase
...
- etherbase flag for block reward destination
- coinbase => etherbase
- CLI- eth Config -> eth, xeth -> RPC / Miner
- use primary instead of coinbase as the unlock magic wildcard
- accounts: firstAddr/Coinbase -> Primary
10 years ago
Taylor Gerring
2c5a32ebbc
Undo XEth changes
10 years ago
Taylor Gerring
49a912ce33
Undo xeth changes
10 years ago
Taylor Gerring
c7dc379da5
GetBlockByHashArgs
10 years ago
Taylor Gerring
7e1e264375
Don't return empty block for "pending" #568
10 years ago
obscuren
7e4c488717
Fixed storage. Closes #516
10 years ago
Taylor Gerring
2b93843d86
Improve protocol version reporting
10 years ago
Taylor Gerring
d41341f77d
WithState -> withState
10 years ago
Taylor Gerring
82b5a8af49
DRY up height logic
10 years ago
Taylor Gerring
865f31018b
Shuffle
10 years ago
Taylor Gerring
2106a63d60
Move Frontend interface to separate file
10 years ago
Taylor Gerring
65d553d367
Update internal calls to use CurrentBlock()
10 years ago
Taylor Gerring
59b6b619a2
Don't expose backend directly
10 years ago
Taylor Gerring
b9b7442b74
Remove redundant fields
10 years ago
Taylor Gerring
ad420d099a
rename eth to backend
10 years ago
Taylor Gerring
6d41402dce
Backend no longer needed to resolve import cycle
10 years ago
Taylor Gerring
e954c24af0
Implement RPC net_version
10 years ago
obscuren
0330077d76
moved state and vm to core
10 years ago
Taylor Gerring
5707912e2f
"pending" convention should be -2 instead of 0
10 years ago
Taylor Gerring
91a2275ad3
Move RemoteAgent to miner pkg
10 years ago
Taylor Gerring
439481d177
Rename Agent to RemoteAgent
10 years ago
Taylor Gerring
01c0ba22ae
Add DAG seed hash and difficulty to GetWork
10 years ago
Taylor Gerring
ab6311c1bd
Move remote mining agent to XEth
10 years ago
obscuren
82956df523
Get work / submit work partially implemented.
...
* WIP missing arguments for submitting new work
* GetWork **done**
10 years ago
obscuren
ce862ee758
Removed some comments
10 years ago