Fuxing Loh

Results 148 comments of Fuxing Loh

> We don't need to manually calculate it anymore since `listpoolpairs` exposes it via `rewardLoanPct` and we can just expose that now. I guess this means we can also simplify...

We're finishing up https://github.com/JellyfishSDK/jellyfish/issues/580 This PR needs to be migrated to https://github.com/JellyfishSDK/jellyfish/tree/main/apps/whale-api Since you're busy currently, I will re-assign this to someone else.

@siradji please resolve the comments and fix the test

/area meta I want to add that p2p block syncing should be disabled but p2p transaction broadcasting should be enabled.

> The list of RPCs to test: @weiyuan95 can you review this list of RPCs?

The outcome is to assess and understand what we should do there. Should we change anything? Does it matter? Does the threading model on DNC affects DMC?

@canonbrother can this dependency be updated safetly?

> As an alternative to JSON RPC communication (#80), I propose invoking functions through FFI. Metachain (MC) can be compiled as a staticlib, which then gets linked to defid (NC)....

> While I'm okay with supporting RPC for the purpose of testing, the whole aim of using FFI is to prepackage the binaries and to not worry about having RPC...