Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/past-delegation-…
Browse files Browse the repository at this point in the history
…proofs
  • Loading branch information
red-0ne committed May 9, 2024
2 parents 82106d5 + 639f86d commit cb5c706
Show file tree
Hide file tree
Showing 27 changed files with 570 additions and 129 deletions.
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
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

0 comments on commit cb5c706

Please sign in to comment.