Commit 6ac3a00
authored
feat: Import f10 vitss | NPG-000 (#588)
# Description
Importing vitss from
https://github.com/input-output-hk/vit-servicing-station/tree/catalyst-fund9
into the monorepo. Fixed all the dependencies to be local to the
monorepo. Also deleted the vitss snapshot endpoint. The depencencies of
the crates in cat-core have not been changed yet from vitss to the new
vitss-f10, this will be done in a following PR
## Type of change
Please delete options that are not relevant.
- [x] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
## How Has This Been Tested?
## Checklist
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream
modules1 parent 83748f0 commit 6ac3a00
File tree
204 files changed
+14395
-849
lines changed- .github/workflows
- src
- jormungandr/testing/jormungandr-automation/src/jormungandr/rest
- vit-servicing-station-f10
- .github
- actions/nix-common-setup
- workflows
- ci
- docker
- master
- soak_tests
- doc/api
- resources
- snapshot
- tests
- csvs
- vit-servicing-station-cli-f10
- src
- csv
- vit-servicing-station-lib-f10
- migrations/2020-05-22-112032_setup_db
- src
- db
- models
- proposals
- queries
- server
- settings
- utils
- v0
- endpoints
- advisor_reviews
- challenges
- funds
- genesis
- health
- proposals
- service_version
- vit-servicing-station-server-f10
- src
- vit-servicing-station-tests-f10
- src
- common
- clients
- rest
- cli
- commands
- csv_data
- db
- token
- data
- generator
- arbitrary
- voting
- builder
- parameters
- fund
- template
- db
- load
- startup
- server
- tests
- bootstrap
- arguments
- cli
- data
- non_functional
- rest
- vit-testing
- valgrind/src/bin
- vitup/src/mode/mock/rest
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
204 files changed
+14395
-849
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
141 | 145 | | |
142 | 146 | | |
143 | 147 | | |
| |||
211 | 215 | | |
212 | 216 | | |
213 | 217 | | |
| 218 | + | |
| 219 | + | |
214 | 220 | | |
215 | 221 | | |
216 | 222 | | |
| |||
221 | 227 | | |
222 | 228 | | |
223 | 229 | | |
224 | | - | |
| 230 | + | |
225 | 231 | | |
226 | 232 | | |
227 | 233 | | |
| |||
232 | 238 | | |
233 | 239 | | |
234 | 240 | | |
235 | | - | |
| 241 | + | |
236 | 242 | | |
237 | 243 | | |
238 | 244 | | |
| |||
242 | 248 | | |
243 | 249 | | |
244 | 250 | | |
245 | | - | |
| 251 | + | |
246 | 252 | | |
247 | 253 | | |
248 | 254 | | |
| |||
253 | 259 | | |
254 | 260 | | |
255 | 261 | | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
256 | 266 | | |
257 | 267 | | |
258 | 268 | | |
| |||
388 | 398 | | |
389 | 399 | | |
390 | 400 | | |
391 | | - | |
| 401 | + | |
392 | 402 | | |
393 | 403 | | |
0 commit comments