Skip to content

onboarding gin headers issue and misc fixes

Description

  • Added validation layer on Onboard API for dedicated capacity to NuNet (capacityForNunet).
  • Removed redundancy of binding request data to JSON (c.BindJSON(&capacityForNunet)).
  • Fix heartbeat invalid token issue
  • Update protocol versions due to depreq backward incompatibility
  • Update README with installation instructions

Checklist

  • I have update updated the @version string in main.go. See https://semver.org/
  • I have update CHANGELOG.md with a short description of changes.
  • I have run swag init to update the swagger docs.

Closes #271 (closed)

Edited by Dagim Sisay

Merge request reports