Zeke Mostov

Results 9 comments of Zeke Mostov

> A 1st draft of how @kianenigma idea could look can be seen below: ![idea-polkadot-apps](https://user-images.githubusercontent.com/5408605/156790798-326eae34-6f5e-44ba-b1d3-043586890ef6.png) > > More terminology can be found [here](https://docs.google.com/document/d/1bisngPfte-P2vMuP_JrV6fIpNnd04uCWrqt4UbFklF8/edit) Thank you @wirednkod ! Some feedback: -...

There are some projects that poll substrate-api-sidecar in order to do indexing. One I know of is: https://github.com/kianenigma/substrate-api-sidecar-dump

Update or maybe a separate issue? > I'm looking into automating the binary creation with GHActions rather than a Dockerfile, as to avoid manually setting up containerization for every release...

Some questions I had: - Do we know the long term maintenance plans for substrate-lite? If maintenance stops at some point would we still be able to use it? -...

@joepetrowski is this still relevant to anything `txwrapper{-*}`?

Hey 👋 I am actually not personally familiar with transactions for contracts, but if they are standard transactions (extrinsics), you can encode the transaction, which turns it into a [SCALE...

cc @drahnr @Lldenaurois this is the PR I was discussing yesterday that addressed that stray TODO

615e788 adds some checks to `bitfield_count_ones` to try and minimize the amount of bogus bitfields that end up affecting weight. 14faefb tries to optimize counting the votes in bitfields by...

@[drahnr](https://github.com/drahnr) Can this be closed?