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

cip68 doesn't use a dict anymore; intermediate fix until aiken 1.0.27 #82

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

logicalmechanism
Copy link
Collaborator

The cip68 was defined using a Dict type. As of 1.0.26 this type should not be used. It is now replaced with a list of tuples. This is only applicable for 1.0.26 as in the .27 release this will need to be updated again into a list of pairs of values.

@logicalmechanism logicalmechanism added the bug Something isn't working label Apr 1, 2024
@logicalmechanism logicalmechanism self-assigned this Apr 1, 2024
@logicalmechanism logicalmechanism merged commit 425444f into main Apr 1, 2024
1 check passed
@logicalmechanism logicalmechanism deleted the update-cip68-for-aiken-1.0.26 branch April 1, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant