zelig
1b7c017076
cli: fatal error if no etherbase for mining
10 years ago
zelig
6512b23b98
cli: fatal error if rpc could not be started
10 years ago
zelig
7b2f25b578
cli: clean up flag descriptions, usage docs, account list uses primary and indexes, add help line to account subcnd usage
10 years ago
zelig
22450c069b
js console: add cors domain optional argument to startRpc
10 years ago
zelig
a3fb41981e
cmd/admin: rename debug.block to debug.processBlock; move backtrace under debug
10 years ago
obscuren
dc62fb2ee9
web3: updated
10 years ago
obscuren
92c6327593
cmd/geth, jsre: updated ethereum.js => web3.js
10 years ago
Péter Szilágyi
6def110c37
cmd/bootnode, eth, p2p, p2p/discover: clean up the seeder and mesh into eth.
10 years ago
Péter Szilágyi
5f735d6fce
cmd, eth, p2p, p2p/discover: init and clean up the seed cache
10 years ago
Alexandre Van de Sande
d2fab43abc
Changed "Welcome to the Frontier" to something more geeky
10 years ago
Felix Lange
e1f616fadf
cmd/geth: improve the JS tests
...
These changes ensure that the JS tests run without networking
and fixes the block chain export and its associated test.
10 years ago
Gustav Simonsson
b448390889
Further fixes to block test wrapper
...
* Move go test wrapper for block tests from cmd/geth to tests
* Fix logic for when tests are valid or not, by adding correct
validations for expected valid/invalid blocks
* Change block insertion helper to work on single blocks
* Add one test case for each file in BlockTests and comment out
the tests which are currently failing
* Add Skip call in all block tests in lieu of performance fixes
around ethash cache which are needed before it will be fast enough
to start / stop the node between each test
10 years ago
Péter Szilágyi
3b008723db
cmd/geth, cmd/utils: invert --pprof once more
10 years ago
Péter Szilágyi
c8e2b3710c
cmd/geth, cmd/utils: use pprof disable flag, start globally
10 years ago
Gustav Simonsson
805345d135
Add block tests wrapper and fixes for tx tests
...
* Add fixes to parsing and converting of fields in tx tests
* Correct logic in tx tests; validation of fields and correct
logic for when RLP decoding works/fails and when this is
expected or not
* Rename files for consistency
* Add block tests wrapper to run block tests with go test
10 years ago
Péter Szilágyi
8830403acf
cmd/geth, cmd/utils: add cli flags for pprof and whisper.
10 years ago
obscuren
76025cc424
geth: added a `admin.debug.block` command which reprocess the block
10 years ago
obscuren
45da3e17e2
core: added chain head reset to known block
10 years ago
obscuren
52584596d4
geth: bump version number
10 years ago
zsfelfoldi
bb793c829f
fixed incomplete merge
10 years ago
zsfelfoldi
c4b7d4d3f7
NatSpec cli option, resolver tests passing
10 years ago
zsfelfoldi
b46e152171
default fallback NatSpec messages
10 years ago
zelig
ac0e5e8b6d
resolver tests
...
- add resolver tests and fix resolver to pass
- statereg constructor fixed
- comments added to natspec plus docserver integration for natspec userdoc fetching
10 years ago
zsfelfoldi
3136bae4a5
NatSpec, URL register storage retrieval
...
fixed 2/3 tests
10 years ago
zelig
45676382b6
natspec integrated to console frontend confirmTransaction
10 years ago
obscuren
5dd56bb474
geth: admin download status
10 years ago
obscuren
6e1aa91aaf
geth: added getBlockRlp for dumping block in rlp format
10 years ago
Felix Lange
235ed7ecb9
cmd/geth, tests: enable running multiple tests from a single file
...
This commit also changes the block test loading so tests containing
invalid RLP blocks can be loaded and return an error only when they are
run.
(cherry picked from commit 898ba87984
)
10 years ago
obscuren
03b4cf74a2
geth: added identity flag which allows to set a custom node name
10 years ago
obscuren
f1ae3dc4aa
geth: bump version number
10 years ago
Felix Lange
56a48101dc
cmd/rlpdump, cmd/utils, eth, p2p, whisper: use rlp input limit
10 years ago
Bas van Kervel
57f93d25bd
admin.stopRPC support added which stops the RPC HTTP listener
10 years ago
obscuren
f46af4508b
geth: fixed failing cli tests
10 years ago
obscuren
13eb46ea94
geth: added print block to admin
10 years ago
Bas van Kervel
49a513bdeb
Added blockchain DB versioning support, closes #650
10 years ago
obscuren
f047699afb
Updated glog
10 years ago
obscuren
36fe11378c
Bump
10 years ago
obscuren
3d29805322
Added pprof
10 years ago
Péter Szilágyi
d1729acd2b
cmd/mist: fix another nil recipient address panic.
10 years ago
Bas van Kervel
dc2b9fd458
bugfix as a result of PR 671
10 years ago
obscuren
ec9fbf09aa
Added some quotes ....
10 years ago
obscuren
b0f40beea6
Added proper contract for registrar
10 years ago
obscuren
ab015959e1
bump
10 years ago
obscuren
2747df3df1
added contracts
10 years ago
obscuren
0636e17dbe
Added default registrar
10 years ago
obscuren
8d059e54f1
Updated xeth logger
10 years ago
Bas van Kervel
6da5b2fc5f
reformat code with goimports
10 years ago
Bas van Kervel
b3a3fdf9a4
Support for import/export hex encoded keys, closes #635
10 years ago
obscuren
6e2f78ebdd
Default log to stderr
10 years ago
obscuren
a7750c929b
Fixed tests to reflect log changes
10 years ago