-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Carolyn Russell
committed
May 6, 2021
1 parent
8f960dd
commit e05211c
Showing
3 changed files
with
23 additions
and
7 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## [v1.3.0](https://github.com/provenance-io/explorer-service/releases/tag/v1.3.0) - 2021-05-06 | ||
### Release Name: Flóki-Vilgerðarson | ||
|
||
### Improvements | ||
* Added name to AccountDetail object; applicable only for ModuleAccount type [#83](https://github.com/provenance-io/explorer-service/issues/83) | ||
* Added ModuleAccount name to applicable moniker lists [#83](https://github.com/provenance-io/explorer-service/issues/83) | ||
* Added pagination and status search to getAssets() API [#78](https://github.com/provenance-io/explorer-service/issues/78) | ||
* Removed `initial supply` as it was causing confusion, and left circulation as the current total on chain [#78](https://github.com/provenance-io/explorer-service/issues/78) | ||
* Updated gradle task `downloadProtos` to include CosmWasm/wasmd proto set, Cosmos ibc protos [#62](https://github.com/provenance-io/explorer-service/issues/62) | ||
|
||
### Bug Fixes | ||
* Fixed bug where Tx message types were being overwritten with "unknown" |