aboutsummaryrefslogtreecommitdiffstats
path: root/jsre/ethereum_js.go
Commit message (Collapse)AuthorAgeFilesLines
* 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.1v0.9.39Jeffrey 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