-
-
### Description
Create a comprehensive video or article guide demonstrating the integration of Injective Helix with Hummingbot.
https://hummingbot.org/exchanges/injective/
**Deliverables:**
- A vid…
-
couple of minor issues with injective build.
1. injective-exchange isn't present in their most recent zip files.
2. peggo fails to run due to certificate issues
3. jq isn't present (it is in oth…
-
Currently the Cryptol to saw-core translation conflates some types: Tuple types are represented as nested right-associative pairs, so e.g. `(a, b, c)` and `(a, (b, c))` are both translated as the same…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### have you checked our wiki for common solutions?
- [X] I have searched the wiki or docs
### Bridge Experience
…
-
- Check if possible
- Check difficulty
If not possible : write a proposal
-
## Helix Dashboard powered by `Substreams`
- [x] Ask `Injective team` which Events we should track to get all relevant metrics
- [ ] Write the `helix-dashboard` substreams for contract `inj1xufs3ggc…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### have you checked our wiki for common solutions?
- [X] I have searched the wiki or docs
### Bridge Experience
…
-
cpp
#include
#include
bool isInjective(int arr[], int n) {
std::unordered_set values;
for (int i = 0; i < n; i++) {
if (values.find(arr[i]) != values.end()) {
…
-
**Problem:** The current protocol draft has no message agreement. In general, message agreement is concerned whether the sender and receiver have a shared understanding of the messages exchanged. Non-…