AntelopeIO / reference-contracts

Other
10 stars 14 forks source link

IF: unifying set_finalizers interface with Leap and BIOS Contract #34

Closed linh2931 closed 10 months ago

linh2931 commented 10 months ago

Currently CDT and Leap use abi_finalizer_policy while BIOS contract uses finalizer_policy. Some field names and types are also different. Unify them to reduce future confusion.

Error messages in BIOS contract in Leap libtester are not consistent with BIOS contract in Reference-Contracts. Should be kept consistent.

CDT https://github.com/AntelopeIO/cdt/issues/257 Leap https://github.com/AntelopeIO/leap/issues/1992