rs-soroban-env icon indicating copy to clipboard operation
rs-soroban-env copied to clipboard

Use explicit protocol version for test Wasms.

Open dmkozh opened this issue 6 months ago • 0 comments

What

Also modified the makefile to regenerate Wasms in the directory corresponding to the necessary protocol version.

I'm not sure yet if we need to maintain several versions of every Wasm, so I'm only leaving the v20 Wasms checked-in for now (I did try to generate v21 though just for a sanity check). Going forward I think we could keep explicitly versioned Wasms around for tests that need them, but otherwise have just a single version.

Why

Preparing for adding p22 tests that need different versions of Wasm (specifically, constructor tests).

Known limitations

N/A

dmkozh avatar Jul 29 '24 23:07 dmkozh