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
// The original functionality of this endpoint, getting one root for
76
+
// a given proof, is deprecated. This is because for smaller trees,
77
+
// there are often collisions with the same root for different proofs.
78
+
// This bit of code is for backwards compatibility.
79
+
constnote=`This endpoint is deprecated. For smaller trees, there are often collisions with the same root for different proofs. Please use the /v1/api/roots endpoint instead.`
0 commit comments