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
Add tests for the PoS transaction WASMs using the tests crate, which provides access to tx host env and wasm tx_prelude.
With the tests, we can remove or replace the log_string calls in tx_bond, tx_unbond and tx_withdraw with a debug_log!, which will be compiled away in release built WASM.
Add tests for the PoS transaction WASMs using the
tests
crate, which provides access to tx host env and wasm tx_prelude.With the tests, we can remove or replace the
log_string
calls intx_bond
,tx_unbond
andtx_withdraw
with adebug_log!
, which will be compiled away in release built WASM.┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: