Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jsre: | zelig | 2015-03-15 | 1 | -103/+0 |
| | | | | | | | | | | - 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 | ||||
* | accounts: AccountManager -> Manager | Felix Lange | 2015-03-08 | 1 | -0/+1 |
| | |||||
* | Clean up REPL | obscuren | 2015-03-04 | 1 | -124/+11 |
| | |||||
* | fixed pow stuff | obscuren | 2015-03-04 | 1 | -5/+5 |
| | |||||
* | Removed some methods from the JS REPL | obscuren | 2015-03-01 | 1 | -49/+9 |
| | |||||
* | cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestions | Felix Lange | 2015-02-07 | 1 | -9/+2 |
| | |||||
* | cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API | Felix Lange | 2015-02-06 | 1 | -2/+10 |
| | |||||
* | Added RPC "Call" for JS calls to contracts | obscuren | 2015-01-29 | 1 | -2/+1 |
| | |||||
* | further cleaned up xeth interface | obscuren | 2015-01-29 | 1 | -2/+2 |
| | |||||
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 1 | -5/+4 |
| | |||||
* | Merge branch 'develop' into poc8 | obscuren | 2014-12-18 | 1 | -0/+18 |
|\ | |||||
| * | moved err check | obscuren | 2014-12-17 | 1 | -0/+18 |
| | | |||||
* | | adapt javascript pkg to new backend, use SuggestPeer | zelig | 2014-12-15 | 1 | -2/+2 |
|/ | |||||
* | states moved to chain | obscuren | 2014-12-11 | 1 | -1/+1 |
| | |||||
* | Renamed State => StateDB | obscuren | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -3/+3 |
| | |||||
* | Begin of moving objects to types package | obscuren | 2014-11-18 | 1 | -1/+2 |
| | | | | | * Block(s) * Transaction(s) | ||||
* | StateManager => BlockManager | obscuren | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | ethstate => state | obscuren | 2014-10-31 | 1 | -2/+2 |
| | |||||
* | ethpipe => xeth (eXtended ETHereum) | obscuren | 2014-10-31 | 1 | -3/+3 |
| | |||||
* | Moved utils to cmd | obscuren | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | ethlog => logger | obscuren | 2014-10-31 | 1 | -2/+2 |
| | |||||
* | Moved ethchain to chain | obscuren | 2014-10-31 | 1 | -3/+3 |
| | |||||
* | javascript: remove unused quit channel | Felix Lange | 2014-10-29 | 1 | -7/+1 |
| | | | | This fixes the hang in JSRE.Stop. | ||||
* | events should be set prior to calling mainloop | obscuren | 2014-10-27 | 1 | -4/+4 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -7/+7 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Updated to reflect BlockChain changes | obscuren | 2014-10-20 | 1 | -2/+2 |
| | |||||
* | adapt to new event package | Felix Lange | 2014-10-15 | 1 | -23/+12 |
| | |||||
* | Stack info | obscuren | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | Rename and changed peer window | obscuren | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | Switched over to ethpipe | obscuren | 2014-08-16 | 1 | -16/+4 |
| | |||||
* | Got rid of warnings and updated storage getters | obscuren | 2014-08-15 | 1 | -1/+1 |
| | |||||
* | Moved JSRE to it's own package for sharing between ethere(um/al) | obscuren | 2014-08-11 | 1 | -0/+266 |