Skip to content
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

release: prepares for the release of v0.26.2 #339

Merged
merged 2 commits into from
Apr 18, 2023
Merged

Conversation

forcodedancing
Copy link
Contributor

@forcodedancing forcodedancing commented Apr 18, 2023

Description

This pr prepares for the release of v0.26.2, which is a bug-fix release.

Changes

(#336) fix: fix merkle proof invalid issue of cli query

Example

❯ ./tbnbcli token info --symbol BUSD-BAF --chain-id=Binance-Chain-Ganges --node=data-seed-pre-0-s3.binance.org:80
{
  "type": "bnbchain/Token",
  "value": {
    "name": "BUSD token",
    "symbol": "BUSD-BAF",
    "original_symbol": "BUSD",
    "total_supply": "16000000.00000000",
    "owner": "tbnb15yqj8s26vvf4l62954pr9wh8ltypwuzkmqwre4",
    "mintable": false,
    "contract_address": "0xeD24FC36d5Ee211Ea25A80239Fb8C4Cfd80f12Ee",
    "contract_decimals": 18
  }
}

@forcodedancing
Copy link
Contributor Author

Be noted: because there are other features in develop branch, (#336) is cherry-picked for release.

@codecov-commenter
Copy link

codecov-commenter commented Apr 18, 2023

Codecov Report

Merging #339 (d8b0080) into master (60c3aa4) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #339   +/-   ##
=======================================
  Coverage   46.79%   46.79%           
=======================================
  Files         247      247           
  Lines       23746    23746           
=======================================
  Hits        11112    11112           
  Misses      11968    11968           
  Partials      666      666           

@unclezoro unclezoro merged commit cf7a97f into master Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants