Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Feature/#1579 migrations index#1612

Merged
ARR552 merged 6 commits intorelease/v0.0.2from
feature/#1579_migrations_index
Feb 1, 2023
Merged

Feature/#1579 migrations index#1612
ARR552 merged 6 commits intorelease/v0.0.2from
feature/#1579_migrations_index

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
}
mux.Handle(metrics.Endpoint, promhttp.Handler())
metricsServer := &http.Server{
metricsServer := &http.Server{ // nolint
Copy link
Collaborator

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants