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

[Docs] Update Quickstart guide to onboard new devs #501

Merged
merged 11 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,7 @@ summary.html
# Quickstart helpers
shannon_appgate_config.yaml
shannon_app_config.yaml
shannon_relayminer_config.yaml
shannon_supplier_config.yaml

gentx-*.json
gentx-*.json
4 changes: 4 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ genesis:
staking:
params:
bond_denom: upokt
# TODO_BLOCKER(@Olshansk): Figure out what this should be on Shannon
# re-genesis. We're setting it to 1 for Alpha TestNet #1 so Grove
# maintains the only validator until Alpha TestNet #2.
max_validators: 1
Olshansk marked this conversation as resolved.
Show resolved Hide resolved
crisis:
constant_fee:
amount: "10000"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 3
title: Code Review Guidelines
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
sidebar_position: 3
title: Developer Tips
sidebar_position: 2
title: Debugging Tips
---

# Developer Tips <!-- omit in toc -->
# Debugging Tips <!-- omit in toc -->

:::note
This is a living document and will be updated as the ecosystem matures & grows.
Expand All @@ -14,6 +14,8 @@ If you have a tip you'd like to share with others, please open a PR to add it he
- [`itest` - Investigating Flaky Tests](#itest---investigating-flaky-tests)
- [`itest` Usage](#itest-usage)
- [`itest` Example](#itest-example)
- [TODO: pprof](#todo-pprof)
- [TODO: dlv](#todo-dlv)

## `itest` - Investigating Flaky Tests

Expand All @@ -36,3 +38,7 @@ test in the `pkg/client/tx` 50 times in total (5 consecutive tests over 10 runs)
```bash
make itest 5 10 ./pkg/client/tx/... -- -run TxClient_SignAndBroadcast_Succeeds
```

### TODO: pprof

### TODO: dlv
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading