zelig
00f59f5014
fix eth.sign. now implemented in admin jsre until web3.js has it .
10 years ago
zelig
b0ae84aa0d
multiple contract source for solidity compiler: returns contract array if multiple contracts. fixes #1023
10 years ago
zelig
22b694ee1e
solc now in ethereum, fixes solc path setting; setSolc() didnt work
10 years ago
zelig
f9abcee0f9
fix solc tests unskip
10 years ago
obscuren
59c0d01418
core: chain manager no longer exports genesis block
10 years ago
Felix Lange
559cc02313
cmd/geth: use plain keystore for JS tests
...
This reduces the time it takes to run the tests back to 3 seconds.
10 years ago
Gustav Simonsson
e389585f1f
Change default keystore dir
10 years ago
Gustav Simonsson
231fe04f03
Fix address type in js test
10 years ago
obscuren
dca290d525
sol: skipped source checking step
10 years ago
Bas van Kervel
b79dd188d9
replaced several path.* with filepath.* which is platform independent
10 years ago
zelig
03bf902b92
compiler, cli/js: fix solidity compiler tests failing when a different version of solc installed
10 years ago
Daniel A. Nagy
1fe70a66ba
Signature test.
10 years ago
zelig
009b221692
solidity compiler and contract metadocs integration
...
* common/compiler: solidity compiler + tests
* rpc: eth_compilers, eth_compileSolidity + tests
* fix natspec test using keystore API, notice exp dynamically changes addr, cleanup
* resolver implements registrars and needs to create reg contract (temp)
* xeth: solidity compiler. expose getter Solc() and paths setter SetSolc(solcPath)
* ethereumApi: implement compiler related RPC calls using XEth - json struct tests
* admin: make use of XEth.SetSolc to allow runtime setting of compiler paths
* cli: command line flags solc to set custom solc bin path
* js admin api with new features debug and contractInfo modules
* wiki is the doc https://github.com/ethereum/go-ethereum/wiki/Contracts-and-Transactions
10 years ago
zelig
6b1b5a4a2a
cli/js console: if corsDomain is not given to startRpc, we fall back to value set on command line with `-corsDomain`
10 years ago
zelig
22450c069b
js console: add cors domain optional argument to startRpc
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
obscuren
f46af4508b
geth: fixed failing cli tests
10 years ago
obscuren
b0b0939879
renamed ethereum => geth
10 years ago
zelig
4ec38e3932
common: remove WriteFile and ReadAllFile (use ioutil instead)
10 years ago
zelig
fee224f075
cli test: fix test newJSRE interactive argument
10 years ago
obscuren
ff44347ea1
fixed test
10 years ago
zsfelfoldi
8324b683b4
using robertkrimen/otto, godeps updated
10 years ago
zelig
17cd7a5817
remove long-running mining test, ethutil -> common
10 years ago
zelig
132e87a707
node admin interface for Frontier Console, see spec https://github.com/ethereum/go-ethereum/wiki/Frontier-Console
10 years ago