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
[FAB-8877] Validate Reserved Fields Name in CouchDB
Ledger removed the "data" wrapper when using CouchDB as the
state database. This change means that documents in the state
database must meet CouchDB's restrictions for top level field
names.
The validation for simulation and commit needs to be updated
for the following invalid field names:
- Any field beginning with an underscore, "_"
- ~version
- ~metadata
Change-Id: I9203691553de8c15888ce93ade99337bad5222a9
Signed-off-by: Chris Elder <chris.elder@us.ibm.com>
0 commit comments