Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add comment for potential overlapping tag nums in Cadence
Currently, Atree uses CBOR tag numbers [247, 255] and grows downwards. Cadence uses CBOR tag numbers [128, 224] and grows upwards. There MUST not be any overlap. This commit adds comment to warning about overlapping. We can be more proactive about this by dividing up the remaining available tag numbers between Cadence and Atree. NOTE: A similar comment will be added to Cadence repo at github.com/onflow/cadence when the next atree-cadence integration PR is opened.
- Loading branch information