Geoff Hayes
Geoff Hayes
Has this moved? It's still an open issue.
Sure, I'll work on adding this to the README, but for those curious, it'll be something like this: Add https://hex.pm/packages/blockchain and https://hex.pm/packages/abi ```elixir abi_encoded_data = ABI.encode("baz(uint,address)", [50, |> :binary.decode_unsigned]) transaction_data...
Would doctests be difficult since they are pretty side-effecting? Doctests are great for pure functions, but they aren't as clean for impure code.
As per `1`: sorry that a lot has been pushed into this PR-- I've been using it for several projects in production. As per `2`, happy to discuss alternative implementations....
@tony612 Any thoughts on how we should handle addressing/merging this? For my usage, it's been pretty helpful. I wouldn't mind this ending up as a permanent fork (by a different...
From this thread: https://community.kodekloud.com/t/anyone-know-what-could-be-the-reason-for-this-related-to-lab2-q7-nslookup-co/20254 adding `--restart=Never` fixes this issue for me.
We're also seeing a high count of users hitting this error on Elm 19. Our set-up is: ```javascript Elm.Main.init({ node: document.getElementById('root'), }); ``` with HTML: ```html ``` It would make...
@ricburton We're going to put together a quick ABI specification and one-pager describing how the protocol works with a test-net address. Happy to help hash out exactly how the flow...
@ayrat555 Was this addressed / fixed by #435?
What's the right solution here? What *should* we do?