- Apr 14, 2020
-
-
Luca Moser authored
-
- Apr 07, 2020
-
-
capossele authored
-
- Apr 06, 2020
-
-
lunfardo314 authored
* minor bug fix * BLS signatures: bug fix in test, removed unnecessary function, added new test * BLS signatures: bug fix in test, removed unnecessary function, added new test * BLS signatures: bug fix in test, removed unnecessary function, added new test * BLS signatures: bug fix in test, removed unnecessary function, added new test * BLS signatures: bug fix in test, removed unnecessary function, added new test
-
- Apr 05, 2020
-
-
Hans Moog authored
* Feat: refactored message + started to add tests * Refactor: go mod tidy * Refactor: continued to refactor message * Feat: updated to last hive.go + added Signature() methid * Feat: go mod tidy * Feat: added mutex to the signature write in Bytes() * Fix: fixed Signature method * Feat: refactored message methods * Feat: refactored output * Fix: fixed signature mismatch in tangle factory methods * Refactor: go mod tidy * Feat: added solditification logic to value tangle * Feat: fixed some code related to objectstorage factories * Feat: model refactor * Fix: fixed a bug in the models of the valuetangle * Feat: refactored storageprefix framework * Feat: refactored some code * Refactor: additional refactor in OS logic * Refactor: refactored MissingPayload model * Refactor: refactored further models
-
- Apr 03, 2020
-
-
capossele authored
-
- Apr 02, 2020
-
-
capossele authored
-
- Mar 30, 2020
-
-
Hans Moog authored
* Feat: refactored message + started to add tests * Refactor: go mod tidy * Refactor: continued to refactor message * Feat: updated to last hive.go + added Signature() methid * Feat: go mod tidy * Feat: added mutex to the signature write in Bytes() * Fix: fixed Signature method * Feat: refactored message methods
-
lunfardo314 authored
-
- Mar 28, 2020
-
-
Hans Moog authored
-
Jonas Theis authored
* Added plugin structure and DB sequence number. WIP * First version of transaction factory and builders for payloads #275 * Move marshalutil to hive.go * Refactor existing code (before binary) to use new hive.go/identity #282 * Adjust binary code to use hive.go/identity and remove signature/ed25519 #282 * Adjust moved files from merge to use hive.go/marshalutil * Adjust moved files from merge to use hive.go/identity and hive.go/crypto * Adjust to merged changes * Rename to MessageFactory * Use local identity and tip selector * Rename package * Add tests * Changed BuildMessage to receive an interface value instead of pointer * Refactoring and comments * Fix: fixed issues due to refactor * Refactor: refactored the code * Refactor: removed unnecessary messagefactory plugin * Refactor: cleaned up code * Feat: made spammer use messagefactory * Refactor: refactored method name and docs * Refactor: additional refactor * Refactor: go mod tidy Co-authored-by:
Hans Moog <hm@mkjc.net>
-
Hans Moog authored
* Feat: started reworking output model * Refactor: refactored some of the model * Refactor: started to refactor some additional models * Refactor: started to refactor message layer * Refactor: still refactoring :/ * Refactor: refactored some more * Refactor: some error messages are gone YAY * Refactor: refactor complete
-
- Mar 26, 2020
-
-
Hans Moog authored
-
Jonas Theis authored
* Move marshalutil to hive.go * Adjust moved files from merge to use hive.go/marshalutil * Update go.mod * Change to use hive.go/marshalutil * Update go.mod
-
Hans Moog authored
* Feat: initial commit * Feat: Added Consumer model and fixed some smaller issues in Attachment * Feat: Consumers get stored on transaction arrival * Feat: added TransactionMetadata to solidifer * Refactor: started refactoring according to hive.go changes * Feat: upgrade to latest hive.go * Fix: fixed some errors after refactor * Refactor: refactored factory method signature * Fix: fixed some bugs * Fix: more fixes * Fix: fixed some more stuff
-
capossele authored
-
- Mar 25, 2020
-
-
lunfardo314 authored
-
- Mar 23, 2020
-
-
Wolfgang Welz authored
* upgrade hive.go * adapt to hive autopeering changes * use fixed version * check for valid gossip service * fix linter warnings * use netutil to check port number * clean up code * adjust autopeering port check * update hive.go * use a new discovery instance * set network ID * increase DB version * upgrade hive.go
-
- Mar 19, 2020
- Mar 16, 2020
-
-
Hans Moog authored
* Refactor: cleaned up unused files * Refactor: changing branches (need to commit) * Refactor: refactored some code * Feat: finished signature scheme for value transactions * Fix: fix broken merge * Refactor: refactored some code * Refactor: refactored transaction marshaling and unmarshaling * Fix: fixed missing err check * Feat: added payload string method * Feat: added Bytes() method to transactionid * Feat: refactored the marshaling * Refactor: refactored serialization code * Feat: started implementing the payload metadata * Docs: added some doc comments * Docs: added some additional docs * Feat: added a CachedObject of the payloadmetadata + added comments * Feat: updated hive.go + added further models * Feat: pc died - rescued files from disk * Feat: further models implemented * Feat: added missing model for value tangle * Feat: started writing test cases for value tangle * Feat: started to adjust marshaling of transaction * Feat: refactored marshaling of payload * Feat: intermediary commit before bigger refactor * Feat: removed identity package * Fix: fixed bugs due to refactor * Fix: fixed further bugs * Fix: fixed further bugs * Fix: hopefully last bugs :p * Feat: changed time marshal to use nanoseconds * Fix: fixed time marshaling * Fix: fixed serialization bug * Docs: added a comment to handling the zero value * Refactor: refactored transaction to separate issuerKey * Feat: added a parse method for Signatures * Feat: updated to latest hive.go
-
- Mar 05, 2020
-
-
Wolfgang Welz authored
* Migrate netutil package to hive.go #282 * Fix tests * use db in tempdir Co-authored-by:
Wolfgang Welz <welzwo@gmail.com>
-
- Mar 04, 2020
- Feb 29, 2020
-
-
Hans Moog authored
-
- Feb 25, 2020
-
-
Hans Moog authored
* Feat: started to merge changes * Refactor: moved parameter package to be a plugin (same with logger) * Feat: first compiling version of new ontologoies merge * Feat: ported additional plugins * Feat: transaction get solid now * Refactor: reverted some previous changes from debugging * Feat: added a banner module for the cli interface * Feat: added a plugin for the port checks * Feat: fixed some bugs * Refactor: reverted some changes * Feat: reworked TransactionParser to use Errors * Feat: TransactionParser uses Peer * Feat: started to rework broadCastData webapi call * Feat: refactored some plugins * Fix: fixed test of tangle * Refactor: changed tangle package in graph plugin * Refactor: uncommented broken code * Fix: fixed broken method signature in gossip test * Feat: started adding value tangle * Feat: adjusted to new hive.go * Feat: upgraded hive.go * Clean up PortCheck plugin and make it standalone #259 (#271) Co-authored-by:
Hans Moog <hm@mkjc.net> Co-authored-by:
Jonas Theis <mail@jonastheis.de>
-
Hans Moog authored
-
Hans Moog authored
-
- Feb 22, 2020
-
-
Hans Moog authored
-
- Feb 20, 2020
-
-
Jonas Theis authored
* Bump up Logstash and ElasticSearch memory #251 * Add version and if available GIT information to remote log message #251
-
Hans Moog authored
-
capossele authored
-
capossele authored
-
- Feb 19, 2020
- Feb 17, 2020
-
-
Hans Moog authored
-
- Feb 14, 2020
- Feb 12, 2020
-
-
Wolfgang Welz authored
-
Wolfgang Welz authored
* use autopeering from hive.go * update hive.go
-
- Feb 07, 2020
-
-
Hans Moog authored
* 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
-