Taylor Gerring
719effa7ec
Return error when filter params are not strings
10 years ago
Taylor Gerring
5757f547a6
Allow latest/pending in filter options
10 years ago
obscuren
b523441361
Moved ethutil => common
10 years ago
Taylor Gerring
0932f84383
Fix eth_newBlockFilter
10 years ago
Taylor Gerring
094f921e50
Convert to proper errors
...
Allow returning different JSON RPC error codes depending on error type
10 years ago
obscuren
2273155e7e
Get transaction implemented
...
* Added a GetTransaction to XEth
* Implemented the `eth_getTransactionByHash` RPC method
10 years ago
Taylor Gerring
4418e4ea6a
Should on empty params #466
10 years ago
Taylor Gerring
c2181fdbf2
block&index args unmarshal plus test
10 years ago
Taylor Gerring
90f34ed40a
Rename Topic to Topics
10 years ago
Taylor Gerring
53ac85cfd3
BlockHash must be a string
10 years ago
Taylor Gerring
d465e410ef
TxIndex -> Index
10 years ago
Taylor Gerring
9ce5229ddf
Get transaction via block & index
10 years ago
obscuren
f22684439a
Updated RPC
...
* Added a generic RawMessage deserialiser
* Updated ethereum.js
* Updated coin test app
10 years ago
obscuren
bbe8b18660
Added unmarshalState
10 years ago
Taylor Gerring
3de51f76ee
Allow integers for BlockNumber
...
If parsing fails, fall back to hex decoding
10 years ago
obscuren
a7538d0020
merge
10 years ago
Taylor Gerring
dc7022cd61
Increased args test coverage
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
5da3d911cf
Initial args tests
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
c3deafabda
Update NewTXArgs to accept hex
10 years ago
obscuren
6e50a1e9f5
Filter accepts multiple topics per entry. Fixes #403
10 years ago
Taylor Gerring
21becb0feb
Cleanup RPC packcage
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
03b8c6841b
Topics => Topic. Closes #343
10 years ago
obscuren
7fc9b5b3f9
Changed to ChainEvent and fixed a nil pointer in transact
10 years ago
obscuren
547788b1b0
Added optional address slice. Closes #326
10 years ago
obscuren
16ae675107
Unmarshal in to pointer to string
10 years ago
obscuren
db7c34a9df
Default gas price and default gas for rpc
10 years ago
obscuren
1d519854e2
Propagate known transactions to new peers on connect
10 years ago
obscuren
c03d403437
Added whisper interface for xeth, added examples, updated RPC
...
* Added RPC methods for whisper
* Added whisper example
10 years ago
obscuren
0031f388ac
More dapp samples
...
* Info DApp, coin DApp
* Additional rpc methods
10 years ago
obscuren
6488a392a3
Reimplemented message filters for rpc calls
10 years ago
obscuren
84adf77bf3
Added RPC "Call" for JS calls to contracts
10 years ago
obscuren
6d012f628b
implement transact
10 years ago
obscuren
ec85458612
updated ethereum.js and moved to subfolder
...
* Previous subtree caused a lot of trouble
* Implemented sha3 in our shiny new http JSON RPC
10 years ago
Taylor Gerring
a6d4ce2630
Move argument types to separate file
10 years ago
Taylor Gerring
499bc404e8
Stub missing UnmarshalJSON methods
10 years ago
Taylor Gerring
a81d835e4d
cleanup
10 years ago
Taylor Gerring
961e4da7d8
Add support for CodeAt
10 years ago
Taylor Gerring
b178414a47
Added license headers
10 years ago
Taylor Gerring
b2112729fa
cleanup
10 years ago
Taylor Gerring
32bed50ba1
begin conversion to rpc over http
...
Per specification at
https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC
10 years ago
obscuren
0ed1a8b50a
ethpipe => xeth (eXtended ETHereum)
10 years ago
obscuren
b1c247231b
ethlog => logger
10 years ago
obscuren
29b8a0bc5f
Updated the VM & VM tests
...
* Stack Error shouldn't revert to previous state
* Updated VM Test tool
* Added Transfer method to VM Env
10 years ago
obscuren
10b252dd05
WIP RPC interface
10 years ago
Cayman Nava
7dacd7eb78
add pushtx to api
...
Previously the software assumed use of an internal private key for use in all broadcasted transactions. This addition lets nodes relay pre-signed transactions originating from sources other than the node itself.
10 years ago