-
Notifications
You must be signed in to change notification settings - Fork 133
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
Fix: fetch missing access permission #851
Conversation
fe7eec3
to
50fdd5c
Compare
CHANGELOG.md
Outdated
### Fixed | ||
|
||
- Fix fetching the `access` permission on accounts https://github.com/o1-labs/snarkyjs/pull/851 | ||
- Fixes to `fetchActions` https://github.com/o1-labs/snarkyjs/pull/844 https://github.com/o1-labs/snarkyjs/pull/854 [@Comdex](https://github.com/Comdex) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the to
here sounds wrong, not sure if that makes sense here 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant multiple different fixes to the same function, but yeah I guess that's not clearly formulated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahh now I understand!
This adds the
access
permission which was accidentally not fetched. The previous behaviour was thatpermissions.access
was undefined and got coerced to aNone
permission