https://github.com/blockchaincommons/wips-ietf-draft-deterministic-cbor
Norms and practices for encoding and validating deterministic CBOR (dCBOR).
https://github.com/blockchaincommons/wips-ietf-draft-deterministic-cbor
Last synced: about 2 months ago
JSON representation
Norms and practices for encoding and validating deterministic CBOR (dCBOR).
- Host: GitHub
- URL: https://github.com/blockchaincommons/wips-ietf-draft-deterministic-cbor
- Owner: BlockchainCommons
- License: other
- Created: 2023-03-08T10:52:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-20T17:51:10.000Z (4 months ago)
- Last Synced: 2025-12-22T18:59:35.043Z (4 months ago)
- Language: Makefile
- Size: 1.48 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Deterministic CBOR (dCBOR) IETF Internet Draft
This is the working area for the individual Internet-Draft, "draft-mcnally-deterministic-cbor".
* [Editor's Copy](https://blockchaincommons.github.io/WIPs-IETF-draft-deterministic-cbor/draft-mcnally-deterministic-cbor.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-mcnally-deterministic-cbor)
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-mcnally-deterministic-cbor)
* [Compare Editor's Copy to Individual Draft](https://BlockchainCommons.github.io/WIPs-IETF-draft-deterministic-cbor/#go.draft-mcnally-deterministic-cbor.diff)
## Contributing
See the
[guidelines for contributions](https://github.com/BlockchainCommons/WIPs-IETF-draft-deterministic-cbor/blob/master/CONTRIBUTING.md).
Contributions can be made by creating pull requests.
The GitHub interface supports creating pull requests using the Edit (✏) button.
## Command Line Usage
Command line usage requires that you have the necessary software installed. See
[the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).
Make the current version of the draft with:
```sh
$ make
```
Assuming the previous version has been tagged, make the next numbered version of the draft with:
```sh
$ make next
```
Build the `gh-pages` branch with:
```sh
$ make gh-pages
```
Show unpushed commits on the `gh-pages` branch with:
```sh
$ git --no-pager log --oneline origin/gh-pages..gh-pages
```
Push the `gh-pages` branch to GitHub with:
```sh
$ git push origin gh-pages
```