Jacques Dafflon
Jacques Dafflon
@hanjukim if it helps until this is merged, you can have a look at the fix I used [here](https://github.com/alephium/alephium-wallet/pull/41/files) (assuming you are also using electron builder) which essentially fulfills the...
@MicahZoltu thanks for the report. I am currently working on an updated version which handles EIP 1820 and fixes coverage which is broken too. I hope to be done in...
Thanks for the report, I will investigate. A quick check in Remix revealed nothing so far for me.
See the [comment](https://github.com/0xjac/ERC777/issues/61#issuecomment-479983564) on the related issue.
This was actually discussed [here](https://github.com/0xjac/ERC777/pull/50#issuecomment-392912497). Pinning the version is intentional for the implementation for safety reasons. I will admit that recently the solidity team has been spitting out new versions...
@rfikki Sorry reviewing this PR took so long. Technology here is uncountable but the typo is correct. I'm happy to give you some time to amend your commit and update...
Partially done in #40 but more tests are needed, which is why this remain open
I am also having issues with binding custom types (specifically binding a `string` to an `enum` which underneath is a `uint`). It would be really useful to have a way...
That sounds good to me if `BindUnmarshaler` unmarshaller is called first to give the option of a custom binding. Good idea! I've also hacked my way around in my case...
I would just like to share our use case as it might interest some people. We plan on using smallstep for certificates on both our servers and staff machines such...