Felix Lange
62671c93c4
cmd/mist: use utils.SetupLogger
10 years ago
obscuren
e3253b5d5e
core: fixed an issue with storing receipts
10 years ago
obscuren
7ea76fcf99
core, cmd/geth, cmd/mist: cleanup. bump version 0.9.21
10 years ago
Gustav Simonsson
da9fe951da
Use common.Address type for accounts.Address
10 years ago
Bas van Kervel
95773b9673
removed redundant newlines in import block
10 years ago
Bas van Kervel
b79dd188d9
replaced several path.* with filepath.* which is platform independent
10 years ago
obscuren
66de3f0aa8
xeth, rpc: implement eth_estimateGas. Closes #930
10 years ago
obscuren
21e52efdfe
cmd/geth, miner, backend, xeth: Fixed miner threads to be settable
...
Miner threads are now settable through the admin interface (closes #897 )
and specify 0 CPU worker threads when eth_getWork is called (closes #916 )
10 years ago
obscuren
7551264fa6
cmd/geth, cmd/mist: version 0.9.19
10 years ago
obscuren
45dc690947
cmd/mist: version bump
10 years ago
obscuren
cb1fa523e4
cmd/geth, cmd/mist, eth, flags: renamed loglevel to verbosity
10 years ago
obscuren
f6e71b5749
updated ethereum.js
10 years ago
Péter Szilágyi
4d5a719f25
cmd, eth, p2p: introduce pending peer cli arg, add tests
10 years ago
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