parity-io Questions
1
Each Substrate runtime has a RuntimeVersion. The fields in this RuntimeVersion struct indicate when various aspects of the runtime change and each field has its own semantics described in those doc...
1
Substrate supports "pluggable consensus" so a developer can choose from among several consensus algorithms. It comes standard with four algorithms:
Aura
Babe
Proof of Work
Grandpa
Some ...
Volotta asked 14/10, 2019 at 2:20
2
Solved
While implementing my chain logic I was wondering whether to use events at all since they might cost the node extra storage for the event logs. What is the actual storage cost involved here? Do the...
2
Solved
When implementing a runtime module in substrate, given the following storage
decl_storage! {
trait Store for Module<T: Trait> as CatAuction {
Kitties get(kitties): map T::Hash => Kitty&...
1
Solved
How can I do math on floating point values in substrate runtime. As a simple example imagine I want to keep track of an interest rate in a decentralized finance.
I can prototype by using the perce...
Mabelmabelle asked 12/6, 2019 at 13:54
2
Solved
i have some script using to sending Ethers from address to addres. Im using Parity, and Python 3.6. It is using Flask looks like:
from flask import Flask, render_template, json, request
import url...
Irreversible asked 24/1, 2018 at 22:38
4
Solved
I am using [email protected] to deploy smart contracts against a localhost:8545 [email protected] rpc, using an account that is funded with Ether has been unlocked using personal.unlockAc...
Foredoom asked 21/3, 2017 at 10:36
1
Here it's a very high level description with only formulas. I want to understand actually how it works.
I don't actually understand what a step is and what's it's use? Does a node always keep upd...
1
© 2022 - 2024 — McMap. All rights reserved.