You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look into inline response type support in the REST API
Should indexer responses also be typed?
Update ESM bundle support to adhere to modern standards (Native ESM #819). For the time being, we want to continue supporting commonjs and ESM, but our ESM support has fallen behind current practices.
EncodedSignedTransaction is not properly decoded from REST API -- binary fields are typed as Uint8Array but left as base64 strings when coming from JSON
#816 has been opened as an attempt to address most of these issues
The text was updated successfully, but these errors were encountered:
This issue outlines all remaining work that's necessary to release v3 of this library (which is currently in development in #817)
BlockHeader
class to have accurate typesSourceMap
class to map columns (TEAL Source Map: Improve SourceMap and support columns #834)EncodedSignedTransaction
is not properly decoded from REST API -- binary fields are typed asUint8Array
but left as base64 strings when coming from JSON#816 has been opened as an attempt to address most of these issues
The text was updated successfully, but these errors were encountered: