obscuren
2273155e7e
Get transaction implemented
...
* Added a GetTransaction to XEth
* Implemented the `eth_getTransactionByHash` RPC method
10 years ago
Taylor Gerring
21fca93852
Output filter ID as hex
10 years ago
Taylor Gerring
704914be08
Check for existance of key before delete
10 years ago
Taylor Gerring
70f6f2af07
shh_uninstallFilter
10 years ago
obscuren
c01d4c2f4c
Lowered default gas price and increased default gas limit
10 years ago
obscuren
e8d1b622d9
Default block number changes
10 years ago
Taylor Gerring
90f34ed40a
Rename Topic to Topics
10 years ago
Taylor Gerring
9e89c803f1
Get Uncles
10 years ago
Taylor Gerring
d465e410ef
TxIndex -> Index
10 years ago
Taylor Gerring
9ce5229ddf
Get transaction via block & index
10 years ago
Taylor Gerring
499f816e30
Output hex should be prepended with 0x
10 years ago
obscuren
ce595b9266
fallback
10 years ago
obscuren
35841e5190
id to hex
10 years ago
obscuren
f22684439a
Updated RPC
...
* Added a generic RawMessage deserialiser
* Updated ethereum.js
* Updated coin test app
10 years ago
Taylor Gerring
3d6519e45b
Update response types
10 years ago
Felix Lange
a11f1d6a7e
rpc: add dataDir parameter and JSON-RPC handler
10 years ago
Felix Lange
b4fa94c4b1
xeth: don't sign transactions for tx call
...
This should make calls faster and removes interaction
with account manager.
10 years ago
obscuren
a7538d0020
merge
10 years ago
Taylor Gerring
9723191b19
Undo client_version changes
10 years ago
Taylor Gerring
fb23a0cfe0
Remove support for compiling serpent
10 years ago
obscuren
20741a96ac
Updated xeth instances to take extra param for ui.Interface
...
Please be aware that if any of the instances on xeth.frontend are called
the program will crash due to the default, temporarily, frontend
interface.
10 years ago
obscuren
cd856cb213
Separated block db from state db. Partial fix for #416
10 years ago
Gustav Simonsson
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
10 years ago
Taylor Gerring
03dc760ca0
Tidy
10 years ago
Taylor Gerring
ef9d825cfa
Refactor & cleanup
10 years ago
Taylor Gerring
9f5e9eb38d
Resolve storage/storageat
10 years ago
Taylor Gerring
a6599404e4
Revert to hex response
10 years ago
Taylor Gerring
0d8d51084f
Final name changes
10 years ago
Taylor Gerring
90ceb5218c
Update RPC methods
...
Re-order to match spec and explicitly list unimplemented methods
10 years ago
Taylor Gerring
9b0f00baf3
Output net_peerCount as hex
10 years ago
Taylor Gerring
93141f4b6d
Return block number as hex
10 years ago
Taylor Gerring
c3deafabda
Update NewTXArgs to accept hex
10 years ago
Taylor Gerring
c92e48ce3f
Add client_version RPC message
10 years ago
Taylor Gerring
fb2488235a
Remove defunct calls
10 years ago
Taylor Gerring
540c79e6ad
Rename "net" methods
10 years ago
obscuren
a1c830cd3c
Defautl block
10 years ago
obscuren
5ab0eaa06d
wip
10 years ago
Taylor Gerring
9e0ab22dd0
Stub defaultBlock methods
10 years ago
Taylor Gerring
2e3a6e2559
Consolidate related items
10 years ago
Taylor Gerring
43acad81b3
Rename files
10 years ago
Taylor Gerring
21becb0feb
Cleanup RPC packcage
10 years ago
Taylor Gerring
1e919a5e97
Move amounts to global vars
10 years ago
Taylor Gerring
2a7ca69a82
Fix duplicate leading 0x
10 years ago
Taylor Gerring
4142708d9d
Convert gas values to integers
...
Fixes #370
10 years ago
obscuren
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
10 years ago
Taylor Gerring
6fd894aae0
Allow zero and negative block numbers
...
0 is genesis block. Xeth recognises -1 as current
10 years ago
obscuren
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
10 years ago
obscuren
cb7cd03919
unlock mutex
10 years ago
obscuren
66d5559866
Fixed chain event issue
10 years ago
obscuren
982f73fa6d
Added timeout for filter & removed clipboard. Closes #350
10 years ago