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
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
f75dcc7f4c
Added abi example
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
f80fe97763
removed old js yet again
10 years ago
obscuren
cbf1d07073
default http rpc on
10 years ago
obscuren
adda54ac55
Added webengine initializer
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
obscuren
fb7c03ff4d
switched to obscuren/qml
10 years ago
obscuren
9a11a94894
Updated assets & moved messages
10 years ago
obscuren
85d20cd61b
Added big numbers
10 years ago
obscuren
cb47a9e97f
new ethereum.js
10 years ago
obscuren
ad5894e486
removed old ethereum.js
10 years ago
Taylor Gerring
a38bca3438
Add wsport flag to Mist
10 years ago
obscuren
c54a85ee64
Reworking browser
10 years ago
obscuren
b777d6aa3f
UI Updates
...
* Browser now has tabs
* Fixed a callback issue
10 years ago
obscuren
465b0a79d8
Updated browser & pass view to callback function
10 years ago
obscuren
87f50659db
fixed url bug in browser
10 years ago
obscuren
9845029a75
StdVm by default
10 years ago
obscuren
375cc67ba6
Hide browser bar when coming from a DApp url
10 years ago
obscuren
f34838688e
Minor browser improvements
10 years ago
obscuren
62e0e18030
Changed public whisper api not to reveal temporary private keys
10 years ago
obscuren
8f733461b3
Default datadir for mist is now shared with CLI (.ethereum)
10 years ago
obscuren
e3cad04dec
Fixed whisper messages
...
* Whisper protocol wasn't properly suppling envelope slices
* Message history wasn't properly propagated
* Added 'Messages' method, filtering any current envelope with the
supplied filter.
10 years ago
obscuren
34689cb3f3
Added manual triggering of filters
10 years ago
obscuren
e3da85faed
Implemented filter for ws + fixes
...
* proper 0xhex
* filters fixed
* start of filter manager
* accounts for ws. Closes #246
10 years ago
obscuren
f9b0d1a8e7
Updated to new ethereum.js api
10 years ago
obscuren
c9f566269b
merged
10 years ago
obscuren
bfa12d75f8
new switch
10 years ago
obscuren
18d8bf4b9c
updated ethereum.js
10 years ago
obscuren
aee82d3196
removed
10 years ago
obscuren
012a1c2533
Updated ethereum.js
10 years ago
obscuren
4a0ade4788
Fixed some whisper issues
10 years ago
obscuren
ee84b20247
Reworking GUI interaction. Fixed javascript inject. Closes #132
10 years ago
obscuren
fed3e6a808
Refactored ethutil.Config.Db out
10 years ago
obscuren
117f66e823
Added license headers
10 years ago
obscuren
47e6b2cef8
Allow extra to be set for mined blocks
10 years ago
obscuren
c9985bf563
Fixed peer window. Minor tweaks and fixes
10 years ago
obscuren
f16810c48e
added shh back in
10 years ago
obscuren
08b03afa4b
Version bump
10 years ago
obscuren
09841b1c9b
Cleaned up some of that util
10 years ago
obscuren
ca1b2a1a91
Changed prev_hash to block_hash, state transition now uses vm env
...
* PREVHASH => BLOCKHASH( N )
* State transition object uses VMEnv as it's query interface
* Updated vm.Enviroment has GetHash( n ) for BLOCKHASH instruction
* Added GetHash to xeth, core, utils & test environments
10 years ago