An open API service indexing awesome lists of open source software.

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).

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
```