ain
ain copied to clipboard
v3 Breaking API Tracker
An issue to start tracking breaking API changes on v3.
Summary
RPC:
listcollateraltokens:heightandallwill be removed.
@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.
listloantokens and getloantoken now includes a mintable field.
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.
Minor change: createpoolpair will now return RPC error if pairSymbol string is larger than 16 chars
Issue: #1068
PR: #1069