-
Notifications
You must be signed in to change notification settings - Fork 69
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(claims): update Alice's signature in claims bench test #142
Conversation
Still getting the same error unfortunately.
|
@jak-pan why the commit message rename? AFAIK conventional commits should be in imperative form... although thinking about it, it is indeed more natural like "fix: noun". Btw. where can I find the guidelines? |
@enthusiastmartin this is strange, I get test result OK. What command do you use? |
to run benchmark tests - you have to buld with runtime-benchmarks features.
|
@enthusiastmartin hmm, that way I get
|
Imperative is just a good practice but you are right we should use it if possible, guidelines are being worked on. The update was more of a 🐛 removal than about update word so we can readd that. |
run it inside node directory. |
thanks, now I get the error too, will check it |
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.
One last minor issue. but then lgtm.
bump cargo.toml and implementation version pls :) |
No description provided.