aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/javascript_runtime.go
Commit message (Expand)AuthorAgeFilesLines
* jsre:zelig2015-03-151-103/+0
* accounts: AccountManager -> ManagerFelix Lange2015-03-081-0/+1
* Clean up REPLobscuren2015-03-041-124/+11
* fixed pow stuffobscuren2015-03-041-5/+5
* Removed some methods from the JS REPLobscuren2015-03-011-49/+9
* cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestionsFelix Lange2015-02-071-9/+2
* cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p APIFelix Lange2015-02-061-2/+10
* Added RPC "Call" for JS calls to contractsobscuren2015-01-291-2/+1
* further cleaned up xeth interfaceobscuren2015-01-291-2/+2
* Refactored ethutil.Config.Db outobscuren2015-01-071-5/+4
* Merge branch 'develop' into poc8obscuren2014-12-181-0/+18
|\
| * moved err checkobscuren2014-12-171-0/+18
* | adapt javascript pkg to new backend, use SuggestPeerzelig2014-12-151-2/+2
|/
* states moved to chainobscuren2014-12-111-1/+1
* Renamed State => StateDBobscuren2014-12-041-1/+1
* Renamed `chain` => `core`obscuren2014-12-041-3/+3
* Begin of moving objects to types packageobscuren2014-11-181-1/+2
* StateManager => BlockManagerobscuren2014-11-041-1/+1
* ethstate => stateobscuren2014-10-311-2/+2
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-311-3/+3
* Moved utils to cmdobscuren2014-10-311-1/+1
* ethlog => loggerobscuren2014-10-311-2/+2
* Moved ethchain to chainobscuren2014-10-311-3/+3
* javascript: remove unused quit channelFelix Lange2014-10-291-7/+1
* events should be set prior to calling mainloopobscuren2014-10-271-4/+4
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-7/+7
* Updated to reflect BlockChain changesobscuren2014-10-201-2/+2
* adapt to new event packageFelix Lange2014-10-151-23/+12
* Stack infoobscuren2014-09-191-1/+1
* Rename and changed peer windowobscuren2014-09-171-1/+1
* Switched over to ethpipeobscuren2014-08-161-16/+4
* Got rid of warnings and updated storage gettersobscuren2014-08-151-1/+1
* Moved JSRE to it's own package for sharing between ethere(um/al)obscuren2014-08-111-0/+266