aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/js.go
Commit message (Collapse)AuthorAgeFilesLines
* jsre, cmd/geth: updated web3.js and altered settimeoutobscuren2015-05-081-6/+0
|
* solidity compiler and contract metadocs integrationzelig2015-05-071-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 implementedzsfelfoldi2015-05-061-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 ↵zelig2015-04-241-7/+9
| | | | value set on command line with `-corsDomain`
* cmd/geth, jsre: updated ethereum.js => web3.jsobscuren2015-04-241-1/+1
|
* NatSpec cli option, resolver tests passingzsfelfoldi2015-04-201-4/+8
|
* default fallback NatSpec messageszsfelfoldi2015-04-201-8/+1
|
* resolver testszelig2015-04-201-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 retrievalzsfelfoldi2015-04-201-4/+3
| | | | fixed 2/3 tests
* natspec integrated to console frontend confirmTransactionzelig2015-04-201-2/+11
|
* Added some quotes ....obscuren2015-04-101-1/+1
|
* Added proper contract for registrarobscuren2015-04-091-1/+1
|
* Added default registrarobscuren2015-04-091-0/+1
|
* Use ExtraDB for storage. Fixes #577Taylor Gerring2015-03-271-2/+1
|
* renamed ethereum => gethobscuren2015-03-271-0/+246