-
- Downloads
Implemented value tangle (#288)
* 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
Showing
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 8 deletionsgo.sum
- packages/binary/identity/constants.go 0 additions, 7 deletionspackages/binary/identity/constants.go
- packages/binary/identity/identity.go 0 additions, 48 deletionspackages/binary/identity/identity.go
- packages/binary/identity/identity_test.go 0 additions, 41 deletionspackages/binary/identity/identity_test.go
- packages/binary/identity/type.go 0 additions, 8 deletionspackages/binary/identity/type.go
- packages/binary/marshalutil/marshalutil.bool.go 24 additions, 0 deletionspackages/binary/marshalutil/marshalutil.bool.go
- packages/binary/marshalutil/marshalutil.go 8 additions, 1 deletionpackages/binary/marshalutil/marshalutil.go
- packages/binary/marshalutil/marshalutil.time.go 33 additions, 0 deletionspackages/binary/marshalutil/marshalutil.time.go
- packages/binary/marshalutil/marshalutil_test.go 1 addition, 0 deletionspackages/binary/marshalutil/marshalutil_test.go
- packages/binary/signature/ed25119/private_key.go 16 additions, 0 deletionspackages/binary/signature/ed25119/private_key.go
- packages/binary/signature/ed25119/public_key.go 14 additions, 0 deletionspackages/binary/signature/ed25119/public_key.go
- packages/binary/signature/ed25119/signature.go 14 additions, 0 deletionspackages/binary/signature/ed25119/signature.go
- packages/binary/spammer/spammer.go 5 additions, 6 deletionspackages/binary/spammer/spammer.go
- packages/binary/storageprefix/storageprefix.go 8 additions, 7 deletionspackages/binary/storageprefix/storageprefix.go
- packages/binary/tangle/model/transaction/id.go 11 additions, 0 deletionspackages/binary/tangle/model/transaction/id.go
- packages/binary/tangle/model/transaction/payload/data/data.go 15 additions, 2 deletions...ages/binary/tangle/model/transaction/payload/data/data.go
- packages/binary/tangle/model/transaction/payload/payload.go 41 additions, 0 deletionspackages/binary/tangle/model/transaction/payload/payload.go
- packages/binary/tangle/model/transaction/test/transaction_test.go 4 additions, 4 deletions.../binary/tangle/model/transaction/test/transaction_test.go
- packages/binary/tangle/model/transaction/transaction.go 24 additions, 52 deletionspackages/binary/tangle/model/transaction/transaction.go
Loading
Please register or sign in to comment