-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Improve base + blockfrost module maintainability #120
Conversation
…nstantiation step
9da4bdb
to
c9a8ba6
Compare
Codecov Report
@@ Coverage Diff @@
## main #120 +/- ##
==========================================
+ Coverage 85.81% 85.91% +0.09%
==========================================
Files 24 25 +1
Lines 2664 2690 +26
Branches 519 517 -2
==========================================
+ Hits 2286 2311 +25
- Misses 284 286 +2
+ Partials 94 93 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
…ove readability of NativeScript.from_dict() class method
UPDATE. improve NativeScript.from_dict() by pulling out primitive list building step
Major Updates
Minor Updates
|
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.
Thanks for the explanation regarding JSON, I just learnt a new thing :) The new naming looks good to me.
Hi @cffls |
I thought you had permission to merge. Let me double check. Thanks for the reminder. |
Background
GenesisParameters
andProtocolParameters
raises various errors.Goals
GenesisParameters
andProtocolParameters
to be non-optional and frozen