Open aboodman opened 4 years ago
See https://github.com/rocicorp/repc/pull/153/commits/9e73ae592d2980a7c9f360fc1d9625b84b891564 for previous sanity check that should be re-instated with this bug.
See #139
args in opentransaciton become a string https://github.com/rocicorp/repc/blob/a5ee7e5caeebdd41205046356853b22dfd0aed56/src/embed/types.rs#L13
this forces one of three choices:
heh:
Currently transaction arguments are decoded in both repc and replicache-sdk-js in various locations. This is both expensive and also prevents us from easily doing useful sanity checks.