-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GET
/v2/verify/{verificationId}
endpoint (#1913)
* Move API v2 related methods to bottom of SourcifyDatabaseService * Remove status column from verification_jobs table The status can be implicitly derived and is not needed for the API response * Turn id of verification_jobs table into a uuid * Add GET /v2/verify/{verificationId} endpoint * Add tests for get job endpoint * Add onchain bytecodes to verification_jobs_ephemeral table * Update API v2 specs * Make compilation_time a bigint * Add compilationTime, bytecodes and creatorTransactionHash to GET job response
- Loading branch information
1 parent
17cdf03
commit 7f3560f
Showing
14 changed files
with
710 additions
and
238 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
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
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.