eoscanada / eos-go

EOS.IO Go API library
MIT License
563 stars 216 forks source link

improve the error handling when decoding table rows with variant types #214

Closed fschoell closed 10 months ago

fschoell commented 10 months ago

Summary

This PR adds some improvements and fixes to the error handling when decoding variant table rows. It adds a missing return on error, adds a manual boundary check for the variant array and adds support for aliases.

Checklist