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
obscuren
fa4cbad315
Optimisations and fixed a couple of DDOS issues in the miner
10 years ago
Taylor Gerring
a59cd94625
Add setMining RPC method
10 years ago
Taylor Gerring
605dd3a982
Add serpent compilation to RPC
10 years ago
Taylor Gerring
dba4f3122e
Added uninstall filter methods
10 years ago
obscuren
03b8c6841b
Topics => Topic. Closes #343
10 years ago
obscuren
26d58e0446
Forgot to add the case for logs. Closes #336
10 years ago
obscuren
7fc9b5b3f9
Changed to ChainEvent and fixed a nil pointer in transact
10 years ago
obscuren
13c00afc68
Implement register and watchTx
10 years ago
obscuren
09e53367a2
Use a mutex write-lock for a write operation
10 years ago
obscuren
c64852dbcc
pending / chain event
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
af927ffdaf
Added whisper messages
...
* have identity & get messages
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
9022f5034f
default values removed
10 years ago
obscuren
0031f388ac
More dapp samples
...
* Info DApp, coin DApp
* Additional rpc methods
10 years ago
Taylor Gerring
89a48e365c
Cleanup
10 years ago
obscuren
6488a392a3
Reimplemented message filters for rpc calls
10 years ago
obscuren
ddf17d93ac
Samples and disams cmd for evm code
10 years ago
obscuren
84adf77bf3
Added RPC "Call" for JS calls to contracts
10 years ago
obscuren
b5918a1faa
removed create
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
obscuren
cebb149f5c
removed key while in the process of moving to the new key storage
10 years ago
obscuren
872b249711
further cleaned up xeth interface
10 years ago
obscuren
7f638f0b2d
moving to a better xeth
10 years ago
Taylor Gerring
d790229a33
Move HTTP transport to sub package of RPC
10 years ago
Taylor Gerring
215780ab56
Move GetRequestReply to EthereumApi
...
Off of jsonWrapper
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
obscuren
b0ae61c652
Removed the "Get" part
10 years ago
obscuren
4bd6003b7f
removed pub completely in favour of pipe
10 years ago
obscuren
1f9894c084
Old code removed and renamed amount to balance
10 years ago
zelig
dabaa4cce0
change all modified calls to ethtrie, ethutil and ethcrypto functions
11 years ago