Luiz Estácio | stacio.eth
Luiz Estácio | stacio.eth
Create more extensive examples for subgraph indexing use, including; - Indexing input asset_id and minting contract - Contract logs with different data types (struct, primitives, vec...) - Witnesses data -...
Improve subgraph tests with extensive use cases. On this issue we should; - [ ] Improve tests on subgraph-examples - [ ] Improve tests on graph-tooling - [ ] Improve...
Currently we experience some delay time between creation of the blocks and index of the data. We should investigate the reason of the issue and implement the improvements to make...
With `usConnect` users are able to chose between a `connectAsync` or `connect` this is useful when applications want to integrate the connection of a wallet in the middle of a...
Right now the block committer only commits the block hash, but we should add for this commits also the block data, but considering the size of the block data to...
Currently, the fuel-block-committer has an error related to ethers-rs and socket connection that makes the process crash. We should investigate if we can solve this issue by changing the lib...
Define a mechanism for allowing fuel-core to query gas cost and other relevant information to adjust block building time, size, and general gas cost.