-
### Top part visual
- Each network has a profile page. i.e. validatorinfo.com/networks/evmos
- Uses the logo of the network as the visual (stays the same as we scroll through tabs)
- Somewhere next…
-
```
symbol N:TYPE;
symbol 0:N;
symbol Set:TYPE;
symbol nat:Set;
symbol arr:Set → Set → Set;
symbol El:Set → TYPE;
rule El(arr $x $y) ↪ El $x → El $y;
rule El nat ↪ N;
symbol I[a]:N → El a;
d…
-
If there's downtime or a chain has gone down etc, we should be able to easily tell the relayer to retry delivering all or some messages.
Plan:
- Building upon Kunal's work in https://github.com/h…
-
Hi
I bridged a token from ETH o INJ using the steps adviced here:
https://blog.injective.com/en/how-to-bridge-from-ethereum-to-injective-using-metamask/
The bridged went successfully, however no…
-
### Checks
- [x] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
##…
-
Currently the [weight_norm](https://github.com/pytorch/pytorch/blob/master/torch/nn/utils/weight_norm.py) and [spectral_norm](https://github.com/pytorch/pytorch/blob/master/torch/nn/utils/spectral_nor…
-
## Description
This is a bounty to create a dashboard in Google Sheets that scrapes the desired data from the sources listed below. Some sources are to be scraped daily and some sources weekly.
#…
-
I run my backups from a ZFS snapshot in order to ensure the entire file-system is in a consistent state. After I upgraded to restic 0.10.0 from the previous official release, the backup started addin…
-
Grpc and rest endpoints throw **503** errors.
---
## Steps to Reproduce
1. Navigate to `injective/swap` page and insert value
2. Stuck on loading
---
### Additional context
Ad…
-
The goal should show `forall ...` in the goal after each of the first two lines. Perhaps this is corner case because `x` and `y` are not used after the comma. Alternatively, should Coq return a warn…