kuegi
kuegi
sorry for missing it in the review, but I think we missed adding the created tokens to the total balance of the loanToken. Since they are minted, they should be...
#### What happened: If you provide liquidity in a new pair before the rewards get activated, you do not receive rewards after they are activated. Once you send the token...
As just happened on mainnet after DIS was added: the pool was still nearly empty and someone tried to swap 4500$ into DIS, moving the pool by 20897985072.5% basically clearing...
In https://github.com/DeFiCh/ain/blob/06f2ed8edaec7ea0741ec66e1210b1e8549dec23/src/masternodes/poolpairs.cpp#L410-L413 the check for maxPrice only checks against the current price of the pool and doesn't even account for commissions. But the real executed price will be higher, specially...
### DFIP Overview 1. Requester(s): @kuegi @DanielZirkel 2. Reddit discussion thread (optional): https://www.reddit.com/r/defiblockchain/comments/wfs4zx/more_incentives_for_dusd_loans_to_reduce_dexfee/ and https://www.reddit.com/r/defiblockchain/comments/wgb6cc/additional_explanations_to_my_learnings_from_the/ 3. Proposal fee (50 DFI) txid: 3b96249a5b21e0af4ac106771d1d73a649e5498ef376d99cb4c4923acfcca42e ### Describe your proposal For details please follow...
#### What happened: During a stocksplit the corresponding pool is deactivated and the vaults are frozen. Normally in a frozen vault you can payback the loan (to prevent liquidation after...
currently setToken sets the LMToken parameter, but should set LMPair
it shows how to calc the move-per-direction for an indication of how the buy-trades moved the market compared to the sell trades. combined with the aggr. volume of the trades...
Seeing the current relation between buy and sell is really interesting. That shows the relation between ppl wanting to instantly buy/sell. (since evey buy needs a sell, the amount of...
## Summary I am running multiple nodes on different servers. All get heavy usage of transactions (lots of TD and EVM txs, also native swaps). Trying to update to 4.0.8...