Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(stylus-verifier): initial service implementation (#1061)
* feat(stylus-verifier): initialize service with 'verify_github_repository' endpoint * feat(stylus-verifier): add path_prefix support for verify_github_repository endpoint * refactor(stylus-verifier): cargo fmt * feat(stylus-verifier): add 'cargo-stylus-versions' endpoint * ci(stylus-verifier): add github workflow * ci(stylus-verifier): add proto context into dockerfile * feat(cargo-stylus): make abi and contract name optional in the response * feat(stylus-verifier): add package_name into the verification success response * ci(stylus-verifier): make case inside Dockerfile consistent * refactor(stylus-verifier): move public function into docker module upwards * refactor(stylus-verifier): update "docker not running" error message Co-authored-by: Kirill Ivanov <[email protected]> --------- Co-authored-by: Kirill Ivanov <[email protected]>
- Loading branch information