obscuren
c59c826ab4
fixed stack level
10 years ago
obscuren
4415a5bc68
updated coin
10 years ago
obscuren
3f4c1aaf01
info => debug
10 years ago
obscuren
98f970ba59
Updated example for new ethereum.js
10 years ago
obscuren
8b32f79445
Removed full path
10 years ago
obscuren
c38a3b4cc7
Better error reporting in the console. Updated ethereum.js
10 years ago
obscuren
ce595b9266
fallback
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
obscuren
a1c830cd3c
Defautl block
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
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
fa4cbad315
Optimisations and fixed a couple of DDOS issues in the miner
10 years ago
obscuren
7fc9b5b3f9
Changed to ChainEvent and fixed a nil pointer in transact
10 years ago
obscuren
567428fb34
Filter and mutex locks added
10 years ago
obscuren
84f7c966f7
Moved ECIES to repo & added secondary title for webview
...
* ECIES moved from obscuren to ethereum
* Added html META[name=badge] to reflect menuItem.secondaryTitle
10 years ago
obscuren
6a7b0ef904
Updated coin.js abi
10 years ago
obscuren
bde3ff16ad
merge
10 years ago
obscuren
3f6baa45a7
Documented methods & removed old manifest
10 years ago
obscuren
df49c609a0
updated coin
10 years ago
obscuren
16a04e64f2
Updated coin
10 years ago
obscuren
e40c1c62ce
API changed to use Pubkey only. Reflected that change in the rest of the api
10 years ago
obscuren
9d2166a964
wip
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
obscuren
7bd2fbe2b1
Fixed whisper "to" filtering. Closes #283
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
54927dc0e0
Fixed issue with Storage()
...
* Storage() returned encoded values. They are now decode prior to hexing
* Removed old code from state object
* Updated coin
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
obscuren
ddf17d93ac
Samples and disams cmd for evm code
10 years ago
obscuren
f75dcc7f4c
Added abi example
10 years ago