-
Investigate the following errors:
```bash
"2024-07-06 04:53:54.449 WARN tokio-runtime-worker litep2p::transport-manager: unknown connection opened as secondary connection, discarding peer=Pe…
lexnv updated
3 months ago
-
Hi I'm following substrate kitty tutorial.
In below tutorial, make_transfer method is used to transfer coin when buying kitty.
https://shawntabrizi.github.io/substrate-collectables-workshop/#/3/b…
ghost updated
3 months ago
-
We should have an extension to Asset Conversion pallet to allow rewards for liquidity provision. This could take a number of forms, but the two main options I see are:
1. Make it governance-control…
-
I am using **v2.0 (current repo)**, and I am building through the collectable workshop code on:
https://substrate.dev/substrate-collectables-workshop/#/1/storing-a-structure
The imports used
``…
-
## The message
The `Transfer` message aims to transfer a specific `amount` of tranche tokens to a `destination` address.
``` rust
Transfer {
pool_id: PoolId,
tranche_id: TrancheId,
domai…
-
signed raw Tx is 0x41028400d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d01d401d94c6cfeeca5ddae003f90e6512c2eaf8bb82abe32bd2cff907cc910126f625b4d4b41dbb30dc0869b09195bd0e96c890865ca9…
-
```
Error: Type mismatch:
class java.util.Vector private java.util.Vector com.oracle.svm.core.jdk.Target_java_lang_ClassLoader.classes
class java.util.ArrayList private final java.util.Arra…
-
It should be checked if jOOQ is GraalVM compatible. I.e. whether native Substrate VM images can be built for applications built on jOOQ.
-
Hello,
I am here to clarify some concepts with substrate.
I wonder about runtime upgrades and what it implies.
Imagine there is a runtime upgrade for a specific chain, like KSM. I didn't upgrad…
-
Add info at the end of chapter 1.5, that you need to transfer a minimum balance of 1000 from Alice to the other accounts to be able to store values in runtime storage
https://shawntabrizi.github.io…