Benjamin Roedell

Results 10 comments of Benjamin Roedell

@Laurent-Sarrazin I too would appreciate very much to see an example of sending a signed contract transaction.

Nevermind, I see an example was provided in https://github.com/web3p/web3.php/issues/176

With a lot of trial and error I finally got a working example of how to transfer tokens by signing the transaction. I put the example at https://github.com/benrobot/web3.php_send_tokens_example

With a lot of trial and error I finally got a working example of how to transfer tokens by signing the transaction. I put the example at https://github.com/benrobot/web3.php_send_tokens_example

I believe this feature would also be useful to share code generators internally when the generated code applies to an internally developed framework or coding pattern

It's not so bad if used with `--format-only`. Formatting and re-staging on-the-fly is a common practice in the JavaScript world. I suppose one could say that the Prettier and ESLint...

@tsemer I'm experiencing the same issue. Have you found a solution?

Any progress on this pull request? I would like to start using this feature.

@stakx Thank you. Somehow I saw your original response and never noticed that you provided a workaround after editing your response. Someone else at my organization tried to upgrade above...

I'm in a similar situation. My azure pipeline which starts a docker image as part of some unit tests was working fine on version `20240908.1.0` but stopped working on `20240915.1.0`.