-
- Downloads
ValueTangle implementation (#320)
* 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
Showing
- go.sum 0 additions, 2 deletionsgo.sum
- packages/binary/messagelayer/tangle/approver.go 2 additions, 4 deletionspackages/binary/messagelayer/tangle/approver.go
- packages/binary/messagelayer/tangle/missingmessage.go 1 addition, 1 deletionpackages/binary/messagelayer/tangle/missingmessage.go
- packages/binary/storageprefix/storageprefix.go 5 additions, 4 deletionspackages/binary/storageprefix/storageprefix.go
- packages/binary/valuetransfer/tangle/attachment.go 38 additions, 0 deletionspackages/binary/valuetransfer/tangle/attachment.go
- packages/binary/valuetransfer/tangle/consumer.go 74 additions, 26 deletionspackages/binary/valuetransfer/tangle/consumer.go
- packages/binary/valuetransfer/tangle/tangle.go 185 additions, 89 deletionspackages/binary/valuetransfer/tangle/tangle.go
- packages/binary/valuetransfer/tangle/transactionoutputmetadata.go 0 additions, 215 deletions.../binary/valuetransfer/tangle/transactionoutputmetadata.go
- packages/binary/valuetransfer/transaction/output.go 167 additions, 46 deletionspackages/binary/valuetransfer/transaction/output.go
- packages/binary/valuetransfer/transaction/output_test.go 35 additions, 0 deletionspackages/binary/valuetransfer/transaction/output_test.go
- packages/binary/valuetransfer/transaction/transaction.go 4 additions, 0 deletionspackages/binary/valuetransfer/transaction/transaction.go
Loading
Please register or sign in to comment