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

Address types that compare equal must be structurally equal #985

Merged
merged 2 commits into from
Apr 28, 2021

Conversation

vaivaswatha
Copy link
Contributor

This is achieved by representing addresses using Maps rather than lists. Maps bring in an order.

Also update the test IPC server to return false on "not found" as per the latest protocol with the blockchain IPC server. Errors are to be raised only for things such as database error, invalid request etc.

Also update the test IPC server to return false on "not found"
as per the latest protocol with the blockchain IPC server.
Errors are to be raised only for things such as database
error, invalid request etc.
@vaivaswatha vaivaswatha merged commit 71b008a into master Apr 28, 2021
@vaivaswatha vaivaswatha deleted the address_canon branch April 28, 2021 04:18
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.

None yet

2 participants