Derek Chiang
Derek Chiang
Ah, that's good to know! I changed the code but unfortunately still got the same error.
Update: I tried using `web3.js` directly and it worked, so the issue is probably in the CLJS land.
@alexwagg I never figured out the cause of the issue. I just gave up and did the contract creation in JS instead.
Looks like you need to add the flag to `:jvm-opts` in `project.clj`, like this: ```clj :jvm-opts ["--add-modules" "java.xml.bind"] ```
I could get around this particular error by `touch man/hyperdex-daemon.1`, by then I would get a similar error for another man page (which can also be resolved by touching the...
Yeah, ./configure went fine.
I was looking at [this code](https://github.com/dfinity/go-dfinity-p2p/blob/4d4e943cab35dacd78c96f7df6f4ce1160893ef7/client/broadcast.go#L93) for instance.
I would also like to add that we can also keep the `Send()` and `Receive()` API around so that flooding is still supported. In that case, each node would need...
Ready to merge. Please review!
@hazim-j @yoavw great ideas. Hazim's idea is a variant of Yoav's "verifier side solution" so I won't address it separately. Here are my thoughts on the four ideas Yoav listed:...