You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/issue.md
+1
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ assignees: ""
70
70
-[ ]**New tests or benchmarks**: `make ...`
71
71
-[ ]**All tests**: `make test_all`
72
72
-[ ]**LocalNet**: verify a `LocalNet` is still functioning correctly by following the instructions at [docs/development/README.md](https://github.com/pokt-network/pocket/tree/main/docs/development)
73
+
-[ ]***k8s LocalNet**: verify a `k8s LocalNet` is still functioning correctly by following the instructions [here](https://github.com/pokt-network/pocket/blob/main/build/localnet/README.md)
Copy file name to clipboardexpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,9 @@ Please mark the relevant option(s):
38
38
39
39
## Testing
40
40
41
-
-[ ]`make develop_test`
42
-
-[ ][LocalNet](https://github.com/pokt-network/pocket/blob/main/docs/development/README.md) w/ all of the steps outlined in the `README`
41
+
-[ ]`make develop_test`; if any code changes were made
42
+
-[ ][Docker Compose LocalNet](https://github.com/pokt-network/pocket/blob/main/docs/development/README.md); if any major functionality was changed or introduced
43
+
-[ ][k8s LocalNet](https://github.com/pokt-network/pocket/blob/main/build/localnet/README.md); if any infrastructure or configuration changes were made
43
44
44
45
<!-- REMOVE this comment block after following the instructions
45
46
If you added additional tests or infrastructure, describe it here.
send_local_tx: ## A hardcoded send tx to make LocalNet debugging easier
526
548
go run -tags=debug app/client/*.go Account Send --non_interactive 00104055c00bed7c983a48aac7dc6335d7c607a7 00204737d2a165ebe4be3a7d5b0af905b0ea91d8 1000
549
+
550
+
.PHONY: query_chain_params
551
+
query_chain_params: ## A hardcoded ChainParams query to make LocalNet debugging easier
0 commit comments