Skip to content
Open
Show file tree
Hide file tree
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
16 changes: 8 additions & 8 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ the Fabric network using a terminal emulator.</p>
</dd>
<dt><a href="#HKDF">HKDF</a></dt>
<dd><p>Provides an HMAC-based Extract-and-Expand Key Derivation Function (HKDF), compatible with
RFC 5869. Defaults to 32 byte output, matching Bitcoin&#39;s implementaton.</p>
RFC 5869. Defaults to 32 byte output, matching Bitcoin&#39;s implementation.</p>
</dd>
<dt><a href="#Identity">Identity</a></dt>
<dd><p>Manage a network identity.</p>
Expand Down Expand Up @@ -688,7 +688,7 @@ Generate a list of elements in the collection.

### collection.toTypedArray()
Provides the [Collection](#Collection) as an [Array](Array) of typed
elements. The type of these elments are defined by the collection's
elements. The type of these elements are defined by the collection's
type, supplied in the constructor.

**Kind**: instance method of [<code>Collection</code>](#Collection)
Expand Down Expand Up @@ -949,7 +949,7 @@ Load Filesystem state from disk.
<a name="Filesystem+sync"></a>

### filesystem.sync() ⇒ [<code>Filesystem</code>](#Filesystem)
Syncronize state from the local filesystem.
Synchronize state from the local filesystem.

**Kind**: instance method of [<code>Filesystem</code>](#Filesystem)
**Returns**: [<code>Filesystem</code>](#Filesystem) - Instance of the Fabric filesystem.
Expand Down Expand Up @@ -1001,7 +1001,7 @@ Reverses the bytes of the digest.

## HKDF
Provides an HMAC-based Extract-and-Expand Key Derivation Function (HKDF), compatible with
RFC 5869. Defaults to 32 byte output, matching Bitcoin's implementaton.
RFC 5869. Defaults to 32 byte output, matching Bitcoin's implementation.

**Kind**: global class

Expand Down Expand Up @@ -1215,7 +1215,7 @@ Attempts to append a [Page](Page) to the ledger.
<a name="Scribe+now"></a>

### ledger.now() ⇒ <code>Number</code>
Retrives the current timestamp, in milliseconds.
Retrieves the current timestamp, in milliseconds.

**Kind**: instance method of [<code>Ledger</code>](#Ledger)
**Overrides**: [<code>now</code>](#Scribe+now)
Expand Down Expand Up @@ -1505,7 +1505,7 @@ Get `n` bytes of deterministic random data.
<a name="Machine+compute"></a>

### machine.compute(input) ⇒ [<code>Machine</code>](#Machine)
Computes the next "step" for our current Vector. Analagous to `sum`.
Computes the next "step" for our current Vector. Analogous to `sum`.
The top item on the stack is always the memory held at current position,
so counts should always begin with 0.

Expand Down Expand Up @@ -3053,7 +3053,7 @@ Generate [Script](#Script) for claiming a [Swap](Swap).
<a name="Wallet+_getRefundInputScript"></a>

### wallet.\_getRefundInputScript(redeemScript)
Generate [Script](#Script) for reclaiming funds commited to a [Swap](Swap).
Generate [Script](#Script) for reclaiming funds committed to a [Swap](Swap).

**Kind**: instance method of [<code>Wallet</code>](#Wallet)

Expand Down Expand Up @@ -3684,7 +3684,7 @@ Deprecated 2021-11-06.
<a name="Scribe+now"></a>

### scribe.now() ⇒ <code>Number</code>
Retrives the current timestamp, in milliseconds.
Retrieves the current timestamp, in milliseconds.

**Kind**: instance method of [<code>Scribe</code>](#Scribe)
**Returns**: <code>Number</code> - [Number](Number) representation of the millisecond [Integer](Integer) value.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Progress can be tracked in [`#meta:fabric.pub`][chat-meta].
## Bitcoin
Do not send Bitcoin to any of our previously published addresses. We'll enable Lightning donations soon, which have far superior privacy.

**Remember:** don't re-use Bitcoin addresses!
**Remember:** don't reuse Bitcoin addresses!

## Artwork
We're borne of a swarm of storytellers, eager to tell a tale. [Join `#lobby:roleplaygateway.com`][chat-rpg-lobby] to start your journey, or [jump to the end][rpg] to list your work.
Expand Down
2 changes: 1 addition & 1 deletion whitepaper-2015.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Multi-Party Computations, or SMPC.
In 2008, Satoshi Nakamoto crystallized a solution to the Byzantine General's
Problem in the form of Nakamoto Consensus, which is most famously utilized as
part of Bitcoin's consensus mechanism. Launching publicly in 2009, Bitcoin has
gone on to become the world's most reknown distributed system.
gone on to become the world's most renown distributed system.

### Smart Contracts
Bitcoin leverages the concept of a self-executing agreement known as a Smart
Expand Down