Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added missing change for sign test | Bas van Kervel | 2015-06-22 | 1 | -1/+1 |
| | |||||
* | added RPC start/stop support | Bas van Kervel | 2015-06-22 | 1 | -2/+5 |
| | |||||
* | added batch support to console and attach actions | Bas van Kervel | 2015-06-22 | 1 | -0/+19 |
| | |||||
* | fixed bug where history file was create in cwd | Bas van Kervel | 2015-06-22 | 1 | -1/+1 |
| | |||||
* | added attach over ipc command | Bas van Kervel | 2015-06-22 | 1 | -25/+64 |
| | |||||
* | cleanup comments/code | Bas van Kervel | 2015-06-22 | 1 | -51/+0 |
| | |||||
* | removed old rpc structure and added new inproc api client | Bas van Kervel | 2015-06-22 | 1 | -3/+186 |
| | |||||
* | changed send methods for backwards compatability in geth console | Bas van Kervel | 2015-06-11 | 1 | -0/+1 |
| | |||||
* | added console command | Bas van Kervel | 2015-06-11 | 1 | -5/+5 |
| | |||||
* | cmd/geth: exit the console cleanly when interrupted | Felix Lange | 2015-05-27 | 1 | -20/+44 |
| | | | | | | This fix applies mostly to unsupported terminals that do not trigger the special interrupt handling in liner. Supported terminals were covered because liner.Prompt returns an error if Ctrl-C is pressed. | ||||
* | cmd/geth, jsre, rpc: run all JS code on the event loop | Felix Lange | 2015-05-25 | 1 | -1/+1 |
| | | | | | | Some JSRE methods (PrettyPrint, ToVal) bypassed the event loop. All calls to the JS VM are now wrapped. In order to make this somewhat more foolproof, the otto VM is now a local variable inside the event loop. | ||||
* | make registrar available in console | Bas van Kervel | 2015-05-22 | 1 | -1/+1 |
| | |||||
* | solc now in ethereum, fixes solc path setting; setSolc() didnt work | zelig | 2015-05-20 | 1 | -2/+1 |
| | |||||
* | Use common.Address type for accounts.Address | Gustav Simonsson | 2015-05-12 | 1 | -1/+2 |
| | |||||
* | removed redundant newlines in import block | Bas van Kervel | 2015-05-12 | 1 | -2/+1 |
| | |||||
* | replaced several path.* with filepath.* which is platform independent | Bas van Kervel | 2015-05-12 | 1 | -2/+3 |
| | |||||
* | jsre, cmd/geth: updated web3.js and altered settimeout | obscuren | 2015-05-08 | 1 | -6/+0 |
| | |||||
* | solidity compiler and contract metadocs integration | zelig | 2015-05-07 | 1 | -11/+18 |
| | | | | | | | | | | | | | * 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 | ||||
* | setTimeout and sendAsync implemented | zsfelfoldi | 2015-05-06 | 1 | -0/+4 |
| | | | | added and eval queue for serializing JSRE vm execution | ||||
* | cli/js console: if corsDomain is not given to startRpc, we fall back to ↵ | zelig | 2015-04-24 | 1 | -7/+9 |
| | | | | value set on command line with `-corsDomain` | ||||
* | cmd/geth, jsre: updated ethereum.js => web3.js | obscuren | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | NatSpec cli option, resolver tests passing | zsfelfoldi | 2015-04-20 | 1 | -4/+8 |
| | |||||
* | default fallback NatSpec messages | zsfelfoldi | 2015-04-20 | 1 | -8/+1 |
| | |||||
* | resolver tests | zelig | 2015-04-20 | 1 | -1/+4 |
| | | | | | | - add resolver tests and fix resolver to pass - statereg constructor fixed - comments added to natspec plus docserver integration for natspec userdoc fetching | ||||
* | NatSpec, URL register storage retrieval | zsfelfoldi | 2015-04-20 | 1 | -4/+3 |
| | | | | fixed 2/3 tests | ||||
* | natspec integrated to console frontend confirmTransaction | zelig | 2015-04-20 | 1 | -2/+11 |
| | |||||
* | Added some quotes .... | obscuren | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | Added proper contract for registrar | obscuren | 2015-04-09 | 1 | -1/+1 |
| | |||||
* | Added default registrar | obscuren | 2015-04-09 | 1 | -0/+1 |
| | |||||
* | Use ExtraDB for storage. Fixes #577 | Taylor Gerring | 2015-03-27 | 1 | -2/+1 |
| | |||||
* | renamed ethereum => geth | obscuren | 2015-03-27 | 1 | -0/+246 |