Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spec/aep-56/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Investigate and implement chain SDK which supports:

Additionally, this SDK should have:
* certificates manager and corresponding utils (https://github.com/akash-network/akashjs/blob/main/src/certificates/certificate-manager/CertificateManager.ts)
* certificate validation logic for provider nodes https://github.com/akash-network/console/blob/main/apps/provider-proxy/src/services/CertificateValidator.ts
* certificate validation logic for provider nodes https://github.com/akash-network/console/blob/main/apps/provider-proxy/src/services/CertificateValidator/CertificateValidator.ts
* SDL related logic
- move from https://github.com/akash-network/akashjs/blob/main/src/sdl/SDL/SDL.ts
- move from https://github.com/akash-network/akashjs/blob/main/src/sdl/index.ts
- move from https://github.com/akash-network/console/tree/main/apps/deploy-web/src/utils/sdl
- we implemented SDL import from yaml and generator from object to yaml. The generator will have to be re-designed because it currently received an object of the type of the SDL builder form, which is not technically 1:1 with the SDL spec.

Expand Down