Adds changes for v0.1.2 (#266)
* 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>
Showing
- packages/gossip/server/server_test.go 2 additions, 2 deletionspackages/gossip/server/server_test.go
- packages/model/meta_transaction/meta_transaction.go 4 additions, 1 deletionpackages/model/meta_transaction/meta_transaction.go
- packages/model/meta_transaction/meta_transaction_test.go 3 additions, 1 deletionpackages/model/meta_transaction/meta_transaction_test.go
- plugins/analysis/client/plugin.go 2 additions, 2 deletionsplugins/analysis/client/plugin.go
- plugins/autopeering/autopeering.go 6 additions, 6 deletionsplugins/autopeering/autopeering.go
- plugins/autopeering/local/local.go 3 additions, 3 deletionsplugins/autopeering/local/local.go
- plugins/autopeering/plugin.go 3 additions, 3 deletionsplugins/autopeering/plugin.go
- plugins/cli/plugin.go 12 additions, 1 deletionplugins/cli/plugin.go
- plugins/config/config.go 64 additions, 0 deletionsplugins/config/config.go
- plugins/config/plugin.go 12 additions, 0 deletionsplugins/config/plugin.go
- plugins/gossip/gossip.go 2 additions, 2 deletionsplugins/gossip/gossip.go
- plugins/gossip/plugin.go 2 additions, 2 deletionsplugins/gossip/plugin.go
- plugins/remotelog/plugin.go 66 additions, 6 deletionsplugins/remotelog/plugin.go
- plugins/remotelog/server/docker-compose.yml 2 additions, 2 deletionsplugins/remotelog/server/docker-compose.yml
- plugins/spa/plugin.go 1 addition, 1 deletionplugins/spa/plugin.go
- plugins/tangle/solidifier.go 6 additions, 2 deletionsplugins/tangle/solidifier.go
- plugins/tangle/solidifier_test.go 5 additions, 1 deletionplugins/tangle/solidifier_test.go
- plugins/webapi/getNeighbors/plugin.go 2 additions, 2 deletionsplugins/webapi/getNeighbors/plugin.go
Loading
Please register or sign in to comment