-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* regex dep over safe-regex * new error variant * refactor regex use * coin parser wo regex * rm regex dep * fix incorrect conditions * add Coin::new * rm blackslash from valid charset * rewrite coin tests using rstest * fix broken test for denom with backslash * add name to testcases and add new tests * expect test panic message * addd tests with plus sign * update regex comment * simplify impl logic * implicit from_str * slash delim test * add changelog entry * version bump for ref link Co-authored-by: Farhad Shabani <Farhad.Shabani@gmail.com> Signed-off-by: Rano | Ranadeep <ranadip.bswas@gmail.com> * refactor denom parsing * refactor tests without Coin::new * rm Coin::new * nit --------- Signed-off-by: Rano | Ranadeep <ranadip.bswas@gmail.com> Co-authored-by: Farhad Shabani <Farhad.Shabani@gmail.com>
- Loading branch information
1 parent
c83f26a
commit 45b297f
Showing
3 changed files
with
95 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Remove `safe-regex` dependency | ||
([\#875](https://github.com/cosmos/ibc-rs/issues/875)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters