-
Hi, I want to use this gem to fetch bittensor data using js but I cant get it to work.
Could you please include an small connection snippet like in https://polkadot.js.org/docs/api/examples/promise…
-
### Prize Title
Bluzelle DB library support (PHP, Python, C#, Java, C++, Ruby, Go, Rust, or Dart)
### Prize Bounty
$2,500 USD worth of ERC20 BLZ for each library submission, at time of payout…
-
* **I'm submitting a ...**
- [x] Bug report
- [ ] Feature request
- [ ] Support request
- [ ] Other
* **What is the current behavior and expected behavior?**
Here's the c…
-
Subscribe to this issue and stay notified about new [daily trending repos in Rust](https://github.com/trending/rust?since=daily).
-
the code:
```
let blockHash = await polapi.rpc.chain.getBlockHash(_blockNum);
let block = await polapi.rpc.chain.getBlock(blockHash);
let allRecords = await polapi.query.system.events.at(block.blo…
-
CI from [here](https://github.com/polkadot-fellows/runtimes/actions/runs/10111050996/job/27962220434?pr=381):
```pre
gh: Reviews may only be requested from collaborators. One or more of the user…
-
i want to interact with that pallet programatically, using the package i am able to create the call and invoke the submitExtrinsic
```go
package main
import (
"encoding/hex"
"fmt"
"log"
…
-
This is a request to publish each runtime with two properties:
- Add `--features try-runtime`
- Do NOT add `--features on-chain-release-build`:
https://github.com/polkadot-fellows/runtimes/bl…
-
In the context of smoldot, I would like to store the latest runtime code in a cache on disk, and, when smoldot initializes, compare the runtime code in cache with the runtime code on chain.
The objec…
-
## Overview
Spacemesh clients must have synchronized clocks in order to participate in the network. Block contextual validity depends on the time. Participating in the Hare consensus requires nodes…