Diego
Diego
#### What kind of PR is this?: /kind fix #### What this PR does / why we need it: Fix pagination when limit = 0 on `listaccounts` Add token filter...
#### What kind of PR is this?: /kind feature #### What this PR does / why we need it: Allows negative interest on loan tokens #### Additional comments?: This PR...
#### What kind of PR is this?: /kind fix #### What this PR does / why we need it: Add "skipLockedCheck" optional parameter to `listvaults` rpc, when set to True,...
#### What kind of PR is this?: /kind fix #### What this PR does / why we need it: Adds version suffix to `getversioninfo` rpc. WIP: Investigate build error on...
#### What kind of PR is this?: /kind feature #### What this PR does / why we need it: Adds filtering to `listaccounts` by token symbol Example: `listaccounts '{"tokenSymbol": "AMZN"}'`
#### What would you like to be added: Add a optional parameter `height` to `getfixedintervalprice` & `listfixedintervalprice` be able to filter price in a specific blockheight: `getfixedintervalprice { "fixedIntervalPriceId" :...
#### What happened: When using `createpoolpair` pairSymbol with length over 8 chars gets trimmed: "GOLD-SILVER" -> "GOLD-SIL" #### What you expected to happen: Throw error when pairSymbol is larger than...
#### What kind of PR is this?: /kind fix #### What this PR does / why we need it: Collateral factor of DUSD and DFI was not taken into account...
## Summary - Communication layer between the different VMs in DeFiChain to fetch Oracle data. - Implement the ability to fetch Oracle's data directly from SCs removing the need to...