You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added id and changed pri key to id to node
* fixed node_registry table pri key
* added update node registration query and test. recompiled schema adding node_registry id field
* recompiled schema: added updatenoderegistration request and rpc endpoint to schema
* recompiled schema: refactored updateNodeRegistration and added UpdateNodeRegistrationTransactionBody to transaction.proto
* first implementation of updateNodeRegistration: queries and transaction body struct/validation/applyunconfirmed/applyconfirmed
* added fixtureGenerator for tests
added Get/Parse bytes to TypeAction interface
TODO: interface for transactionBody to be returned by ParseBodyBytes
* #83 cast transaction body interface to specific body implementation
* refactored common/util get/parse transaction bytes in respect to new standards
started refactoring unit tests
* #84 remove cyclomatic rule as agreed on consensus
Description
Implement service layer for update node registration's transaction type, as described in https://docs.google.com/document/d/118CdR0WOIpZx4C9Hnx-JsrHz3vXn9OZ6eMokk9y71hk/edit#bookmark=id.nw9gxr2k51oa
Breakdown
Additional Diagram / File
Reference
#68 #82
The text was updated successfully, but these errors were encountered: