Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/#1579 migrations index #1612

Merged
merged 6 commits into from
Feb 1, 2023
Merged

Conversation

ARR552
Copy link
Contributor

@ARR552 ARR552 commented Jan 31, 2023

What does this PR do?

Add indexes and migration tests in release branch.

Reviewers

Main reviewers:

cmd/run.go Outdated
@@ -311,7 +311,7 @@ func startMetricsHttpServer(c *config.Config) {
return
}
mux.Handle(metrics.Endpoint, promhttp.Handler())
metricsServer := &http.Server{
metricsServer := &http.Server{ // nolint
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comments that are used for compilation, linting, ... (anything done by a machine) shouldn't have a space

Suggested change
metricsServer := &http.Server{ // nolint
metricsServer := &http.Server{ //nolint

Probably you can remove it all together and the linter will pass

@ARR552 ARR552 merged commit 772f1b6 into release/v0.0.2 Feb 1, 2023
ARR552 added a commit that referenced this pull request Feb 7, 2023
* Feature/#1579 migrations index (#1612)

* migration test + indexes

* linter

* 0006

* bug fixed

* linter

* suggestion + comment

* handle fork id

* new errors

* 1 as default fork id

* 1 as default fork id

* add default fork id parameter

* add default fork id parameter

* Update prover image

* update prover image

---------

Co-authored-by: ToniRamirezM <toni@iden3.com>
tclemos pushed a commit that referenced this pull request Feb 14, 2023
* Feature/#1579 migrations index (#1612)

* migration test + indexes

* linter

* 0006

* bug fixed

* linter

* suggestion + comment

* handle fork id

* new errors

* 1 as default fork id

* 1 as default fork id

* add default fork id parameter

* add default fork id parameter

* Update prover image

* update prover image

---------

Co-authored-by: ToniRamirezM <toni@iden3.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants