noot

Results 36 comments of noot

@fedekunze I believe it's here: https://github.com/ethers-io/ethers.js/blob/b288ad9ba791073df2768c580abe9173c6b851f6/providers/base-provider.js#L789-L792 yeah, not planning on maintaining our own fork, the goal is to upstream

hey @dimalinux , the issue is referencing the port for the UI only. currently it's hard-coded to send RPC calls to `http://localhost:5001`, see here: https://github.com/noot/atomic-swap/blob/master/ui/src/utils/rpcApi.ts#L12 the intended behaviour is to...

@hbs interesting point, it seems that although it's possible for a miner to set some timestamp that's in the future, this block won't be accepted by the rest of the...

yeah I have no idea if this is possible or not, probably not unless we somehow throw it in some privacy-preserving L2 rollup or such (if that even exists). I...

thanks for looking into this :D yeah, perhaps some sort of relayer scheme could work, we can look into how exactly it works. it would be nice to keep it...

could try this lib: https://github.com/HydroProtocol/ethereum-watcher

Hey, could you re-run the output with any extra debug logs turned on? Trying to understand what's happening in this code: https://github.com/Netflix/p2plab/blob/72fbd93500fa266a1790b6d427b814e9b20a6cdf/scenarios/run.go#L61 Wondering if there are any particular errors, or...

Hey, I'm having some issues running the code: ``` go: finding github.com/hinshun/go-bitswap v0.1.7-0.20190910164641-980f3a3f8fed go: github.com/hinshun/[email protected]: unknown revision 980f3a3f8fed go: github.com/hinshun/[email protected]: unknown revision 980f3a3f8fed go: github.com/hinshun/[email protected]: unknown revision 980f3a3f8fed go: error...