Commit graph

5 commits

Author SHA1 Message Date
Santiago Carmuega
89b048f92c Release 0.7.0-alpha.1
pallas@0.7.0-alpha.1
pallas-codec@0.7.0-alpha.1
pallas-crypto@0.7.0-alpha.1
pallas-miniprotocols@0.7.0-alpha.1
pallas-multiplexer@0.7.0-alpha.1
pallas-primitives@0.7.0-alpha.1

Generated by cargo-workspaces
2022-03-16 09:53:36 -03:00
Santiago Carmuega
f9514a88e0
fix(primitives): Handle very BigInt in plutus data (#75) 2022-03-16 09:20:22 -03:00
Santiago Carmuega
3336d4d446
feat: Use DecodeOwned for improved ergonomic (#74) 2022-03-14 18:27:00 -03:00
dependabot[bot]
b7610ff332
build(deps): update minicbor requirement from 0.14 to 0.15 (#72)
Updates the requirements on [minicbor](https://gitlab.com/twittner/minicbor) to permit the latest version.
- [Release notes](https://gitlab.com/twittner/minicbor/tags)
- [Changelog](https://gitlab.com/twittner/minicbor/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/twittner/minicbor/compare/minicbor-v0.14.0...minicbor-v0.15.0)

---
updated-dependencies:
- dependency-name: minicbor
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-13 15:42:28 -03:00
Santiago Carmuega
187245a62f
feat: Introduce shared codec lib (#71)
closes #65
2022-03-13 09:37:08 -03:00