obscuren
eb4029257a
cmd/mist: updated xeth transact
10 years ago
Péter Szilágyi
2382da4179
cmd/mist: fix a stale error message
10 years ago
Péter Szilágyi
701591b403
cmd, eth, p2p: fix review issues enumerated by Felix
10 years ago
Péter Szilágyi
de0549fabb
cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peers
10 years ago
Felix Lange
72d8878084
cmd/mist: always enable whisper
...
The default value of the Shh option is true, but cli can't
see it because it is not part of the mist options.
10 years ago
Felix Lange
eb5e43022e
cmd/geth, cmd/mist: use gitCommit in node name
10 years ago
Felix Lange
f4e5675303
cmd/mist: add blockchain version flag
...
This is necessary because cli doesn't see the default
value unless the flag is included.
10 years ago
obscuren
a237ff65ea
web3: updated
10 years ago
obscuren
dc62fb2ee9
web3: updated
10 years ago
Péter Szilágyi
d1729acd2b
cmd/mist: fix another nil recipient address panic.
10 years ago
obscuren
8d059e54f1
Updated xeth logger
10 years ago
obscuren
f08e9cbe42
ignore invalid txs right after being added if they prove incorrect
10 years ago
obscuren
50aa1f178c
updated logging
10 years ago
obscuren
c59c826ab4
fixed stack level
10 years ago
obscuren
4415a5bc68
updated coin
10 years ago
obscuren
79828531b1
updated ethereum.js
10 years ago
obscuren
3f4c1aaf01
info => debug
10 years ago
obscuren
4e8f8cfab7
ethereum.js update
10 years ago
Taylor Gerring
24fc1f073d
Add flag to control CORS header #394
...
* Disabled on CLI
* http://localhost on Mist
10 years ago
zelig
4ec38e3932
common: remove WriteFile and ReadAllFile (use ioutil instead)
10 years ago
obscuren
ace5b5a1bf
updated web3.js
10 years ago
obscuren
98f970ba59
Updated example for new ethereum.js
10 years ago
obscuren
221f30c3aa
updated 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
0330077d76
moved state and vm to core
10 years ago
Taylor Gerring
d186bf0dfe
Fix Mist types build errors
10 years ago
zelig
b6aa88c099
private network support
...
- protocolversion, networkid global int flags to cli and mist
- fix bug with protocolversion check using wrong db
- log protocolversion & networkid in backend
10 years ago
obscuren
22893b7ac9
removed compile
10 years ago
obscuren
b523441361
Moved ethutil => common
10 years ago
zelig
8393dab470
menubar back to mist main.qml
10 years ago
zelig
31ffca6d8a
remove jsre from mist
10 years ago
zelig
da44097800
jsre:
...
- require became loadScript(), no require is supplied
- bignumber_js.go: heredoc v2.0.3 minified fixed for otto Regexp incompatibility https://github.com/robertkrimen/otto#regular-expression-incompatibility
- bignumber.min.js also updated in mist/assets/ext
- ethereum_js.go: latest master minified
- assetPath in constructor
- Eval/Exec/Handle/ToVal nice API
- jsre tests
10 years ago
Felix Lange
58d9d98daf
cmd/utils: GetEthereum -> MakeEthConfig
...
This allows changing the config before starting Ethereum
with it.
10 years ago
Taylor Gerring
7235e84c75
#469
10 years ago
Taylor Gerring
d11fabd2ef
Update path to web3 library
10 years ago
Taylor Gerring
f7c3c7eda4
Update ethereum.js
...
Added to git modules
10 years ago
Felix Lange
d7b5a87b3b
miner: provide coinbase when starting the miner
...
This avoids having to query the coinbase when creating the miner, which
in turn eliminates the dreaded startup error when no accounts are set
up. Later, this will also allow us to simply restart the miner when the
user picks a different coinbase.
This causes a lot of changes in other packages. These are included in
this commit because they're impossible to separate.
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
Felix Lange
0bb7377ebe
cmd/ethereum: show more helpful message if no accounts exist
10 years ago
obscuren
bbe8b18660
Added unmarshalState
10 years ago
obscuren
56524d13b5
removed debugger
10 years ago
Felix Lange
697f6748b8
cmd/mist: use cli library and package accounts
10 years ago
Taylor Gerring
9723191b19
Undo client_version changes
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
69920c735a
Bump v
10 years ago
obscuren
e26ebc3110
Updated ethereum.js
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