Felix Lange
6a7e02fc9f
rpc/http: delete package
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
676a0de58d
Max size JSON data. Closes #418
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
obscuren
6e50a1e9f5
Filter accepts multiple topics per entry. Fixes #403
10 years ago
Taylor Gerring
cfe0370280
Remove Websockets RPC transport
10 years ago
Taylor Gerring
ea0517b539
Report RPC listening address in logs
10 years ago
Taylor Gerring
f6e821fd33
Add flag to set RPC port
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
c8e9abff53
Remove errParseRequest
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
Fabian Vogelsteller
3fcdafebc2
topics fix
10 years ago
Taylor Gerring
4142708d9d
Convert gas values to integers
...
Fixes #370
10 years ago
obscuren
7c510109cd
skipping test
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
bba85a2074
Added Number to logs
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
0057bb4ef6
WIP QT Clipboard
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
547788b1b0
Added optional address slice. Closes #326
10 years ago
Felix Lange
bb346a3ae1
rpc/ws: switch to golang.org/x/net
...
code.google.com/p/go.net is deprecated and will cause
problems in future versions of Go.
10 years ago
obscuren
7299eb72e0
HTTP RPC only listen on localhost
10 years ago
obscuren
09e53367a2
Use a mutex write-lock for a write operation
10 years ago
obscuren
16ae675107
Unmarshal in to pointer to string
10 years ago
Taylor Gerring
d613bf69bf
#295 Allow RPC ID to be string
10 years ago
obscuren
0fa6927171
Moved log message to detail output
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
65158d39b0
Filtering
10 years ago