Skip to content

Commit

Permalink
docs: update pitfalls
Browse files Browse the repository at this point in the history
  • Loading branch information
gostkin committed Jan 30, 2024
1 parent 02c6cb5 commit b666808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/pitfalls.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ sidebar_position: 1

## Risks with using this codebase:

- **Missing functionality in binary data parsing libraries**: This codebase parses raw CBOR (binary data) from the Cardano blockchain using CML. It has happened in the past that one of these libraries is missing some feature of the Cardano blockchain which could cause Carp to fail if these ever appear on-chain
- **Missing functionality in binary data parsing libraries**: This codebase parses raw CBOR (binary data) from the Cardano blockchain using CML. It has happened in the past that the library is missing some feature of the Cardano blockchain which could cause Carp to fail if these ever appear on-chain.
- **Cardano ledger bugs** (yes, this happens): There has been multiple occasions where the Cardano node itself has a bug in it causing the data generated not to be parsable by CML until patched.

0 comments on commit b666808

Please sign in to comment.