-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct recipient encoding in
MTokenReceived
event (#27)
- Loading branch information
Showing
7 changed files
with
27 additions
and
1 deletion.
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 @@ | ||
project_url = "https://github.com/noble-assets/dollar" |
Empty file.
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,3 @@ | ||
*Feb 28, 2025* | ||
|
||
Initial release of the `x/dollar` module, enabling the issuance of the Noble Dollar ($USDN). |
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 @@ | ||
- Correctly encode the recipient address in the `MTokenReceived` event. ([#27](https://github.com/noble-assets/dollar/pull/27)) |
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,3 @@ | ||
*Mar 4, 2025* | ||
|
||
This is a non-consensus breaking patch to the `v1` release line. |
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,18 @@ | ||
# CHANGELOG | ||
|
||
## v1.0.1 | ||
|
||
*Mar 4, 2025* | ||
|
||
This is a non-consensus breaking patch to the `v1` release line. | ||
|
||
### BUG FIXES | ||
|
||
- Correctly encode the recipient address in the `MTokenReceived` event. ([#27](https://github.com/noble-assets/dollar/pull/27)) | ||
|
||
## v1.0.0 | ||
|
||
*Feb 28, 2025* | ||
|
||
Initial release of the `x/dollar` module, enabling the issuance of the Noble Dollar ($USDN). | ||
|
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