Nakul

Results 21 issues of Nakul

Issue detecting commit SHA. Please run actions/checkout with fetch-depth > 1 or set to 0. Githb action code - name: Upload to codecov.io uses: codecov/codecov-action@v3 with: token: ${{secrets.CODECOV_TOKEN}} fail_ci_if_error: true

Before Adaboost without venue MAE: 12.217362349360771 MSE: 249.6020058588232 RMSE: 15.798797608008757 After addition of venue AdaBoost Regression with venue MAE: 12.119491545790959 MSE: 247.23792128222578 RMSE: 15.723801107945425

**Before submitting this PR, please make sure**: - [ ] Your code builds clean without any errors or warnings - [ ] You are using approved title ("feat/", "fix/", "docs/",...

**Before submitting this PR, please make sure**: - [ ] Your code builds clean without any errors or warnings - [ ] You are using approved title ("feat/", "fix/", "docs/",...

The Pr fixes following things - it doesn't allow a user to register pair which has volume less than min volume. - Min Volume = Min price * Min qty....

A0-PleaseReview

**Is your feature request related to a problem? Please describe.** The XCM test were removed while updating to Polkadot v1 in PR #1149 due to the macros requiring a balance...

enhancement

**Describe the bug** The issue with `is_allowed_to_withdraw_collateral` helper method is, that it passes out an error `InsufficientVaultCollateralAmount` when trying to withdraw an amount that falls below `MinimumCollateral` but in some...

bug

Closes #1186. ## Code Flow based on discussion in comments 1. Migrate from v0 to v1 using the `migrate_from_v0_to_v1` function: - This function inserts the chainwork for the latest bitcoin...

ReviewNeeded

**Is your feature request related to a problem? Please describe.** Currently the `MAXIMUM_BLOCK_WEIGHT` -> `proof_size` parameter is taken from `cumulus_primitives` [here](https://github.com/interlay/interbtc/blob/HEAD/parachain/runtime/interlay/src/lib.rs#L154-L155) which is used in `frame_system::Config::BlockWeight`. But the `proof_size` should...

enhancement

**Is your feature request related to a problem? Please describe.** Benchmarking is required for the sudo pallet. Modify the `WeightInfo` type of `pallet_sudo` in runtime to pass custom weights. **Additional...

enhancement