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
Implement basic metadata structure for GroupSpecification
Problem Definition
Review proto message for appropriate identifiers and structure, update as needed. Change repeated ConsiderationSpec to be a repeated list of RecordSpecification identifiers. (this is a new type for the Address class)
Implement ValidateBasic for object
Add NewContractSpecification functions for creating an instance of ContractSpecification
Create test suite to cover basic validation logic
Implement appropriate Stringer interface method, add test case
Create associated keeper file for ContractSpecification.
Get/Set/Remove methods for ContractSpecifications in state store (include events and instrumentation publishing). Ensure remove method fails if there are any existing references to object. Update any indexes that might be useful for rapidly querying/accessing data for queries. Example: all scopes with a given value_owner
iramiller
changed the title
Add GroupSpecification implementation to the metadata module
Add ContractSpecification implementation to the metadata module
Feb 22, 2021
Summary
Implement basic metadata structure for GroupSpecification
Problem Definition
repeated ConsiderationSpec
to be a repeated list ofRecordSpecification
identifiers. (this is a new type for the Address class)value_owner
Add a special Create method that takes a P8e ContractSpec and parses into ContractSpecification and RecordSpecifications.Split out: Add ability to convert p8e ContractSpec to new ContractSpecification and RecordSpecifications. #113KVStorePrefixIterator
and appropriate prefixFor Admin Use
The text was updated successfully, but these errors were encountered: