Devan Non
Devan Non
Just a small note on all of this, recently stumped me and had to use the `-g` flag. Could we also get a better error message if the transaction runs...
Okay, I debugged it a bit more and found out it's because I had a variable set above `RPC_URL` which has spaces in it. I realized variables with spaces are...
In case anyone wants, I cloned the forked branch and built the SCSS. If you add the below code into your own CSS you can use it: ``` .nes-icon.discord::before {...
Unfortunately git hooks must be stored somewhere else and then effectively installed on each local developers' cloned repo. You can't commit the file at `.git/hooks/pre-commit`. In JS land it's common...
This is not something we plan to support ourselves. We'd be open to a PR which helps you, but it's not something we can currently prioritize.
Hey @MartinquaXD, we're working on this at the moment. Will be pushed soon.
As the bundle endpoint is currently implemented, I would say this is expected behavior. However, I would be open to a flag / new endpoint which allows failing transactions in...
Any idea when a new version of tokio-stream will be rolled with this in it? Thanks!