-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: update the CI to use paritytech/ci-linux:production #73
Merged
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
lrazovic
added a commit
that referenced
this pull request
Aug 28, 2023
Squashed commit of the following: commit a71eff7 Author: Juan Ignacio Rios <[email protected]> Date: Mon Aug 14 16:20:48 2023 +0200 feat(243): Remove T::StorageItemId and replace it with hardcoded u32 commit 368abd9 Author: Juan Ignacio Rios <[email protected]> Date: Mon Aug 14 16:20:48 2023 +0200 feat(249): Remove Option from Multipliers feat(249): Option no longer required for multipliers fix(243): rebase error chore(243): add import feat(245): manual and automatic release of PLMC and funding assets implemented and tested feat(247): manual and automatic release of PLMC and funding assets implemented and tested feat(247): manual release implemented and tested feat(247): automatic release implemented and tested feat(247): automatic release implemented and tested feat(248): manual release implemented and tested feat(248): automatic release implemented and tested wip feat(242): small optimization chore(242): fmt feat(242): change week to day conversion on config type feat(242): small changes from Leonardo's feedback Update pallets/funding/src/types.rs Co-authored-by: Leonardo Razovic <[email protected]> feat(244): linear increase of duration based on vesting wip commit e576cdc Author: Juan Ignacio Rios <[email protected]> Date: Fri Aug 25 10:39:03 2023 +0100 fix(243): rebase error (#72) chore(243): add import feat(245): manual and automatic release of PLMC and funding assets implemented and tested feat(247): manual and automatic release of PLMC and funding assets implemented and tested feat(247): manual release implemented and tested feat(247): automatic release implemented and tested feat(247): automatic release implemented and tested feat(248): manual release implemented and tested feat(248): automatic release implemented and tested commit bdc9075 Author: Leonardo Razovic <[email protected]> Date: Thu Aug 24 16:47:25 2023 +0200 Update check.yml (#78) * Update check.yml * Update check.yml commit 6894904 Author: Juan Ignacio Rios <[email protected]> Date: Wed Aug 23 14:17:19 2023 +0100 Feature/plmc 242 implement correct duration of vesting (#70) * wip * feat(244): linear increase of duration based on vesting * Update pallets/funding/src/types.rs Co-authored-by: Leonardo Razovic <[email protected]> * feat(242): small changes from Leonardo's feedback * feat(242): change week to day conversion on config type * chore(242): fmt * feat(242): small optimization --------- Co-authored-by: Leonardo Razovic <[email protected]> commit 8057e2e Author: Leonardo Razovic <[email protected]> Date: Wed Aug 23 11:38:43 2023 +0200 Update check.yml (#76) commit b4579cc Author: Leonardo Razovic <[email protected]> Date: Wed Aug 23 10:01:42 2023 +0200 feat: update the CI to use paritytech/ci-linux:production (#73) * feat: update the CI to use paritytech/ci-linux:production * ci: execute fmt as a fail fast job * fmt: format to test the CI * feat: remove the check job
lrazovic
added a commit
that referenced
this pull request
Aug 28, 2023
wip wip: align TestBid creation wip: switch to stable compiler test: check the remainder Update rust-toolchain.toml Co-authored-by: Leonardo Razovic <[email protected]> chore(244): move dep to workspace wip: check the ct amount feat: restore assert_matches macro test: add the remainder round from excel test: add more dbg outputs refactor: split the fees calculation login in several fn test: cleanup debug artefacts feat: calculate the CT amount in CT directly fix: use the Y from the KH feat: just return the total_fee_weight doc: specify the denomination of the pot test: restore the assert_matches macro git merge --squash -Xours origin/main Squashed commit of the following: commit a71eff7 Author: Juan Ignacio Rios <[email protected]> Date: Mon Aug 14 16:20:48 2023 +0200 feat(243): Remove T::StorageItemId and replace it with hardcoded u32 commit 368abd9 Author: Juan Ignacio Rios <[email protected]> Date: Mon Aug 14 16:20:48 2023 +0200 feat(249): Remove Option from Multipliers feat(249): Option no longer required for multipliers fix(243): rebase error chore(243): add import feat(245): manual and automatic release of PLMC and funding assets implemented and tested feat(247): manual and automatic release of PLMC and funding assets implemented and tested feat(247): manual release implemented and tested feat(247): automatic release implemented and tested feat(247): automatic release implemented and tested feat(248): manual release implemented and tested feat(248): automatic release implemented and tested wip feat(242): small optimization chore(242): fmt feat(242): change week to day conversion on config type feat(242): small changes from Leonardo's feedback Update pallets/funding/src/types.rs Co-authored-by: Leonardo Razovic <[email protected]> feat(244): linear increase of duration based on vesting wip commit e576cdc Author: Juan Ignacio Rios <[email protected]> Date: Fri Aug 25 10:39:03 2023 +0100 fix(243): rebase error (#72) chore(243): add import feat(245): manual and automatic release of PLMC and funding assets implemented and tested feat(247): manual and automatic release of PLMC and funding assets implemented and tested feat(247): manual release implemented and tested feat(247): automatic release implemented and tested feat(247): automatic release implemented and tested feat(248): manual release implemented and tested feat(248): automatic release implemented and tested commit bdc9075 Author: Leonardo Razovic <[email protected]> Date: Thu Aug 24 16:47:25 2023 +0200 Update check.yml (#78) * Update check.yml * Update check.yml commit 6894904 Author: Juan Ignacio Rios <[email protected]> Date: Wed Aug 23 14:17:19 2023 +0100 Feature/plmc 242 implement correct duration of vesting (#70) * wip * feat(244): linear increase of duration based on vesting * Update pallets/funding/src/types.rs Co-authored-by: Leonardo Razovic <[email protected]> * feat(242): small changes from Leonardo's feedback * feat(242): change week to day conversion on config type * chore(242): fmt * feat(242): small optimization --------- Co-authored-by: Leonardo Razovic <[email protected]> commit 8057e2e Author: Leonardo Razovic <[email protected]> Date: Wed Aug 23 11:38:43 2023 +0200 Update check.yml (#76) commit b4579cc Author: Leonardo Razovic <[email protected]> Date: Wed Aug 23 10:01:42 2023 +0200 feat: update the CI to use paritytech/ci-linux:production (#73) * feat: update the CI to use paritytech/ci-linux:production * ci: execute fmt as a fail fast job * fmt: format to test the CI * feat: remove the check job
JuaniRios
added a commit
that referenced
this pull request
Aug 30, 2023
* feat: for testing purposes let's assume 1 USDT = 1USD * wip * wip: align TestBid creation * wip: switch to stable compiler * test: check the remainder * feat(244): move to rust stable * Update rust-toolchain.toml Co-authored-by: Leonardo Razovic <[email protected]> * chore(244): move dep to workspace * fix: remove unstable feature * wip: check the ct amount * feat: restore assert_matches macro * test: add the remainder round from excel * test: add more dbg outputs * refactor: split the fees calculation login in several fn * test: cleanup debug artefacts * feat: calculate the CT amount in CT directly * fix: use the Y from the KH * feat: just return the total_fee_weight * doc: specify the denomination of the pot * test: restore the assert_matches macro * git merge --squash -Xours origin/main Squashed commit of the following: commit a71eff7 Author: Juan Ignacio Rios <[email protected]> Date: Mon Aug 14 16:20:48 2023 +0200 feat(243): Remove T::StorageItemId and replace it with hardcoded u32 commit 368abd9 Author: Juan Ignacio Rios <[email protected]> Date: Mon Aug 14 16:20:48 2023 +0200 feat(249): Remove Option from Multipliers feat(249): Option no longer required for multipliers fix(243): rebase error chore(243): add import feat(245): manual and automatic release of PLMC and funding assets implemented and tested feat(247): manual and automatic release of PLMC and funding assets implemented and tested feat(247): manual release implemented and tested feat(247): automatic release implemented and tested feat(247): automatic release implemented and tested feat(248): manual release implemented and tested feat(248): automatic release implemented and tested wip feat(242): small optimization chore(242): fmt feat(242): change week to day conversion on config type feat(242): small changes from Leonardo's feedback Update pallets/funding/src/types.rs Co-authored-by: Leonardo Razovic <[email protected]> feat(244): linear increase of duration based on vesting wip commit e576cdc Author: Juan Ignacio Rios <[email protected]> Date: Fri Aug 25 10:39:03 2023 +0100 fix(243): rebase error (#72) chore(243): add import feat(245): manual and automatic release of PLMC and funding assets implemented and tested feat(247): manual and automatic release of PLMC and funding assets implemented and tested feat(247): manual release implemented and tested feat(247): automatic release implemented and tested feat(247): automatic release implemented and tested feat(248): manual release implemented and tested feat(248): automatic release implemented and tested commit bdc9075 Author: Leonardo Razovic <[email protected]> Date: Thu Aug 24 16:47:25 2023 +0200 Update check.yml (#78) * Update check.yml * Update check.yml commit 6894904 Author: Juan Ignacio Rios <[email protected]> Date: Wed Aug 23 14:17:19 2023 +0100 Feature/plmc 242 implement correct duration of vesting (#70) * wip * feat(244): linear increase of duration based on vesting * Update pallets/funding/src/types.rs Co-authored-by: Leonardo Razovic <[email protected]> * feat(242): small changes from Leonardo's feedback * feat(242): change week to day conversion on config type * chore(242): fmt * feat(242): small optimization --------- Co-authored-by: Leonardo Razovic <[email protected]> commit 8057e2e Author: Leonardo Razovic <[email protected]> Date: Wed Aug 23 11:38:43 2023 +0200 Update check.yml (#76) commit b4579cc Author: Leonardo Razovic <[email protected]> Date: Wed Aug 23 10:01:42 2023 +0200 feat: update the CI to use paritytech/ci-linux:production (#73) * feat: update the CI to use paritytech/ci-linux:production * ci: execute fmt as a fail fast job * fmt: format to test the CI * feat: remove the check job * feat: for testing purposes let's assume 1 USDT = 1USD wip wip: align TestBid creation wip: switch to stable compiler test: check the remainder Update rust-toolchain.toml Co-authored-by: Leonardo Razovic <[email protected]> chore(244): move dep to workspace wip: check the ct amount feat: restore assert_matches macro test: add the remainder round from excel test: add more dbg outputs refactor: split the fees calculation login in several fn test: cleanup debug artefacts feat: calculate the CT amount in CT directly fix: use the Y from the KH feat: just return the total_fee_weight doc: specify the denomination of the pot test: restore the assert_matches macro git merge --squash -Xours origin/main Squashed commit of the following: commit a71eff7 Author: Juan Ignacio Rios <[email protected]> Date: Mon Aug 14 16:20:48 2023 +0200 feat(243): Remove T::StorageItemId and replace it with hardcoded u32 commit 368abd9 Author: Juan Ignacio Rios <[email protected]> Date: Mon Aug 14 16:20:48 2023 +0200 feat(249): Remove Option from Multipliers feat(249): Option no longer required for multipliers fix(243): rebase error chore(243): add import feat(245): manual and automatic release of PLMC and funding assets implemented and tested feat(247): manual and automatic release of PLMC and funding assets implemented and tested feat(247): manual release implemented and tested feat(247): automatic release implemented and tested feat(247): automatic release implemented and tested feat(248): manual release implemented and tested feat(248): automatic release implemented and tested wip feat(242): small optimization chore(242): fmt feat(242): change week to day conversion on config type feat(242): small changes from Leonardo's feedback Update pallets/funding/src/types.rs Co-authored-by: Leonardo Razovic <[email protected]> feat(244): linear increase of duration based on vesting wip commit e576cdc Author: Juan Ignacio Rios <[email protected]> Date: Fri Aug 25 10:39:03 2023 +0100 fix(243): rebase error (#72) chore(243): add import feat(245): manual and automatic release of PLMC and funding assets implemented and tested feat(247): manual and automatic release of PLMC and funding assets implemented and tested feat(247): manual release implemented and tested feat(247): automatic release implemented and tested feat(247): automatic release implemented and tested feat(248): manual release implemented and tested feat(248): automatic release implemented and tested commit bdc9075 Author: Leonardo Razovic <[email protected]> Date: Thu Aug 24 16:47:25 2023 +0200 Update check.yml (#78) * Update check.yml * Update check.yml commit 6894904 Author: Juan Ignacio Rios <[email protected]> Date: Wed Aug 23 14:17:19 2023 +0100 Feature/plmc 242 implement correct duration of vesting (#70) * wip * feat(244): linear increase of duration based on vesting * Update pallets/funding/src/types.rs Co-authored-by: Leonardo Razovic <[email protected]> * feat(242): small changes from Leonardo's feedback * feat(242): change week to day conversion on config type * chore(242): fmt * feat(242): small optimization --------- Co-authored-by: Leonardo Razovic <[email protected]> commit 8057e2e Author: Leonardo Razovic <[email protected]> Date: Wed Aug 23 11:38:43 2023 +0200 Update check.yml (#76) commit b4579cc Author: Leonardo Razovic <[email protected]> Date: Wed Aug 23 10:01:42 2023 +0200 feat: update the CI to use paritytech/ci-linux:production (#73) * feat: update the CI to use paritytech/ci-linux:production * ci: execute fmt as a fail fast job * fmt: format to test the CI * feat: remove the check job * feat(239): add remark to a skipped user feat(239): add comments to `generate_evaluator_rewards_info` function fmt --------- Co-authored-by: Juan Ignacio Rios <[email protected]> Co-authored-by: Juan Ignacio Rios <[email protected]>
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.