Skip to content

Conversation

@clockworkgr
Copy link
Member

No description provided.

tbruyelle and others added 5 commits November 12, 2025 16:22
Closes gnolang#4866

Added a txtar test to ensure that -send flag doesnt affect the user
balance when used in `maketx run`.

Added similar txtar for `maketx call`, this time the user balance is
affected.
SetBytes is used by the IBC contract to store the commitment bytes. Then
the relayer submit the proof of existence of those bytes to the counter
party chain, but if the value bytes are different, the proof cannot be
verified.

This PR updates SetBytes to use directly the store instead of passing by
the common `set` method, preventing the value to be aminoJSON encoded.

Removed GetRaw/SetRaw since GetBytes/SetBytes can be used as a
replacement.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants