Péter Szilágyi
eb2d168710
eth, ethdb: fix a data race during startup/shutdown
9 years ago
Jeffrey Wilcke
d25634662b
web3: updated
9 years ago
Jeffrey Wilcke
819ecd4508
miner, xeth: fire log event during mining. Fix return raw tx
9 years ago
Gustav Simonsson
5d6d40f329
Use uint64 on ts in chain_manager, block_processor
9 years ago
Gustav Simonsson
b08abe64e4
Unskip SimpleTx3, check err in pre/post state validations
9 years ago
Gustav Simonsson
0b53a5c673
Update Ethereum JSON test files and wrappers
9 years ago
Bas van Kervel
e84f3ec1d4
added net.version
9 years ago
Taylor Gerring
b1af5af30e
Adjust .mailmap
9 years ago
Jeffrey Wilcke
a2333bcbb4
Merge pull request #1430 from obscuren/web3-0.8.0
...
web3 update
9 years ago
Jeffrey Wilcke
c5972b4ac7
web3 update
9 years ago
Jeffrey Wilcke
0c9c5439d4
Merge branch 'release/0.9.36' into develop
9 years ago
Jeffrey Wilcke
d673c34c8d
Merge branch 'release/0.9.36' of github.com-obscure:ethereum/go-ethereum into release/0.9.36
9 years ago
Jeffrey Wilcke
df54510e3e
common/natspec: fixed test
9 years ago
Jeffrey Wilcke
ee04b71887
cmd/geth, cmd/utils: changed ParamsToAddress to return error
...
ParamsToAddress no longer aborts the process, it now returns an error
instead so that the caller can handle the error properly.
9 years ago
Jeffrey Wilcke
4b5c99d97f
cmd/geth: version number 0.9.36
9 years ago
Jeffrey Wilcke
9e7d5d9d3b
Merge pull request #1426 from fjl/license
...
all: update license information and godoc comments
9 years ago
Felix Lange
b2d18393c4
README.md: update copyright
9 years ago
Felix Lange
335d7f4855
LICENSE, cmd/LICENSE: the go-ethereum authors have copyright
9 years ago
Felix Lange
4fb28e0dab
all: goimports -w
9 years ago
Felix Lange
bdae4fd573
all: add some godoc synopsis comments
9 years ago
Felix Lange
e813626ee1
all: remove @author comments
9 years ago
Felix Lange
7bb77c02da
build: change license regexp for // comments
9 years ago
Felix Lange
ea54283b30
all: update license information
9 years ago
Felix Lange
46fbd34c70
.mailmap: update
9 years ago
Felix Lange
3ff5cfd028
build: new update-license.go
...
This version is less clever. All names are listed in a single file,
AUTHORS. All source files have the same header. This is an improvement
over the previous version, which attempted to list copyright holders in
each source file.
9 years ago
Jeffrey Wilcke
922f881c3d
common/natspec: fixed test
9 years ago
Jeffrey Wilcke
bfcac89881
cmd/geth, cmd/utils: changed ParamsToAddress to return error
...
ParamsToAddress no longer aborts the process, it now returns an error
instead so that the caller can handle the error properly.
9 years ago
Jeffrey Wilcke
db06906c4f
cmd/geth: version number 0.9.36
9 years ago
Jeffrey Wilcke
3016f23864
cmd/geth: fixed test
9 years ago
Jeffrey Wilcke
e5fba8fd70
Merge pull request #1428 from obscuren/coinbase-fixes
...
cmd,eth,rpc,tests: default coinbase
9 years ago
Jeffrey Wilcke
916d155467
Merge pull request #1429 from obscuren/rebase-registrar
...
Rebase registrar
9 years ago
zelig
c5cb6e8e70
fix/skip tests, adapt registrar to no contract address
...
registry initialisers now return the txhash which caller can use to retrieve receipt
9 years ago
Bas van Kervel
3791831081
rebase with zelig/frontier/registrar
9 years ago
Bas van Kervel
7e6c1f8024
corrected input formatters as suggested during review
9 years ago
Bas van Kervel
ceb0739ba1
fixed web3 formatters mismatch
9 years ago
Jeffrey Wilcke
37c1a8f69d
eth,miner,rpc: set coinbase
9 years ago
Bas van Kervel
6ea28f93b9
output BigNumbers objects in console as strings
9 years ago
zelig
1208ac83d5
fix natspec test
...
* registar url string retrieval chop leading zeros now
* rewrite test using test mining
* remove temporary applyTxs from xeth
9 years ago
zelig
aa22cf323e
fix js arguments and TestContract passes
9 years ago
zelig
492e5049d7
rename js methods in js_test for new console API
...
+ rebase fixes
9 years ago
zelig
042c3290b3
fix GPO missing flags
9 years ago
zelig
518dc87db3
fix sleepBlocks, implement sleep
9 years ago
zelig
6391ec0c8f
add missing method to api/admin
9 years ago
zelig
2739233719
Registrar and contractInfo handling
...
* resolver -> common/registrar
* global registrar name registry interface
* add Call to resolver backend interface
* the hashReg and UrlHing contracts now initialised from global registry
* initialization of contracts uniform
* improve errors and more econsistent method names
* common/registrar/ethreg: versioned registrar
* integrate new naming and registrar in natspec
* js console api: setGlobalRegistrar, setHashReg, setUrlHint
* js test TestContract uses mining - tests fixed all pass
* eth/backend: allow PoW test mode (small ethash DAG)
* console jsre refers to resolver.abi/addr,
* cmd/geth/contracts.go moved to common/registrar
9 years ago
zelig
83ee39448e
Registrar and contractInfo handling
...
* resolver -> common/registrar
* global registrar name registry interface
* add Call to resolver backend interface
* the hashReg and UrlHing contracts now initialised from global registry
* initialization of contracts uniform
* improve errors and more econsistent method names
* common/registrar/ethreg: versioned registrar
* integrate new naming and registrar in natspec
* js console api: setGlobalRegistrar, setHashReg, setUrlHint
* js test TestContract uses mining - tests fixed all pass
* eth/backend: allow PoW test mode (small ethash DAG)
* console jsre refers to resolver.abi/addr,
* cmd/geth/contracts.go moved to common/registrar
9 years ago
Jeffrey Wilcke
35cd355c14
cmd,eth,rpc,tests: default coinbase
9 years ago
Jeffrey Wilcke
d764bd0584
Merge pull request #1423 from obscuren/gasused-receipt-fix
...
core, eth, rpc: proper gas used. Closes #1422
9 years ago
Jeffrey Wilcke
666a7dda36
core, eth, rpc: proper gas used. Closes #1417
...
Added some additional backward compatibility code for old receipts
9 years ago
Jeffrey Wilcke
45618d5f6b
Merge pull request #1418 from fjl/one-interrupt
...
cmd/utils: fix interrupt handling to actually see subsequent interrupts
9 years ago
Felix Lange
d4c2e9de32
cmd/utils: fix interrupt handling to actually see subsequent interrupts
9 years ago