We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For EOS 2.0.x, it seems: eosio-2.0.x is develop branch and v2.0.x is production branch.
But for EOS 2.0.8 (corresponding fc @ b53dbdc):
git branch -r --contains b53dbdc origin/v2.0.x
And for EOS 2.0.9 (corresponding fc @ a369475):
git branch -r --contains a369475 origin/eosio-2.0.x origin/keke_epe294
So fc used by EOS 2.0.9 does not contains commit b53dbdc which is existing in EOS 2.0.8 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For EOS 2.0.x, it seems: eosio-2.0.x is develop branch and v2.0.x is production branch.
But for EOS 2.0.8 (corresponding fc @ b53dbdc):
And for EOS 2.0.9 (corresponding fc @ a369475):
So fc used by EOS 2.0.9 does not contains commit b53dbdc which is existing in EOS 2.0.8 ?
The text was updated successfully, but these errors were encountered: