Greenstand / treetracker-wallet-api

GNU Affero General Public License v3.0
18 stars 52 forks source link

fix: correct validation for trust relationship request #476

Open pranavkparti opened 1 month ago

pranavkparti commented 1 month ago

Description

Fixed validation while creating new trust relationship request.

What kind of change(s) does this PR introduce?

Please check if the PR fulfils these requirements

Breaking change

Does this PR introduce a breaking change? No

Other useful information

None

Kpoke commented 1 month ago

Can you fix the tests? @pranavkparti

pranavkparti commented 1 month ago

Can you fix the tests? @pranavkparti

It seems to be some issue with the workflow itself. @samwel141 's PR also fails with the same errors.

Run actions/checkout@v2

Post job cleanup.
/usr/bin/docker exec  a908f88d1a9d977836040a6fbc79b4ca4713346959f0061826b921428e5c4caa sh -c "cat /etc/*release | grep ^ID"
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /__e/node20/bin/node)