h4x3rotab

Results 45 comments of h4x3rotab
trafficstars

Would be nice to have wasm target added

Strongly agree with @stongo. In our case, we'd love to build an easy-to-scale Substrate node cluster in a GKE stateful set. The only problem we are facing is the p2p...

Much appreciate if it can be merged. I'm still manually sending out payouts

To add some background, this is an effort to make `telegram-rs` usabe in a wasm cloud runtime. SideVM is a WASM-based serverless runtime on a decentralized cloud computing network, [Phala...

E2E testing framework is good. However there are many things to consider. For example: 1. Performance. Usually running the unit tests takes less than one second. If we keep only...

Is it a work in progress or still in waiting? Recently we are testing a project with multiple contracts. So far the most awkward situations are (1) no way to...

I've implemented a PoV of macro based cross-contract mock demo in OpenBrush: https://github.com/Supercolony-net/openbrush-contracts/pull/136

How much memory is required to sync Bitcoin and how long does it take?

Generally good. However I have two suggestions: 1. We need better documentation. The interface exposed is `encrypt` and `decrypt`, which hides all the details behind. We should at least include...