-
Notifications
You must be signed in to change notification settings - Fork 7
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
242 - TryFrom CurrencyId
Implementations Contain Repeated Code
#249
Merged
b-yap
merged 1 commit into
242-fix-minor-issues
from
242-LIC-02_TryFrom_CurrencyId_Implementations_Contain_Repeated_Code
Feb 14, 2023
Merged
242 - TryFrom CurrencyId
Implementations Contain Repeated Code
#249
b-yap
merged 1 commit into
242-fix-minor-issues
from
242-LIC-02_TryFrom_CurrencyId_Implementations_Contain_Repeated_Code
Feb 14, 2023
Conversation
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
RustNinja
approved these changes
Feb 9, 2023
b-yap
changed the title
TryFrom
242 - TryFrom Feb 10, 2023
CurrencyId
Implementations Contain Repeated CodeCurrencyId
Implementations Contain Repeated Code
b-yap
force-pushed
the
242-fix-minor-issues
branch
from
February 10, 2023 15:21
8c6e85e
to
476f84b
Compare
b-yap
force-pushed
the
242-LIC-02_TryFrom_CurrencyId_Implementations_Contain_Repeated_Code
branch
from
February 13, 2023 10:23
b0d720d
to
6c41bc1
Compare
b-yap
force-pushed
the
242-LIC-02_TryFrom_CurrencyId_Implementations_Contain_Repeated_Code
branch
from
February 13, 2023 11:53
6c41bc1
to
eca67b3
Compare
ebma
approved these changes
Feb 13, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
b-yap
deleted the
242-LIC-02_TryFrom_CurrencyId_Implementations_Contain_Repeated_Code
branch
February 14, 2023 12:26
b-yap
added a commit
that referenced
this pull request
Feb 14, 2023
b-yap
added a commit
that referenced
this pull request
Feb 15, 2023
b-yap
added a commit
that referenced
this pull request
Feb 15, 2023
ebma
added a commit
that referenced
this pull request
Feb 16, 2023
* 242 removing unnecessary conversion of a vector (#247) * fix weight for mint tokens in redeem pallet (#259) * first iteration (#258) * TryFrom `CurrencyId` Implementations Contain Repeated Code (#249) * 242 - secret exposed in cli (#255) * first iteration * update the readme , for the `stellar_vault_secret_key_filepath`. * add the example secret key file * applying cargo fmt * update the readme * if conversion rate is too big for i64, set it to what its max is. if the i64 value reaches negative, make it zero for u128 * Revert "if conversion rate is too big for i64, set it to what its max is." This reverts commit 399f175. * since DOT is already at 20, 20 should not fail. changed it to 30. * 242 - unsafe integer cast for `BalanceConversion`'s `StaticLookUp` implementation (#256) * if conversion rate is too big for i64, set it to what its max is. if the i64 value reaches negative, make it zero for u128 * https://github.com/pendulum-chain/spacewalk/pull/256/files#r1105566371 * fix metadata-standalone.scale * updated metadata scala * TryFrom `CurrencyId` Implementations Contain Repeated Code (#249) * Update metadata-standalone.scale --------- Co-authored-by: B. Yap <2826165+b-yap@users.noreply.github.com> Co-authored-by: cr4pt0 <102041955+cr4pt0@users.noreply.github.com>
ebma
added a commit
that referenced
this pull request
Feb 23, 2023
* 242 removing unnecessary conversion of a vector (#247) * fix weight for mint tokens in redeem pallet (#259) * first iteration (#258) * TryFrom `CurrencyId` Implementations Contain Repeated Code (#249) * 242 - secret exposed in cli (#255) * first iteration * update the readme , for the `stellar_vault_secret_key_filepath`. * add the example secret key file * applying cargo fmt * update the readme * if conversion rate is too big for i64, set it to what its max is. if the i64 value reaches negative, make it zero for u128 * Revert "if conversion rate is too big for i64, set it to what its max is." This reverts commit 399f175. * since DOT is already at 20, 20 should not fail. changed it to 30. * 242 - unsafe integer cast for `BalanceConversion`'s `StaticLookUp` implementation (#256) * if conversion rate is too big for i64, set it to what its max is. if the i64 value reaches negative, make it zero for u128 * https://github.com/pendulum-chain/spacewalk/pull/256/files#r1105566371 * fix metadata-standalone.scale * updated metadata scala * TryFrom `CurrencyId` Implementations Contain Repeated Code (#249) * Update metadata-standalone.scale --------- Co-authored-by: B. Yap <2826165+b-yap@users.noreply.github.com> Co-authored-by: cr4pt0 <102041955+cr4pt0@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.