aboutsummaryrefslogtreecommitdiffstats
path: root/ui/filter.go
Commit message (Collapse)AuthorAgeFilesLines
* Filter and mutex locks addedobscuren2015-02-171-2/+2
|
* "centralised" mining to backend. Closes #323obscuren2015-02-171-1/+1
|
* reworking messages => logobscuren2015-01-281-17/+9
|
* Implemented filter for ws + fixesobscuren2015-01-101-5/+15
| | | | | | | * proper 0xhex * filters fixed * start of filter manager * accounts for ws. Closes #246
* Renamed `chain` => `core`obscuren2014-12-041-6/+6
|
* Moved ethchain to chainobscuren2014-10-311-6/+6
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-2/+2
| | | | mist, etheruem have been moved to cmd/
* Moved Filter's wrapping functions to their own util package. Fixes #61obscuren2014-10-181-0/+75
* CLI ethereum should no longer require the Qt/QML package