Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/plmc 239 end 2 end test (#68)
* 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 <4128940+lrazovic@users.noreply.github.com> * 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 <juani.rios.99@gmail.com> 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 <juani.rios.99@gmail.com> 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 <4128940+lrazovic@users.noreply.github.com> feat(244): linear increase of duration based on vesting wip commit e576cdc Author: Juan Ignacio Rios <54085674+JuaniRios@users.noreply.github.com> 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 <4128940+lrazovic@users.noreply.github.com> 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 <54085674+JuaniRios@users.noreply.github.com> 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 <4128940+lrazovic@users.noreply.github.com> * 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 <4128940+lrazovic@users.noreply.github.com> commit 8057e2e Author: Leonardo Razovic <4128940+lrazovic@users.noreply.github.com> Date: Wed Aug 23 11:38:43 2023 +0200 Update check.yml (#76) commit b4579cc Author: Leonardo Razovic <4128940+lrazovic@users.noreply.github.com> 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 <4128940+lrazovic@users.noreply.github.com> 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 <juani.rios.99@gmail.com> 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 <juani.rios.99@gmail.com> 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 <4128940+lrazovic@users.noreply.github.com> feat(244): linear increase of duration based on vesting wip commit e576cdc Author: Juan Ignacio Rios <54085674+JuaniRios@users.noreply.github.com> 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 <4128940+lrazovic@users.noreply.github.com> 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 <54085674+JuaniRios@users.noreply.github.com> 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 <4128940+lrazovic@users.noreply.github.com> * 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 <4128940+lrazovic@users.noreply.github.com> commit 8057e2e Author: Leonardo Razovic <4128940+lrazovic@users.noreply.github.com> Date: Wed Aug 23 11:38:43 2023 +0200 Update check.yml (#76) commit b4579cc Author: Leonardo Razovic <4128940+lrazovic@users.noreply.github.com> 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 <juani.rios.99@gmail.com> Co-authored-by: Juan Ignacio Rios <54085674+JuaniRios@users.noreply.github.com>
- Loading branch information