Robert Felker

Results 115 comments of Robert Felker

Trying to debug the cause. Effect is a problem with Buffer decoding but even the 0x response is incorrect. But I'm just starting using the API so it is a...

That was my question! This is the basic call of a function so not sure how the tests passes. Which lib are you using? can we provide a PR to...

Oh I see it is a wrapper around .js so it also mean limitation in going mobile or desktop. Like you said less community and commits. I'd rather help build...

It is possible you need to use wallet connect You can reach me here https://twitter.com/BlueAquilae

Hi @simolus3 would you accept a bounty to resolve this case? 40euros to help support this project and help us with timing resolution. Thank you for your consideration on the...

Thx for the quick reply. The easiest way is to use hardhat https://hardhat.org/getting-started/#installation It will create a default local chain and contract ``` pragma solidity ^0.8.0; import "hardhat/console.sol"; contract Greeter...

@simolus3 Who is taking care of this repo now?

That is a good news! Just need to find where the diff is. I tried the generator, building from Abi or even manual function setup for the same result. Also...

• Flutter version 2.8.1 at .../flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 77d935af4d (il y a 4 semaines), 2021-12-16 08:37:33 -0800 • Engine revision 890a5fca2e • Dart version 2.15.1

Interesting points in this code ``` final tx1 = await contract.setGreeting('Hello', credentials: privateKey); final tx2 = await contract.greet(); ``` The first line will complete and I get an explorable Transaction....