-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: update old spec links * add pr template
- Loading branch information
Showing
7 changed files
with
45 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Changes proposed in this pull request | ||
|
||
<!-- Provide a succinct description of what this pull request entails. --> | ||
|
||
## Context | ||
|
||
<!-- What were you trying to do? Link issues here - using `fixes #number` --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Hashed-Timelock Agreements | ||
--- | ||
|
||
import Rfc from "/src/components/Rfc.astro"; | ||
|
||
<Rfc source="https://raw.githubusercontent.com/interledger/rfcs/main/0022-hashed-timelock-agreements/0022-hashed-timelock-agreements.md"> | ||
|
||
## Background on Hashed-Timelock Contracts (HTLCs) | ||
|
||
## HTLAs Without Ledger Support | ||
|
||
## Interledger Across Diverse HTLAs | ||
|
||
## Spectrum of HTLA Types | ||
|
||
## Appendix: Additional HTLA Types | ||
|
||
</Rfc> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Interledger Architecture | ||
--- | ||
|
||
import Rfc from "/src/components/Rfc.astro"; | ||
|
||
<Rfc source="https://raw.githubusercontent.com/interledger/rfcs/master/0001-interledger-architecture/0001-interledger-architecture.md"> | ||
|
||
## Core Concepts | ||
|
||
## Interledger Security | ||
|
||
</Rfc> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters