You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Reference any GitHub issues resolved by this PR -->
Towards #4144
## Stack
- #4215
- #4210
## Introduced changes
<!-- A brief description of the changes -->
- moved `sncast balance`->`sncast get balance`
- moved `sncast tx-status`->`sncast get tx-status`
- add warnings to old commands
## Checklist
<!-- Make sure all of these are complete -->
- [x] Linked relevant issue
- [x] Updated relevant documentation
- [x] Added relevant tests
- [x] Performed self-review of the code
- [x] Added changes to `CHANGELOG.md`
---------
Co-authored-by: ddoktorski <45050160+ddoktorski@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
- Bug with invalid function name mappings for functions with `#[test]` attribute
18
18
-`--exit-first` flag now correctly stops execution for all packages when tests are run in a workspace
19
19
20
+
### Cast
21
+
22
+
#### Changed
23
+
24
+
-`sncast balance` and `sncast tx-status` commands have been moved under `sncast get` subcommand (`sncast get balance`, `sncast get tx-status`). The old commands still work, but will be removed in the future.
0 commit comments