suave-geth icon indicating copy to clipboard operation
suave-geth copied to clipboard

suave_structs.go: Marshal bytes to hexstring

Open jinmel opened this issue 1 year ago • 0 comments

  • current: []byte field marshals to base64 string
  • to be: BuildBlockArgs and DataRecord structs now use hexutil.Big and hexutil.Bytes for uint64 and []byte fields respectively

📝 Summary

📚 References


  • [x] I have seen and agree to CONTRIBUTING.md

jinmel avatar Feb 23 '24 23:02 jinmel