[Refactor] No keeper within pool manager struct #unsafe
[Version-unspecific]
This has (following a merge conflict) been budded into its own MR from !2600 (merged),
which was originally budded from !2579 (closed).
Merge request reports
Activity
mentioned in merge request !2600 (merged)
changed milestone to %Release-1.99.0
added 12 commits
-
e0bfc205...6840732c - 11 commits from branch
thorchain:develop
- 2e498682 - [Refactor] No keeper within pool manager struct
-
e0bfc205...6840732c - 11 commits from branch
@Multipartite looks like the v98 pool manager was improperly archived. Please copy + paste with no changes.
see failed lint https://gitlab.com/thorchain/thornode/-/jobs/3272238969
Edited by PlutoMy understanding at this moment is that it was archived in a way consistent with the previous structure and not with !2646 (merged) (!2646 (merged) being a refactor); I may misunderstand your description, but for the moment will aim to add a commit which refactors the v98 archive.
[Edit: Rereading.]
Second edit: For the moment I have added #unsafe to the MR title and scheduled a pipeline, which I think should stop the lint objection to the different-version function names being refactored; if it still fails I will contemplate it after sleep.Edited by MultipartiteIndeed! CCing @ursa9r for the below notes:
I note that the pipeline I triggered from the branch's repository before sleep failed
( https://gitlab.com/Multipartite/thornode/-/pipelines/685180149 )
and that the merge request shows a passed pipeline from me 4 days ago and from Pluto four hours ago.
( !2646 (merged) )
The passed Pluto pipeline has both the failed and passed lint; I previously noticed I didn't see a way to manually rerun Pluto's pipeline's lint.- Now testing the 'Run pipeline' button in
!2646 (merged)
- it looks as though that does work (without needing to trigger it with a git push), and that that's what I should have done instead of starting one from
https://gitlab.com/Multipartite/thornode/-/pipelines
.
- Now testing the 'Run pipeline' button in
added 3 commits
-
2e498682...5a1dcc36 - 2 commits from branch
thorchain:develop
- 0fdc9a50 - [Refactor] No keeper within pool manager struct
-
2e498682...5a1dcc36 - 2 commits from branch
enabled an automatic merge when the pipeline for 0fdc9a50 succeeds