aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
Commit message (Collapse)AuthorAgeFilesLines
* Added RPC "Call" for JS calls to contractsobscuren2015-01-291-2/+1
|
* removed key while in the process of moving to the new key storageobscuren2015-01-291-1/+1
|
* Merge branch 'jsonrpc' into qt5.4obscuren2015-01-292-11/+11
|\
| * further cleaned up xeth interfaceobscuren2015-01-292-11/+11
| |
* | merge jsonrpcobscuren2015-01-291-9/+1
|\|
| * moving to a better xethobscuren2015-01-291-9/+1
| |
* | updated messagesobscuren2015-01-281-28/+16
|/
* Refactored ethutil.Config.Db outobscuren2015-01-071-5/+4
|
* Fixed bug where logging could crash client during tx addingobscuren2015-01-031-20/+10
|
* Switched to new trieobscuren2014-12-241-4/+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-152-3/+3
|/
* 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
| | | | | * Block(s) * Transaction(s)
* StateManager => BlockManagerobscuren2014-11-041-1/+1
|
* ethstate => stateobscuren2014-10-312-4/+4
|
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-312-14/+14
|
* 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
| | | | This fixes the hang in JSRE.Stop.
* events should be set prior to calling mainloopobscuren2014-10-271-4/+4
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-232-12/+12
| | | | mist, etheruem have been moved to cmd/
* Updated to reflect BlockChain changesobscuren2014-10-201-2/+2
|
* Updated to reflect the Filter changes in eth-goobscuren2014-10-181-2/+2
|
* Merge pull request #138 from erezwanderman/fixwindowsJeffrey Wilcke2014-10-171-1/+3
|\ | | | | Fix ethereum compilation and functioning on Windows.
| * Fix ethereum compilation and functioning on Windows.Erez Wanderman2014-10-151-1/+3
| | | | | | | | | | repl console output is now colored. repl "exit" command now works.
* | adapt to new event packageFelix Lange2014-10-151-23/+12
|/
* Stack infoobscuren2014-09-191-1/+1
|
* Minor visual updatesobscuren2014-09-181-0/+4
|
* Rename and changed peer windowobscuren2014-09-171-1/+1
|
* Implementing new wallet viewsobscuren2014-08-181-3/+3
|
* Switched over to ethpipeobscuren2014-08-162-32/+16
|
* Moving over to ethpipeobscuren2014-08-151-31/+1
|
* Got rid of warnings and updated storage gettersobscuren2014-08-151-1/+1
|
* Json typesobscuren2014-08-141-11/+13
|
* Moved JSRE to it's own package for sharing between ethere(um/al)obscuren2014-08-113-0/+489