python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Error adding Custom RPCs for custom pallet Substrate
I've been working with parity's contracts node (latest version) and the substrate template node (tag polkadot-v0.9.18), both present the same issue when compiling.
I have a very simple pallet that sto...
andresvsm
Votes: 0
Answers: 2
Substr() function within the apply() function in R
I have a data frame with 25 million rows and I need to run a substring function to all 25 million rows of data. Because of the size of the data frame I thought apply would be the most efficient way of...
Aaron O
Votes: 0
Answers: 1
Substrate mock error the trait bound `Test: frame_system::pallet::Config` is not satisfied
I have created a pallet in Substrate node template and trying to create mocks
Already created the implementation for Config as follows
impl frame_system::pallet::Config for Test {
type BaseCallFil...

0x12
Votes: 0
Answers: 1
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
I run ibc-rs(https://github.com/octopus-network/ibc-rs/tree/feature/ics20), at branch feature/ics20. run this command : cargo build -p ibc. Get this below error. before this have this error, but now I...

D.Davirain
Votes: 0
Answers: 0