feat: Move flat en/de from aiken to pallas (#303)
Nothing new is going on within the code itself. I simply popped the crate into pallas_codec as a submodule `pallas_codec::flat`. I also moved over the tests that we had in the crate. In general this is in solid shape and hasn't had any changes for months. That said there could be some things that require love like dealing with BigInt. Co-authored-by: Kasey White <kwhitemsg@gmail.com>
This commit is contained in:
parent
f82fbcd7d9
commit
11687d7f85
15 changed files with 1122 additions and 15 deletions
28
Cargo.toml
28
Cargo.toml
|
|
@ -1,17 +1,17 @@
|
|||
[workspace]
|
||||
|
||||
resolver = "2"
|
||||
members = [
|
||||
"pallas-codec",
|
||||
"pallas-addresses",
|
||||
"pallas-network",
|
||||
"pallas-crypto",
|
||||
"pallas-configs",
|
||||
"pallas-primitives",
|
||||
"pallas-traverse",
|
||||
"pallas-utxorpc",
|
||||
"pallas",
|
||||
"examples/block-download",
|
||||
"examples/block-decode",
|
||||
"examples/n2n-miniprotocols",
|
||||
"examples/n2c-miniprotocols",
|
||||
"pallas-codec",
|
||||
"pallas-addresses",
|
||||
"pallas-network",
|
||||
"pallas-crypto",
|
||||
"pallas-configs",
|
||||
"pallas-primitives",
|
||||
"pallas-traverse",
|
||||
"pallas-utxorpc",
|
||||
"pallas",
|
||||
"examples/block-download",
|
||||
"examples/block-decode",
|
||||
"examples/n2n-miniprotocols",
|
||||
"examples/n2c-miniprotocols",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue