ava-labs / hypersdk

Opinionated Framework for Building Hyper-Scalable Blockchains on Avalanche

Home Page:https://hypersdk.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[x/programs] Stop using a fixture in program tests in Go

iFrostizz opened this issue · comments

This fixture is too brittle because it is easy to forget to update it after making a change on the Rust side. This slipped through and caused us to push buggy code the data was serialized twice in the storage.

Deleted it all in #881