Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #612

Closed
wants to merge 214 commits into from
Closed

test #612

wants to merge 214 commits into from

Conversation

majusko
Copy link
Member

@majusko majusko commented Oct 5, 2023

No description provided.

goncer and others added 30 commits May 26, 2023 11:33
Co-authored-by: Misha Kolesnik <[email protected]>
Dedicated api for FE team, so they dont have to reimplement feelock
logic
devdanco and others added 29 commits September 4, 2023 13:57
- New functionality where the pools and assets will never be deleted and instead we will accept empty pools and make our storage history consistent
As agreed this PR introduces number of api breaking changes:
- `XYKRpcResult` is removed
- `RPCAmountsResult` is removed
- `calculate_sell_price` : returns `RpcResult<Balance>` instead of
`RpcResult<XYKRpcResult>`
- `calculate_buy_price` : returns `RpcResult<Balance>` instead of
`RpcResult<XYKRpcResult>`
- `calculate_sell_price_id` : returns `RpcResult<Balance>` instead of
`RpcResult<XYKRpcResult>`
- `calculate_buy_price_id` : returns `RpcResult<Balance>` instead of
`RpcResult<XYKRpcResult>`
- `get_burn_amount` : returns `RpcResult<(Balance,Balance)>` instead of
`RpcResult<RPCAmountsResult>`
- `get_max_instant_burn_amount` : returns `RpcResult<Balance>` instead
of `RpcResult<XYKRpcResult>`
- `get_max_instant_unreserve_amount` : returns `RpcResult<Balance>`
instead of `RpcResult<XYKRpcResult>`
- `calculate_rewards_amount` : returns `RpcResult<Balance>` instead of
`RpcResult<XYKRpcResult>`
- `calculate_Balanced_sell_amount` :
    * returns `RpcResult<Balance>` instead of `RpcResult<XYKRpcResul>`
* `total_amount` parameter type change from `Balance` to `NumberOrHex`
* `reserve_amount` parameter type change from `Balance` to `NumberOrHex`
- `is_buy_asset_lock_free`: `input_amount` type changed from `Balance`
to `NumberOrHex`
- `is_sell_asset_lock_free`: `input_amount` type changed from `Balance`
to `NumberOrHex`
now sdk validates node version. bumped to 18.16.1
Add yarn test-sdk
@majusko majusko closed this Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants