h4x3rotab

Results 45 comments of h4x3rotab
trafficstars

Inline comments like Google Docs is the best IMO On Tue, Sep 14, 2021 at 9:59 AM Tom Moor ***@***.***> wrote: > This feature is dependent on #811 > due...

Wasm-based apps are highly portable. It can probably be deployed in some edge devices (routers, nas, IoT with somehow powerful computation capabilities, etc).

I don't think WASM is slow. It has nothing to do with Javascript as well

Try this: https://github.com/paritytech/ink/issues/1234#issuecomment-1283754747

> I don't see any problem in doing that. In the end it just submits extrinsics. Phat Contract runs in an offchain daemon. So instead of spawning up a new...

> > Phat Contract runs in an offchain daemon. So instead of spawning up a new substrate node, we will need to spawn a full stack. In addition, the query...

Personally I'd prefer to just fix AccountId to AccountId32 and Balance to u128. Substrate is already built to allow customization. What we need more is an unified ecosystem that can...

A quick fix in #9419. Instead of using `ceil`, it should be `floor() + 1`.

If you want to find a chain with even council seats, please try Phala (it has 8 members): ``` wss://phala.api.onfinality.io/public-ws ```

Yes. It would be nice to prioritize this feature