Petar Tonev

Results 4 comments of Petar Tonev

Up until now, several scenarios were implemented on top of the provided code example to test different setups: 1. The `delegatecall` was replaced with a normal `call` in order to...

_Quick update:_ you can achieve the wanted result by calling the `transferFrom` instead of `tokenTransfer`. Currently, the functionality can be tested only by running a `local node` locally or on...

In regards to the mentioned issue, a simple fix itself is not a problem. Basically, in JS we can write ``` if (!text) { } ``` which will evaluate to...

Greetings @NickSneo ! Currently we are experiencing some deviations between config examples of the plugin and the behaviour. We summarized them in [this issue](https://github.com/hyperledger/web3j-solidity-gradle-plugin/issues/73). Would be amazing if we get...