-
Notifications
You must be signed in to change notification settings - Fork 265
Docs: add explanation for borsh parameters in #[near(serializers = [...])] #1359
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
Docs: add explanation for borsh parameters in #[near(serializers = [...])] #1359
Conversation
…ers instead of calling multiple instance of borsh
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1359 +/- ##
==========================================
- Coverage 80.35% 80.29% -0.07%
==========================================
Files 104 104
Lines 15243 15243
==========================================
- Hits 12249 12239 -10
- Misses 2994 3004 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@frol Please review so I can make the necessary ammendments |
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.
@race-of-sloths score 1
@Manuelshub Thanks for the attempt, but I had to rewrite it.
@frol Thank you for calling! @Manuelshub Thank you for the contribution! Join Race of Sloths by simply mentioning me in your comment/PRs description and start collecting Sloth Points through contributions to open source projects. What is the Race of SlothsRace of Sloths is a friendly competition where you can participate in challenges and compete with other open-source contributors within your normal workflow For contributors:
For maintainers:
Feel free to check our website for additional details! Bot commands
|
7be2e1f
to
e1d6b5e
Compare
…s/1335-additional-param-serializers
…anuelshub/near-sdk-rs into docs/1335-additional-param-serializers
@frol Thanks for the review, can I work on something else?? |
@frol Just to confirm, would I still get a reward on OnlyDust?? |
Nope |
@Manuelshub I don't have anything I can think of, but keep an eye on the issues. I am only distributing rewards for the contributions that are helping me and not forcing me making even more work. |
@frol Sorry to take your time, when you say a contribution is forcing you do even more work, is my contribution is any way in that category?? |
This was my experience so far. |
Documenation for passing parameter to the
borsh
serializer in conjunction with the PR #1158