Skip to content

Commit

Permalink
Merge branch 'main' into zero-retrylimit-replayclient
Browse files Browse the repository at this point in the history
  • Loading branch information
ezeike committed Apr 24, 2024
2 parents f91721c + a09af00 commit 8b008c7
Show file tree
Hide file tree
Showing 40 changed files with 1,394 additions and 1,585 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ test_e2e_env: acc_initialize_pubkeys_warn_message ## Setup the default env vars

.PHONY: test_e2e
test_e2e: test_e2e_env ## Run all E2E tests
go test -v ./e2e/tests/... -tags=e2e,test
go test -count=1 -v ./e2e/tests/... -tags=e2e,test

.PHONY: test_e2e_app
test_e2e_app:
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/operate/configs/app_staking_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ service_ids:

Defines the list of services the `Application` is willing to consume on the
Pocket network. Each entry in the list is a `service_id` that identifies a service
that is available on the Pocket network.
that is available on Pocket network.

It MUST be a string of 8 or fewer alphanumeric characters, underscores, and
dashes (i.e. matching the regex `^[a-zA-Z0-9_-]{1,8}$`).
Expand Down
Loading

0 comments on commit 8b008c7

Please sign in to comment.