Skip to content
New issue

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

Adjust format of service IDs to match latest spec consensus #23

Merged
merged 1 commit into from
Feb 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,3 @@ use the invocation proof to authorize the operation.

Returns an operation object with an attached ocap-ld invocation proof, ready to
be submitted to the Veres One ledger.

### Attach an Equihash proof of work to an operation

Attach an Equihash proof of work to an operation. Once the operation is
submitted to Veres One, the ledger nodes will be able to use the proof to
authorize the operation.

* options - a set of options used when attaching the proof of work
* operation - the operation to attach the proof to.
* mode - the mode/environment to generate the proof in.
Options: 'dev', 'test', 'live' (default: 'dev').

Returns an operation object with an attached Equihash proof of work, ready to
be submitted to the Veres One ledger.