-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip * burn vehicle endpoints * rename mint_request_id to transaction_request_id * new col name * add burn req id column to vehicle nft table * undo * handle vehicle node burn event * make error check less specific for TestGetDeviceByUnitID_Should_Be_NotFound * handle burn in contract event processor * burn post req as tx; spelling * change to make nats test pass * undo struct rename * add test for DeleteUserDevice * clean up * Update internal/services/autopi_api_service_test.go Co-authored-by: Kevin Joiner <[email protected]> * Update internal/controllers/user_devices_controller.go Co-authored-by: Kevin Joiner <[email protected]> * Update internal/controllers/user_integrations_controller.go Co-authored-by: Kevin Joiner <[email protected]> * Update internal/controllers/user_devices_controller.go Co-authored-by: Kevin Joiner <[email protected]> * Update internal/controllers/user_devices_controller.go Co-authored-by: Kevin Joiner <[email protected]> * condense checks into single func * put vehicle burn under token endpoint; web2 delete * update swagger * tidy * clean up * make logging consistent * fixing errors * simplify auth middleware * swagger --------- Co-authored-by: Kevin Joiner <[email protected]>
- Loading branch information
1 parent
7d24070
commit 8392367
Showing
9 changed files
with
343 additions
and
414 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.