Ivan Shumkov
Ivan Shumkov
We need to release Platfrom v1.5-dev.1 which supports Core 22 and reflects withdrawal fixes - [ ] https://github.com/dashpay/dash-network-deploy/pull/667 - [ ] https://github.com/dashpay/platform/pull/2107 - [ ] https://github.com/dashpay/platform/pull/2286 - [ ] Release...
## Expected Behavior ## Current Behavior ## Possible Solution ## Alternatives Considered ## Additional Context
Eslint 8 is deprecated. We need to update to recent version. ## Expected Behavior We don't see deprecation warnings and eslint works as usual ## Current Behavior We have a...
## Issue being fixed or feature implemented This is continuation of JS SDK refactoring. The goal of this PR is to cleanup params and return types. ## What was done?...
## Issue being fixed or feature implemented Different entities has different naming for to/from methods (toValue, toObject, ...) ## What was done? - Rename methods. - Make sure fromObject /...
## Issue being fixed or feature implemented Sometime we change package version incorrectly (#2823) that leads to hidden problems in further releases even with green release workflow run. ## What...