Skip to content

Commit

Permalink
JRPC - debug methods review (0xPolygonHermez#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
tclemos authored Mar 7, 2023
1 parent 4738fac commit c5b90be
Show file tree
Hide file tree
Showing 50 changed files with 1,526 additions and 832 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
go-version: [ 1.18.x ]
goarch: [ "amd64" ]
e2e-group: [ 1, 2, 3, 4 ]
e2e-group: [ 1, 2, 3, 4, 5 ]
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
matrix:
go-version: [ 1.18.x ]
goarch: [ "amd64" ]
e2e-group: [ 1, 2, 3, 4 ]
e2e-group: [ 1, 2, 3, 4, 5 ]
runs-on: ubuntu-latest
steps:
- name: Fork based /ok-to-test checkout
Expand Down
2 changes: 1 addition & 1 deletion aggregator/mocks/mock_dbtx.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aggregator/mocks/mock_etherman.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aggregator/mocks/mock_ethtxmanager.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aggregator/mocks/mock_profitabilitychecker.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aggregator/mocks/mock_prover.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aggregator/mocks/mock_state.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 27 additions & 29 deletions aggregator/pb/aggregator.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions aggregator/pb/aggregator_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ci/e2e-group5/debug_test.go
1 change: 1 addition & 0 deletions ci/e2e-group5/shared.go
5 changes: 1 addition & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,7 @@ services:

zkevm-prover:
container_name: zkevm-prover
image: hermeznetwork/zkevm-prover:798d9e0
depends_on:
zkevm-state-db:
condition: service_healthy
image: hermeznetwork/zkevm-prover:1d31dc6
ports:
- 50061:50061 # MT
- 50071:50071 # Executor
Expand Down
2 changes: 1 addition & 1 deletion docs/ci/groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We have 3 different github actions workflows:
* `test-e2e`, which uses a matrix strategy to run the e2e tests, currently using
3 groups.

The e2e CI groups are defined in the `./ci/e2e-group{1,3}` directories. In each
The e2e CI groups are defined in the `./ci/e2e-group{1,N}` directories. In each
directory we have symlinks that point to the actual e2e test to be executed (these
tests are defined under `./test/e2e`). The goal of these symlinks is keeping the
same code organization we have now while being able to run the costly e2e tests
Expand Down
2 changes: 1 addition & 1 deletion etherman/mock_etherscan.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion etherman/mock_ethgasstation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ethtxmanager/mock_etherman_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ethtxmanager/mock_state_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gasprice/mock_etherman.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gasprice/mock_pool.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c5b90be

Please sign in to comment.