Daniel Moka

Results 26 issues of Daniel Moka

Add missing insufficient fee asset support for EVM transactions/ Since for EVM, we use dispatch permit, that logic needed to be adjusted. - [ ] increase the cost of dispatch...

Disable claim rewards of LM to prevent users to exit early. Add `join_farms` extrinsic Add `add_liquidity_and_join_farms` Add `exit_farms` TODOs: - [x] add 4 benchmark test for the new extrinsics -...

We need this as a part of issue https://github.com/galacticcouncil/hydration-node/issues/857 What we want for now: - DOT can be sent to hdyra. - And DOT can be sent to AH from...

### Description When we use utility.batch and have `set_currency` as first extrinsic, then we don't do any validation for the specified currrency. It can lead to problem like: ``` Eg....

The receiver of the fee would be the holding account, then on idle we could do buyback. As it has no impact on user, it is low prio.

The init script is outdated as the API of asset registry changed. So let's make the script work.