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

Add freezeAccount encoding in _getDictForDisplay #460

Merged
merged 2 commits into from
Oct 26, 2021

Conversation

algochoi
Copy link
Contributor

@algochoi algochoi commented Oct 25, 2021

Adds encoding from an Address type to an address string for the freezeAccount field for the _getDictForDisplay() function. Since this is a cosmetic change, I visually checked the output in the unit test (makeAssetFreezeTxn), but we can possibly add a check there if we want to be more stringent.

In addition, this PR updates the chromedriver package to version 95 so that it can build and pass chrome tests on the latest stable version of the browser.

Closes #430

@algochoi algochoi changed the title Add freezeAccount encoding in _getDictForDisplay( Add freezeAccount encoding in _getDictForDisplay Oct 25, 2021
Copy link
Contributor

@ahangsu ahangsu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fix looks neat to me! Seems interesting to relieve from build error by just updating chromedriver 🤔

@algochoi algochoi merged commit f11084b into develop Oct 26, 2021
@algochoi algochoi deleted the algochoi/encode-frzacct branch October 26, 2021 15:41
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.

Possible inconsistency on Transaction._getDictForDisplay()
2 participants