surangap

Results 24 issues of surangap

#### What kind of PR is this?: /kind feature #### What this PR does / why we need it: Add support for DMC Payload on the native side. #### Which...

kind/feature

#### What happened: do a query with `listunspent` with `specific address` given and upto `minimumSumAmount` returned result is empty([]) #### What you expected to happen: return utxos for the given...

#### What would you like to be added: currently ``` struct CFuturesUserKey { uint32_t height; CScript owner; uint32_t txn; ``` update it to ``` struct CFuturesUserKey { CScript owner; uint32_t...

#### What would you like to be added: Add tests to match real-life use cases. The test might involve multiple RPCs. #### Why is this needed: the loan has many...

kind/feature
triage/accepted
area/packages
sig/blockchain

#### What this PR does / why we need it: Add a fix mock provider due to https://github.com/DeFiCh/ain/issues/1208 from Jellyfish side. touch #274 Add futureswap dftx same block test. ####...

kind/fix
area/packages

#### What would you like to be added: Currently, some functions in jellyfish code rely on `defid` code for the default values. Enforce these values on the jellyfish side. https://github.com/DeFiCh/jellyfish/pull/568/files#r705088318...

kind/feature
needs/triage
area/packages
sig/blockchain

#### What happened: Tested in regtest. 1. fund the mock provider with 10 DFI -> create a dftx -> send to network with change script given as the mock provider...

kind/chore
needs/triage
area/packages

#### What would you like to be added: spv RPCs like `spv_listtransactions`, `spv_getrawtransaction` are not mapped in jellyfish atm. Add them if/when necessary. #### Why is this needed:

kind/feature
triage/accepted
area/packages
sig/blockchain

#### What this PR does / why we need it: Tries a different approach to address https://github.com/DeFiCh/jellyfish/issues/637 and https://github.com/DeFiCh/jellyfish/issues/965 instead of #1035 Here we introduce `TestingWrapper` class to create a...

kind/feature
area/packages

#### What this PR does / why we need it: Approach using generics and union for testing refactor #### Which issue(s) does this PR fixes?: Fixes # #### Additional comments?:

kind/feature
area/packages