Emmanuel Thomas
Emmanuel Thomas
### Feature Description Fill missing data For some klines there would be missing data , but right now the chart it showing the data together event if there are missing...
- getting this error trying to run the nerual network
please provide at least a basic documentation of how the bootstrap works and the various options
### Feature Description When candlestick with missing data are added, the chart should fill the missing data with the last available candles close price as its olhc and volume as...
I am working on a project which needs bls sigature verification via smart contract. I have not been able find any resource for this. is bls signature verification possible on...
When I click on the table headers (which toggles ascending and descending sort) the table columns move, is it the expected behavior or a bug, I have recreated the issue...
Both the below methods takes u128 as type for the amount. ``` pub trait PolkadexSwapRpcApi { #[method(name = "tx_quotePriceExactTokensForTokens")] async fn quote_price_exact_tokens_for_tokens( &self, asset_id1: String, asset_id2: String, amount: u128, include_fee:...
After a user claims a withdrawal in ocex the storage key is not pruned after the value is deleted. so the storage is left with alot of keys with just...
Hello, I created a basic gossipsub implementation as shown [here](https://github.com/nuel77/libp2p-mulitlang-gossip/blob/main/browser-node/src/App.js). Heavily referencing the [examples](https://github.com/libp2p/js-libp2p/tree/master/examples/pubsub) . I am always getting this error when trying to publish a message using gossipsub. I...
Hello. I wanted to bring up an issue that we've noticed in the Polkadex UI after the recent changes from PR #10498 on the polkadot-js/apps repository. It seems that the...