Andreea Eftene

Results 33 comments of Andreea Eftene

I am playing with Theia locally to see if it fits for a Rust project and i also do not have any other Rust extensions installed. I was not able...

i'm not a rust developer myself, will have to check back with the team to see if it works entirely or partially. But, version `2020-11-16` seems to be working despite...

@ceikit this error happens when the local node is not ran in development mode. you need to run `substrate-contracts-node --dev`. can you double check you do that? also can you...

@smu160 I opened an issue about it https://github.com/paritytech/substrate-contracts-node/issues/79 In the meantime you can just execute `./substrate-contracts-node --dev`

we offer technical support on our [StackExchange](https://substrate.stackexchange.com/questions/tagged/polkadot-js) site. please post your question there and also mention your local node version.

> Testing encoding and sending inputs to an ink! message is should be tested separately. the approach of the Mother contract where it returns the input values was ok imo....

we could replace Mother with this. wdyt @agryaznov ?

@123oli how did you access this version of polkadot.js? the live one doesn't seem to have support for `Weightv2`

the validation should happen when the user tries to upload the file. wdyt @peetzweg ?