- Mar 16, 2020
-
-
Jake Cahill authored
* Add contributing guidelines * Add dropdowns * Add contributing docs to .github repository * Fix links and add config * Update CONTRIBUTING.md * Update CONTRIBUTING.md * Update bug_report.md * Update feature_request.md
-
Angelo Capossele authored
*
upgrades packr * go mod tidy
-
- Mar 09, 2020
-
-
Jake Cahill authored
* Add contributing guidelines * Add dropdowns
-
- Feb 24, 2020
-
-
Luca Moser authored
* New binary tangle using atomic transactions (#239) * Feat: started porting the new binary stuff * Refactor: removed unnecessary folder * Refactor: cleaned up go.mod files * Fix: removed objectsdb files * Feat: added transactionrequester package * Adds the transactionParser as a fliter and pre-processing mechanism of the tangle. (#242) * Feat: started porting the new binary stuff * Refactor: removed unnecessary folder * Refactor: cleaned up go.mod files * Fix: removed objectsdb files * Feat: added transactionrequester package * Feat: added new transactionparser as the filter for the tangle * Feat: Use hive.go autopeering (#250) * use autopeering from hive.go * update hive.go * update hive.go * Adds the TransactionRequester and some refactors (#256) * Feat: started porting the new binary stuff * Refactor: removed unnecessary folder * Refactor: cleaned up go.mod files * Fix: removed objectsdb files * Feat: added transactionrequester package * Feat: added new transactionparser as the filter for the tangle * Refactor: removed duplicate code * Fix: Log dropping packets every 1000 drops (#255) * Fix: Log dropping packets every 1000 drops * use an atomic counter for dropped message because Write() could be called concurrently * removes redundant zero * Add external check in test Co-authored-by:
Luca Moser <moser.luca@gmail.com> * Fix: Update pprof port (#244) Since both Hornet and Goshimmer might be running on the same machine, update the port so that we can get debug information for both. * Remove docker specific config (#245) *
upgrades hive.go * checks meta_tx size * removes dependencies * enables local testing * adds config plugin * Extend remote log message (#260) * Bump up Logstash and ElasticSearch memory #251 * Add version and if available GIT information to remote log message #251 * fixes flag parsing before loading config file * Feat: Add --version to cli (#264) * Adds changelog entry for v0.1.2 and bumps version number (#265) * updates changelog for v0.1.2 release * bumps version number to v0.1.2 Co-authored-by:Hans Moog <hm@mkjc.net> Co-authored-by:
Wolfgang Welz <welzwo@gmail.com> Co-authored-by:
jkrvivian <jkrvivian@gmail.com> Co-authored-by:
Dave <44786846+centercirclesolutions@users.noreply.github.com> Co-authored-by:
Angelo Capossele <angelocapossele@gmail.com> Co-authored-by:
Jonas Theis <mail@jonastheis.de>
-
- Feb 07, 2020
-
-
Luca Moser authored
Update master with v0.1.1 changes
-
Luca Moser authored
* bumps version number to v0.1.1 * adds changelog entry for v0.1.1
-
Jonas Theis authored
* Add docker compose to run ELK stack with proper configuration loaded Adapted from https://github.com/deviantony/docker-elk * Add remotelog plugin and post events via UDP to ELK stack #211 * Fix linter errors * Remove last octet from host IP * Adjust to requested changes * Add background worker * reorder remote log shutdown order * update to latest hive.go * go mod tidy Co-authored-by:
Luca Moser <moser.luca@gmail.com>
-
Luca Moser authored
* fixes locks not getting unlocked * only hold the lock in DropNeighbor while deleted the neighbor entry * log connection failed error * fixes tests
-
Luca Moser authored
* fixes locks not getting unlocked * only hold the lock in DropNeighbor while deleted the neighbor entry
-
Luca Moser authored
-
- Feb 04, 2020
-
-
Hans Moog authored
* Fix: fixed long locks when replaying events * Feat: fixed locks in replay method * Refactor: undone accidental rename * Feat: WebSocketChannel can be shutdown now * Fix: fixed return variables overriding access to global vars
-
Luca Moser authored
-
Wolfgang Welz authored
* fix close order * return closed error * fix tests * do not close send queue explicitly
-
Wolfgang Welz authored
-
Luca Moser authored
* removes status screen plugin * removes statusscreen entry from docker config, disable logger events per default
-
- Feb 03, 2020
-
-
Luca Moser authored
-
Luca Moser authored
Clarify where the executable files are
-
Luca Moser authored
Clarify where the executable files are
-
Luca Moser authored
Clarify where the executable files are
-
Jake Cahill authored
-
Luca Moser authored
Merge 0.1.0 into master
-
Luca Moser authored
-
- Jan 31, 2020
-
-
Luca Moser authored
*
WIP * adds modules description * adds more details about the design * adds ToC * fixes typos * moves glumb into Prerequisites section * fixes ToC anchors * improves modules overview * fixes spaceing in readme, fixes some typos, adds visualizer install instr. * changes code-block to note * updates building-blocks image * more fixes * remove testnet mention from readme * improves autopeering module * Tidy build instructions * Review README * Readd link to autopeering simulator * adds Adaptive proof of work simulator link * Fix spacing after link * Remove no longer included plugins * rewrites client lib http ref section * try to make readme more uniform * ay caramba * Update README.md (#196) Added the web address to visit to view the visualizer. * adds Dashboard section * updates dashboard screenshot * use other screenshot Co-authored-by:Angelo Capossele <angelocapossele@gmail.com> Co-authored-by:
Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> Co-authored-by:
Wolfgang Welz <welzwo@gmail.com>
-
Jake Cahill authored
* Improve API docs and add to separate folder * Fix table format * Update api-reference.md
-
Angelo Capossele authored
Adds CHANGELOG.md and entry for v0.1.0
-
Luca Moser authored
-
Angelo Capossele authored
New autopeering visualizer
-
capossele authored
-
capossele authored
-
Angelo Capossele authored
Adds single-page-application dashboard
-
capossele authored
-
Luca Moser authored
-
- Jan 30, 2020
-
-
Luca Moser authored
-
Luca Moser authored
-
Luca Moser authored
-
Luca Moser authored
-
Luca Moser authored
-
jonastheis authored
Based on Olaz' one but completely rewritten in ES6 to make it more modular, maintainable and faster
-
- Jan 29, 2020
-
-
Jake Cahill authored
Removed reference to `zeromq` configuration option because we've removed the plugin.
-
- Jan 28, 2020
-
-
Jonas Theis authored
* Add OpenAPI/Swagger documentation for web api #111 * Improve descriptions and add examples where possible * Adjust API documentation #111 * Add error responses Co-authored-by:
Angelo Capossele <angelocapossele@gmail.com> Co-authored-by:
Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> Co-authored-by:
Wolfgang Welz <welzwo@gmail.com>
-