Ivan Shumkov
Ivan Shumkov
## Issue being fixed or feature implemented ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] I have performed a self-review...
## Issue being fixed or feature implemented ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] I have performed a self-review...
To provide good quality SDK for our users and make sure all required functionality is present we need to re-design current SDK that have multiple problems. The idea is to...
Based on previous investigations (#2281, #2368, and #2369), we need to go through all identified use cases, and decompose them into: * methods that will be called * data objects...
For state sync (more precisely, backfill process), we need to tune consensus params.evidence. These params are controlled by ResponsePrepareProposal.ConsensusParamUpdates . More precisely, backfill process is implemented so that it is...
SDK should return transport agnostic errors (instead of DapiClientError and others) so a developer can handle connection, node and developer errors easily. We probably need to propagate execution information (retries,...
Wallet Connect could be a good solution to provide wallet capacities for SDK in web. We need to investigate how to build SDK Wallet adapter for web using Wallet Connect
SDK will interact with wallet though Adapter. We need to design API for this adaptor. We probably want to support adapters written in any languages and plug them in using...
## Docker image build: - [ ] Make sure we reuse docker layers - [ ] cache error in docker build logs ## Drive ABCI: - [ ] Disable logs...
``` 2024-11-04T04:10:53.581242Z INFO drive_abci::abci::handler::process_proposal: Processed proposal with 0 transactions for height: 988, round: 0 in 80 ms, invalid_tx_count: 0, valid_tx_count: 0, elapsed_time_ms: 80, storage_fees: 0, processing_fees: 0 at packages/rs-drive-abci/src/abci/handler/process_proposal.rs:323 on...