Chance
Chance
**Describe the bug** Events are not available until a short time after the block is processed. Requesting events for a given block returns an empty array for a short period...
Hi Shotcut team, first thank you for developing and maintaining a nice open source video editor! I'm encountering a crash when dragging videos files from my file manager (Nautilus) to...
Coordinator should gracefully handle connecting to a Geth node that is synchronizing. Ideally it would stop all workers until sync is complete and then start normal operation. This would allow...
Delete operations that use an empty where clause (e.g. when wiping a collection) should be accelerated by directly using the object store.
When there is a connection when retrieving blocks it doesn't restart. This forces the user to restart the browser window to get the synchronizer to continue downloading blocks.
Instead of implementing a fast sync we should research and implement a light node that uses less storage than a full node. This will solve problems with storage limitations in...
IndexedDB doesn't support null values in indexes. This problem is similar to #348. To solve this problem nullish values should be avoided and instead empty strings or 0 values should...
IndexedDB doesn't allow boolean values to be included in indexes. This means that any query involving a boolean will require some level of scanning. There are two possible approaches to...
The current validation logic for tx root validity is as follows: Valid if included in the last 128 blocks OR valid if block containing tx root is finalized. This means...
The calculated merged hash for 2 mass deposit commits does not match the on chain value. This is occurring for 2 mass deposits which are now being skipped.