mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-16 04:50:49 +00:00
* Hide `Rc` inside `CID` type, making it cheap to clone. * Introduce `CidRef` type that abstracts on `CID`'s inner type. This change makes code cleaner, makes memory more optimal (single allocation vs two allocations) and makes it easier to change CID's internal representation from string to binary.