-
Notifications
You must be signed in to change notification settings - Fork 0
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
[NayNay] Entropy Register + Unit Tests #167
Conversation
- added new register pure function - imported new types from sdk - added unit test for default register
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.
Looks good. Just one change requested
General reflections
- Love ❤️ 🔥 the simplicity and clarity of these pure functions. They're also easy to test = the right path
- The
flow/*/index.js
functions now start to feel like the same boiler plate 🗃️ 🥱 with many of them- take
config
state in, use config to startentropy
- why? surely it should just take
entropy
and that's all done a level higher for each flow
- take
Different PR tho (if that could even work .. it's late here)
@mixmix this PR is ready for re-review |
Co-authored-by: Frankie <[email protected]>
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.
love tests!
closes #149