Samuel Onoja

Results 26 issues of Samuel Onoja

this would be useful for using tonic with `WASM`

### Check for existing issues - [X] Completed ### Describe the feature Currently, when searching for an extension in the store, let's say a theme called `some theme` with some...

enhancement
extension infrastructure

#### UTXO Fee Improvements: 1. fee-per-kb calculation and improvement: Ensure UTXO fee calculation is based on transaction size and some improvements. 2. Custom Fee Options: Enable users to select low,...

in progress

#1595 Previously, the EnumFromStringy macro was exclusively utilized to produce the From trait from one enum to another enum only when the inner identifier was "String". However, to enhance this...

status: pending review

currently, when Komodefi tries to parse incorrect `event_stream_configuration`, the program panics which doesn't sit well for me so I thought logging the error and continue with program is best https://github.com/KomodoPlatform/komodo-defi-framework/blob/b0fd99e8406e67ea06435dd028991caa5f522b5c/mm2src/mm2_core/src/mm_ctx.rs#L725-L728...

enhancement
Low priority

Because of the heavy computation involved in generating z_transactions, there's a long delay/running time when using the generate tx functionality. A possible/good solution is running this genr_tx using web workers,...

priority: medium
improvement: wallet

https://github.com/KomodoPlatform/komodo-defi-framework/blob/84be05969b2247e9f24ee343dd50f3419838309c/mm2src/coins/z_coin/z_rpc.rs#L743-L753 `SaplingSyncLoopHandle` keeps sending sync status after main sync process is finished which results to error like ```log 7 10:57:53, common::log:305] DEBUG z_rpc:679] No one seems interested in SyncStatus: send...

Is there any plan to add implementation for `OwnedMappedMutexGuard` like in tokio, https://docs.rs/tokio/latest/tokio/sync/struct.OwnedMappedMutexGuard.html

C-feature-request
A-lock