We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
P8EMemorializeContract
Some updates are needed due to issues uncovered while trying to use WriteP8EContractSpec and P8EMemorializeContract.
WriteP8EContractSpec
Some fields aren't being mapped correctly, and some validation points are missing.
p8e.proto Contract.considerations
getContractSpecID
contract.Spec.DataLocation.Ref.Hash
original_output_hashes
MsgWriteRecordRequest
contract.Definition.ResourceLocation.Ref.Hash
ProcessId
ConvertP8eMemorializeContractRequest
msg_server.P8EMemorializeContract
ValidateRecordUpdate
SessionId
record.SpecificationId
The text was updated successfully, but these errors were encountered:
dwedul-figure
Successfully merging a pull request may close this issue.
Summary
Some updates are needed due to issues uncovered while trying to use
WriteP8EContractSpec
andP8EMemorializeContract
.Problem Definition
Some fields aren't being mapped correctly, and some validation points are missing.
Proposal
p8e.proto Contract.considerations
field indicating that it is deprecated and ignored.getContractSpecID
to usecontract.Spec.DataLocation.Ref.Hash
for the contract spec id.original_output_hashes
to theMsgWriteRecordRequest
and validate them against the existing record.contract.Definition.ResourceLocation.Ref.Hash
for theProcessId
.ProcessId
insideConvertP8eMemorializeContractRequest
.ConvertP8eMemorializeContractRequest
to remove the note that theProcessId
field needs setting still.msg_server.P8EMemorializeContract
func.ConvertP8eMemorializeContractRequest
creates a record's inputs.ValidateRecordUpdate
SessionId
to change if all parties of the original session are signers.record.SpecificationId
when not provided.For Admin Use
The text was updated successfully, but these errors were encountered: