Michael

Results 9 issues of Michael

https://github.com/dashpay/platform/blob/ed354ca52969676f8231765fc04bbe02b1d9ba25/packages/dapi/doc/dependencies_configs/dash.conf#L8-L12 and https://github.com/dashpay/platform/blob/ed354ca52969676f8231765fc04bbe02b1d9ba25/packages/dashmate/templates/core/dash.conf.dot#L39-L44 These indexes are NOT required for Masternodes aka EvoNodes running platform, two observations. 1. A Masternode does not run a wallet at the same time, this is...

https://github.com/dashpay/platform/blob/ed354ca52969676f8231765fc04bbe02b1d9ba25/packages/dapi/lib/externalApis/dashcore/rpc.js#L271C1-L280C1 This method should be deleted, all transactions posted to the Dash network are automatically InstantSend (IX), the parameter set in this version is simply ignored by Dash Core.

https://github.com/dashpay/platform/blob/ed354ca52969676f8231765fc04bbe02b1d9ba25/packages/dapi/lib/externalApis/dashcore/rpc.js#L233C1-L247 This is not a Dashcore RPC and should be removed.

https://github.com/dashpay/platform/blob/ed354ca52969676f8231765fc04bbe02b1d9ba25/packages/dapi/lib/externalApis/dashcore/rpc.js#L195-L203 This is not a valid RPC, this should be removed.

https://github.com/dashpay/platform/blob/ed354ca52969676f8231765fc04bbe02b1d9ba25/packages/dapi/lib/externalApis/dashcore/rpc.js#L174-L193 Where is is this getting called? A masternode does not have an attached wallet, so calling this on an MN will return the empty set and an error. IMO...

I am doing TopUp from an existing AssetLock (don't ask) value greater than 5 Dash, more than 100 Dash to be fair and the DET shows me this error message....

bug

The expected time to generate a new block in the abscence of any transaction is about 3 minutes, recently, we've noticed that blocks are coming within 2 seconds of each...

bug

Platform has now been running for more than 90 days and gone through several epochs in that time, however, when the system happens upon a validator that is offline or...

bug

I was trying query the withdrawal documents and order by `$updatedAt desc` since I know this is a field that is indexed and I want the most recent (up to...

bug