kuegi
kuegi
## Summary The node suddenly starts to rollback 5000 blocks and then stops with now invalid tx. so far it happened 3 times: once during normal operation and then everytime...
## Summary during normal operation of beta 3 node, it suddenly crashed with error: ``` ERROR: ReadRawBlockFromDisk: Block magic mismatch for FlatFilePos(nFile=8, nPos=5245339): 0b110907 versus expected 0d111109 Assertion failed: (!"cannot...
#### What kind of PR is this?: /kind feature #### What this PR does / why we need it: Implementation for DFIP 2211-D: https://github.com/DeFiCh/dfips/issues/236 #### Additional comments?:
#### What happened: I wanted to change the ocean url to `https://testnet-ocean.mydefichain.com:8443` so I can test v3, but when i click the "Continue" button, nothing happens. button is also off...
#### What would you like to be added: an endpoint that provides the currently set gov attributes #### Why is this needed: some onchain attributes can only be seen via...
Goal: If stablecoin pool is defined as poolpair, maxi takes DUSD loan and pairs it with the stablecoin which needs to be in the collateral. Future version might add an...
The runloop with errorhandling etc. could be refactored into a generic implementation to be reused in all bots (maxi, reinvest, balancer)
## Summary On EVM, many protocols rely on block.timestamp to be strictly ascending (it must always be true that block(n).timestamp > block(n-1).timestamp ) On defichain, the native blocks (which define...
## Summary currently, the miner needs to explicitly set `ascendingstaketime` to only mine blocks with ascending time. But when the attribute is active, other blocks are rejected by the network....
#### What happened: trying to payback dTSLA loans on testnet right now fails with message `PaybackLoanTx: Pool trading is turned off! (code 16)` #### What you expected to happen: Payback...