You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove finality cert table constraint in observer (#1030)
Remove the primary key constraint in finality certs in observer to
avoid an edge-case where multiple certs for the same instance may be
discovered in conjunction with using duckdb appender to insert them.
Appender does not offer the ability to insert or ignore records. And
even if it did, we probably want to capture all and any certs, since
certs are validated before insertion.
While at it, also fix a typo in cert JSON struct tags.
0 commit comments