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
We could have overflows in f_weight_sum in set_finalizers. We should check for that in Leap.
Also, we should use check = true in Leap regardless of any assumptions we make about what the system contract may or may not do.
Continue using set as a means of detecting duplicates of public keys in set_finalizers. However, detect the duplicate early and if found throw an error where the message include the duplicate public key in its text encoding.
Either remove the operator == from bls_public_key and bls_signature or, if they are actually used, rename them equal.
The text was updated successfully, but these errors were encountered:
Copy
eosio.bios
contract from AntelopeIO/reference-contracts#33In addition, from @arhag in Telegram as a result of the review of AntelopeIO/reference-contracts#33
Continue using
set
as a means of detecting duplicates of public keys inset_finalizers
. However, detect the duplicate early and if found throw an error where the message include the duplicate public key in its text encoding.Either remove the
operator ==
frombls_public_key
andbls_signature
or, if they are actually used, rename themequal
.The text was updated successfully, but these errors were encountered: