aboutsummaryrefslogtreecommitdiffstats
path: root/jsre/ethereum_js.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd, console: split off the console into a reusable packagePéter Szilágyi2016-05-301-15964/+0
|
* jsre: hotfix web3 for the console eth.syncing formattingPéter Szilágyi2016-05-091-1/+6
|
* rpc: various fixes/enhancementsBas van Kervel2016-04-121-133/+2983
| | | | | | | | rpc: be less restrictive on the request id rpc: improved documentation console: upgrade web3.js to version 0.16.0 rpc: cache http connections rpc: rename wsDomains parameter to wsOrigins
* eth, eth/downloader, jsre: surface state sync progress through the APIPéter Szilágyi2016-02-101-108/+110
|
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-1/+3
|
* cmd, crypto: fixed nil public keys and updated web3Jeffrey Wilcke2015-11-261-944/+6224
|
* jsre, rpc/api: pull in new web3 and use hex numbersPéter Szilágyi2015-09-151-180/+609
|
* web3: updatedJeffrey Wilcke2015-08-111-931/+2100
|
* web3: regression. Fixes #1613Jeffrey Wilcke2015-08-071-2/+2
|
* Merge pull request #1515 from fjl/license-fixesJeffrey Wilcke2015-07-281-1/+1
|\ | | | | all: fix license headers one more time
| * all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | | | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* | web3: updated 0.9.1Jeffrey Wilcke2015-07-251-79/+343
|/
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* web3: updatedJeffrey Wilcke2015-07-081-10/+22
|
* web3 updateJeffrey Wilcke2015-07-071-14/+73
|
* all: update license informationFelix Lange2015-07-071-0/+16
|
* web3: updatedJeffrey Wilcke2015-07-061-2784/+138
|
* upgrade web3 to version 0.7.1Bas van Kervel2015-07-031-103/+2934
|
* upgrade web3.js with _extend supportBas van Kervel2015-06-111-2750/+151
|
* added console commandBas van Kervel2015-06-111-183/+4594
|
* cmd/geth: updated web3obscuren2015-05-281-1546/+146
|
* update web3.js to 0.4.2zelig2015-05-201-475/+2061
|
* Signing (almost) works.Daniel A. Nagy2015-05-081-2/+3690
|
* jsre, cmd/geth: updated web3.js and altered settimeoutobscuren2015-05-081-2/+2
|
* web3: updatedobscuren2015-04-261-2/+2
|
* cmd/geth, jsre: updated ethereum.js => web3.jsobscuren2015-04-241-1/+3
|
* Added some quotes ....obscuren2015-04-101-2/+1
|
* Updated ethereum.jsobscuren2015-04-071-1/+1
|
* updated ethereum.jsobscuren2015-04-021-1/+2
|
* Updated ethereum.jsobscuren2015-04-021-1/+1
|
* updated web3.js light for consoleobscuren2015-03-261-1/+1
|
* Better error reporting in the console. Updated ethereum.jsobscuren2015-03-251-1/+1
|
* fixed bad unclesobscuren2015-03-241-1/+1
|
* Added new ethereum.jsobscuren2015-03-211-1/+1
|
* jsre:zelig2015-03-151-0/+3
- require became loadScript(), no require is supplied - bignumber_js.go: heredoc v2.0.3 minified fixed for otto Regexp incompatibility https://github.com/robertkrimen/otto#regular-expression-incompatibility - bignumber.min.js also updated in mist/assets/ext - ethereum_js.go: latest master minified - assetPath in constructor - Eval/Exec/Handle/ToVal nice API - jsre tests