onflow / atree

Atree provides scalable arrays and scalable ordered maps.
https://onflow.org
Apache License 2.0
39 stars 13 forks source link

Fix error type for external errors during serialization #382

Closed fxamacker closed 3 months ago

fxamacker commented 3 months ago

The wrong error type was returned when an external error is encountered (in atree inlining feature branch).

This PR returns the correct error type.

NOTE: This problem does not exist in the master branch.


fxamacker commented 3 months ago

@turbolent @ramtinms PTAL :pray: This needs to be included as part of using atree inlining in Cadence.