Skip to content

Commit

Permalink
Merge pull request #96 from aiken-lang/aiken/cbor.deserialise
Browse files Browse the repository at this point in the history
experiment with: aiken/cbor.{deserialise}
  • Loading branch information
KtorZ authored Oct 16, 2024
2 parents cc346f2 + fa0d58b commit bcd725b
Show file tree
Hide file tree
Showing 4 changed files with 526 additions and 144 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Added

- [`aiken/cbor.{deserialise}`](https://aiken-lang.github.io/stdlib/aiken/cbor.html#deserialise): to recover `Data` from CBOR bytes.
- [`aiken/collection/pairs.{insert_with_by_ascending_key}`](https://aiken-lang.github.io/stdlib/aiken/collection/pairs.html#insert_with_by_ascending_key): for inserting in pairs while specifying how to combine values on key conflict.

## v2.1.0 - 2024-09-14
Expand Down
2 changes: 1 addition & 1 deletion aiken.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ requirements = []
source = "github"

[etags]
"aiken-lang/fuzz@v2" = [{ secs_since_epoch = 1727870812, nanos_since_epoch = 978021000 }, "64a32283418d58cade34059d3855b857e84505541158c541c460cafa0d355475"]
"aiken-lang/fuzz@v2" = [{ secs_since_epoch = 1729023353, nanos_since_epoch = 135235000 }, "64a32283418d58cade34059d3855b857e84505541158c541c460cafa0d355475"]
Loading

0 comments on commit bcd725b

Please sign in to comment.