codenotary / immudb

immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
https://immudb.io
Other
8.55k stars 343 forks source link

Prohibite changing transiency of keys #2005

Closed ostafen closed 1 month ago

coveralls commented 1 month ago

Coverage Status

coverage: 89.503% (-0.005%) from 89.508% when pulling c1924c0fafe0b0536aa9d5b19649659f7951d35e on ostafen:fix-tx-set-panic into 68c7d59cdc9dd9cf345e516b7e9adccb1a294fbd on codenotary:master.

felipelalli commented 1 month ago

I couldn't understand exactly this correction. Could you explain it to me in more detail, please?

ostafen commented 1 month ago

@felipelalli, the issue happened when trying to set a transaction key using Set which was previously set using SetTransient.