Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transactions aren't serializing AuthAddr properly #114

Closed
jasonboukheir opened this issue Mar 20, 2022 · 2 comments
Closed

Transactions aren't serializing AuthAddr properly #114

jasonboukheir opened this issue Mar 20, 2022 · 2 comments
Assignees
Labels
bug Something isn't working released on @pre released

Comments

@jasonboukheir
Copy link
Member

There is an sgnr field in the transaction models.

@jasonboukheir jasonboukheir added the bug Something isn't working label Mar 20, 2022
@jasonboukheir jasonboukheir self-assigned this Mar 20, 2022
jasonboukheir added a commit that referenced this issue Mar 21, 2022
this simplifies the code a lot more and reduces the memory size of `Transaction`

fix #113, fix #114
jasonboukheir added a commit that referenced this issue Mar 21, 2022
this simplifies the code a lot more and reduces the memory size of `Transaction`

fix #113, fix #114
jasonboukheir added a commit that referenced this issue Mar 21, 2022
this simplifies the code a lot more and reduces the memory size of `Transaction`

fix #113, fix #114
github-actions bot pushed a commit that referenced this issue Mar 21, 2022
# [2.2.0-pre.3](v2.2.0-pre.2...v2.2.0-pre.3) (2022-03-21)

### Bug Fixes

* **editor:** fix Tooltip compilation issue in unity 2020.3 ([6b71300](6b71300))

### Features

* **account:** add `MicroAlgos` wrapper class ([57a89e6](57a89e6))
* **application:** add `AppIndex` type ([458392b](458392b))
* **asset:** add `AssetIndex` type ([2c44d55](2c44d55))
* **transaction:** add ability to fully deserialize `BlockTransaction` ([f32da2f](f32da2f)), closes [#108](#108)
* **transaction:** refactor signed transaction to use `[AlgoApiObject]` ([8ff034d](8ff034d)), closes [#113](#113) [#114](#114)
@github-actions
Copy link

🎉 This issue has been resolved in version 2.2.0-pre.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this issue Mar 23, 2022
# [2.2.0](v2.1.1...v2.2.0) (2022-03-23)

### Bug Fixes

* **editor:** fix Tooltip compilation issue in unity 2020.3 ([6b71300](6b71300))

### Features

* **account:** add `IAccount`, `ISigner`, and `IAsyncSigner` interfaces ([19f139d](19f139d)), closes [#82](#82)
* **account:** add `MicroAlgos` wrapper class ([57a89e6](57a89e6))
* **accounts:** add `MinBalance` to allow developers to estimate min balances ([856c11a](856c11a)), closes [#104](#104)
* **application:** add `AppIndex` type ([458392b](458392b))
* **asset:** add `AssetIndex` type ([2c44d55](2c44d55))
* **teal:** add conversion for supported types to `CompiledTeal` ([#112](#112)) ([5a279d2](5a279d2)), closes [#105](#105)
* **transaction:** add ability to fully deserialize `BlockTransaction` ([f32da2f](f32da2f)), closes [#108](#108)
* **transaction:** refactor signed transaction to use `[AlgoApiObject]` ([8ff034d](8ff034d)), closes [#113](#113) [#114](#114)
@github-actions
Copy link

🎉 This issue has been resolved in version 2.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released on @pre released
Projects
None yet
Development

No branches or pull requests

1 participant