-
Because we are calling a lot of desmos profile not all browsers can handle this. What we can do is set a timeout after xx calls
https://stackoverflow.com/questions/56892378/angular-multiple-http-post…
-
Please add support to [Desmos](https://github.com/desmos-labs) blockchain to help users to manage their founds and use Osmosis in a simpler way. Thanks!
wimel updated
2 years ago
-
Add simulation module for flocking, and a demo of that module.
We should have some flocking behavior exhibited with some kind of interesting choreography.
Multiple flocks, probably. We also want…
-
Similar to websocket endpoints open, we need to have LCD (Light Client Daemon) open for all chains
DoD
- [x] Endpoint structure: `/v1/chain/:chain/lcd`
- [x] Points to port [1317](https://forum.cosm…
-
- [x] sentinel
- [ ] v-systems
- [x] osmosis xxx
- [x] regen
- [x] desmos
- [ ] stakebird
- [x] sif xxx
- [x] luna
- [x] juno
- [ ] turbogeth or whatever
- [ ] binance chain (BSC)
- [ ] …
-
-
Help me
How to add desmos chain in my kaplr extension
-
Currently the structure of `DesmosMsg` is like:
```rust
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)]
#[serde(rename_all = "snake_case")]
pub struct DesmosMsg {
pub…
-
When a group starts 5 player game and game takes 120 minutes, they earn more points for `/grouplist`...
This is not true because every game with specific player counts has specific duration to get th…
-
Our current implementation of BM25 does
```java
boost * IDF * (k1+1) * tf / (tf + norm)
```
As (k1+1) is a constant, it is the same for every term and doesn't modify ordering. It is often omitted an…