coinbase / mesh-geth-sdk

go-ethereum based sdk for Mesh API
https://docs.cdp.coinbase.com/mesh/docs/getting-started/
Apache License 2.0
28 stars 29 forks source link

Fix bytes in encode method args not properly handled #138

Closed sidt-cb closed 1 week ago

sidt-cb commented 1 week ago

Motivation

Fixes bytes not being properly encoded in method args (see test)

Solution

Currently doesn't work because it creates an empty slice and then copies onto it, but since slice was empty it was not able to receive copied bytes. Updated to create a slice with correct length to hold all decoded bytes

Open questions

cb-heimdall commented 1 week ago

✅ Heimdall Review Status

Requirement Status More Info
Reviews 1/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1
cb-heimdall commented 1 week ago

Review Error for cosmonot1 @ 2024-11-19 23:57:20 UTC User must have write permissions to review