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

v0.19.0 #582

Merged
merged 2 commits into from
Oct 24, 2022
Merged

v0.19.0 #582

merged 2 commits into from
Oct 24, 2022

Conversation

ahangsu
Copy link
Contributor

@ahangsu ahangsu commented Oct 24, 2022

Added

  • Added option to OpUp utility to allow specification of source for fees (#566)

Fixed

  • Erroring on constructing an odd length hex string. (#539)
  • Incorrect behavior when overriding a method name (#550)
  • Add missing abi.NamedTupleTypeSpec equality override, such that equality holds only when instance_class and value_type_specs match. (#540)
  • Prohibited instantiating abi.NamedTuple from inheriting subclasses of abi.NamedTuple, for fields in subclasses are not inherited. (#540)
  • Fixed bug in app arg tupling and detupling when a Txn argument is present (#577)

Changed

  • Subroutines that take ABI type of Transaction now allow any Transaction type to be passed. (#531)
  • Relaxing exact type check in InnerTxnFieldExpr.MethodCall by applying abi.type_spec_is_assignable_to. (#561)

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Michael Diamant <michaeldiamant@users.noreply.github.com>
@ahangsu ahangsu merged commit 597ed7d into master Oct 24, 2022
@ahangsu ahangsu deleted the release/v0.19.0 branch October 24, 2022 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants