Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 14c1be1

Browse files
authored
Merge pull request #33 from agunde406/fix_rfc_numbers
Update RFC numbers for merged RFCs
2 parents e816f02 + bab87fa commit 14c1be1

8 files changed

Lines changed: 13 additions & 13 deletions
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: consensus-api
22
- Start Date: 2018-03-15
3-
- RFC PR: (leave this empty)
4-
- Sawtooth Issue: (leave this empty)
3+
- RFC PR: [hyperledger/sawtooth-rfcs#4](https://github.com/hyperledger/sawtooth-rfcs/pull/4)
4+
- Sawtooth Issue: N/A
55

66
# Summary
77
[summary]: #summary

text/0014-supply-chain-universal-client.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Record Detail, and Add Record. They are detailed below.
4646

4747
### View Record Page
4848

49-
![View Records Page](../images/0000-view-records-page.png)
49+
![View Records Page](../images/0014-view-records-page.png)
5050
_*In the above mock up, dashed lines indicate elements that will only appear if
5151
the user is logged in._
5252

@@ -57,7 +57,7 @@ should be listed.
5757

5858
### Record Detail Page
5959

60-
![Record Detail Page](../images/0000-record-detail-page.png)
60+
![Record Detail Page](../images/0014-record-detail-page.png)
6161

6262
_*In the above mock up, dotted lines indicate elements that will only appear if
6363
the user is logged in as an Agent with the correct permissions._
@@ -69,7 +69,7 @@ FishNet, this was hard coded.
6969

7070
### Add Record Page
7171

72-
![Add Record Page](../images/0000-add-record-page.png)
72+
![Add Record Page](../images/0014-add-record-page.png)
7373

7474
Similar to the other pages, the Add Record page gets a dropdown for "Type".
7575
This will allow users to select any of the RecordTypes on the blockchain, which
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: supply_chain_client_sdk
22
- Start Date: 2018-03-26
3-
- RFC PR:
4-
- Sawtooth Issue:
3+
- RFC PR: [hyperledger/sawtooth-rfcs#16](https://github.com/hyperledger/sawtooth-rfcs/pull/16)
4+
- Sawtooth Issue: N/A
55

66
# Summary
77
[summary]: #summary
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: seth\_rpc\_extensions
22
- Start Date: 2018-07-30
3-
- RFC PR:
4-
- Sawtooth Issue:
3+
- RFC PR: [hyperledger/sawtooth-rfcs#22](https://github.com/hyperledger/sawtooth-rfcs/pull/22)
4+
- Sawtooth Issue: N/A
55

66
# Summary
77
[summary]: #summary
@@ -40,7 +40,7 @@ implementing a compatible API that presents these endpoints:
4040
- personal_listAccounts
4141
- personal_newAccount
4242
- personal_unlockAccount
43-
43+
4444
Additionally, in order to facilitate import existing accounts, the API will
4545
present this method that [geth][import-raw-key] has implemented:
4646

@@ -199,7 +199,7 @@ Imports the given unencrypted private key, optionally encrypting it
199199
#### Parameters
200200

201201
0. `String` - The private key to import
202-
0. `String` - (optional) The password to encrypt the key with
202+
0. `String` - (optional) The password to encrypt the key with
203203

204204
```js
205205
params: [
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: docker_compose_builds
22
- Start Date: 2018-03-27
3-
- RFC PR:
4-
- Sawtooth Issue:
3+
- RFC PR:[hyperledger/sawtooth-rfcs#25](https://github.com/hyperledger/sawtooth-rfcs/pull/25)
4+
- Sawtooth Issue: N/A
55

66
# Summary
77
[summary]: #summary

0 commit comments

Comments
 (0)