tlsn icon indicating copy to clipboard operation
tlsn copied to clipboard

GC Unchecked types

Open sinui0 opened this issue 2 years ago • 0 comments

This PR decouples the GC message layer from data validation. I've introduced "unchecked" types which are structurally correct but have not been validated against a circuit specification.

Note that I did not invest much into optimizing validation, and we still need more comprehensive tests. I'm punting both to a future PR.

This PR depends on #127 so the diff will be a bit cluttered until we get that merged and I rebase this.

sinui0 avatar Dec 11 '22 03:12 sinui0