Open gfanton opened 8 months ago
To prevent abuse, JSON marshaling and unmarshaling should include gas consumption. As mentioned here: https://github.com/gnolang/gno/pull/1776#issuecomment-2025749454, a custom JSON marshaller/unmarshaller implementation is needed to address this.
Related to https://github.com/gnolang/gno/issues/2029
I'm removing this issue out of the mainnet launch scope, in favor of a simpler approach covered in https://github.com/gnolang/gno/pull/2949
To prevent abuse, JSON marshaling and unmarshaling should include gas consumption. As mentioned here: https://github.com/gnolang/gno/pull/1776#issuecomment-2025749454, a custom JSON marshaller/unmarshaller implementation is needed to address this.