ain icon indicating copy to clipboard operation
ain copied to clipboard

v3 Breaking API Tracker

Open prasannavl opened this issue 3 years ago • 4 comments

An issue to start tracking breaking API changes on v3.

Summary

RPC:

  • listcollateraltokens: height and all will be removed.

prasannavl avatar Feb 10 '22 15:02 prasannavl

@prasannavl: Thanks for opening an issue, it is currently awaiting triage.

The triage/accepted label can be added by foundation members by writing /triage accepted in a comment.

Details

I am a bot created to help the DeFiCh developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the DeFiCh/oss-governance-bot repository.

defichain-bot avatar Feb 10 '22 15:02 defichain-bot

listloantokens and getloantoken now includes a mintable field.

Bushstar avatar Feb 11 '22 08:02 Bushstar

listcollateraltokens no longer has any arguments and will return all collateral tokens, even those pending at future heights. This is due to the fact that post-GW all collateral tokens will be live when they are added to the Gov var store, but pending collateral tokens will be visible instead by listgovs.

Bushstar avatar Feb 11 '22 08:02 Bushstar

Minor change: createpoolpair will now return RPC error if pairSymbol string is larger than 16 chars Issue: #1068 PR: #1069

dcorral avatar Feb 11 '22 10:02 dcorral