-
Notifications
You must be signed in to change notification settings - Fork 61
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
feat: Added the ability to save payload for broadcast_tx_commit #413
Conversation
@FroVolod Thank you for your contribution! Your pull request is now a part of the Race of Sloths! Current status: executed
Your contribution is much appreciated with a final score of 8! @dj8yfo received 25 Sloth Points for reviewing and scoring this pull request. Congratulations @FroVolod! Your PR was highly scored and you completed another monthly streak! To keep your monthly streak make another pull request next month and get 8+ score for it 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
|
❌ PR inactiveThis PR has been inactive for two weeks. It's now marked as stale. Tip If you think it's a mistake, you can restart the bot with |
5ebad9a
to
c3f80b6
Compare
c3f80b6
to
1ffc552
Compare
@race-of-sloths score 8 |
"JSON Request Body:\n{}", | ||
indent_payload(&format!("{:#}", request_payload)) | ||
); | ||
if tracing::enabled!(target: "near_teach_me", tracing::Level::INFO) { |
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.
without this condition, the new side effect of creating the file is also present, when --teach-me
flag is not enabled
aa6b87e
to
99599df
Compare
## 🤖 New release * `near-cli-rs`: 0.16.0 -> 0.16.1 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.16.1](v0.16.0...v0.16.1) - 2024-12-06 ### Added - Added the ability to save payload for broadcast_tx_commit ([#413](#413)) - Get the final CLI command into the shell history with a small helper setup ([#415](#415)) - Trace configuration for loading wait indicators and --teach-me flag moved to library ([#417](#417)) - add to devtools workflow </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
No description provided.