Skip to content

Commit

Permalink
Merge pull request #1 from LegReq/test-pull
Browse files Browse the repository at this point in the history
test-pull
  • Loading branch information
KDean-Dolphin authored Feb 4, 2025
2 parents 9106352 + 62ddb05 commit 357d512
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
13 changes: 12 additions & 1 deletion pandoc-spec.options.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@
"headerFile": "header.html",
"footerFile": "footer.html",
"inputDirectory": "spec",
"inputFile": "index.md",
"inputFile": [
"index.md",
"Introduction-and-Motivation.md",
"Terminology.md",
"Syntax.md",
"CRUD-Operations.md",
"Update-Beacons.md",
"Security-Considerations.md",
"Privacy-Considerations.md",
"References.md",
"Appendix.md"
],
"outputDirectory": "_site",
"cleanOutput": true,
"outputFile": "index.html"
Expand Down
2 changes: 1 addition & 1 deletion spec/CRUD-Operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ through the `resolutionOptions`. If `sidecarData` is present it is used to proce
- Set `signalTx` to `beaconSignal.tx`
- Set `signalId` to `signalTx.id`
- Set `signalSidecarData` to `sidecarData[signalId]` TODO: formalize structure of sidecarData
- Set `didUpdatePayload` to the result of passing `signalTx` and `signalSidecarData` to the Process Beacon Signal algorithm defined by the corresponding Beacon `type`. See [Update Beacons].
- Set `didUpdatePayload` to the result of passing `signalTx` and `signalSidecarData` to the Process Beacon Signal algorithm defined by the corresponding Beacon `type`. See [Section 5 Beacons](#5-update-beacons).
- If `didUpdatePayload` is not null, push `didUpdatePayload` to `updates`
1. Return `updates`

Expand Down
12 changes: 0 additions & 12 deletions spec/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,3 @@ Copyright © 2024 Digital Contract Design
- Kate Sills <katelynsills@gmail.com>

## Licence Statement: TODO {.unnumbered .unlisted}

```{.include}
Introduction-and-Motivation.md
Terminology.md
Syntax.md
CRUD-Operations.md
Update-Beacons.md
Security-Considerations.md
Privacy-Considerations.md
References.md
Appendix.md
```

0 comments on commit 357d512

Please sign in to comment.