Chance
Chance
Installed via snap using the "Ubuntu Software" app.
Timeline is empty, freshly after launching shotcut, dragging a single file (MP4).
Just retried after downloading binary from Github releases, these are the logs: ``` [Debug ] "/home/chance/Videos/j_week_22/tuesday/power_snatch.mp4" [h264 @ 0x5569c0770d00] Reinit context to 1088x1920, pix_fmt: yuv420p [h264 @ 0x5569c09b3d80] Reinit context...
Ah yea, this just started happening after moving to Ubuntu 21, I should have stayed on 20.04 :sob:
Relevant line: ``` 0x00007ffff677b2c2 in QQuickWindowPrivate::deliverDragEvent(QQuickDragGrabber*, QEvent*) () from /home/chance/Desktop/Shotcut/Shotcut.app/lib/libQt5Quick.so.5 ``` Full backtrace: ``` #0 0x00007ffff677b2c2 in QQuickWindowPrivate::deliverDragEvent(QQuickDragGrabber*, QEvent*) () from /home/chance/Desktop/Shotcut/Shotcut.app/lib/libQt5Quick.so.5 #1 0x00007ffff677beb8 in QQuickWindow::event(QEvent*) () from /home/chance/Desktop/Shotcut/Shotcut.app/lib/libQt5Quick.so.5 #2...
Upgraded to Ubuntu 21.10 and did not encounter the issue. I noticed some other bugs with drag and dropping files in 21.04 with web applications in Firefox. These bugs seem...
This commit is allowing the coordinator to continue operating by only including mass deposits where the value can be matched: https://github.com/zkopru-network/zkopru/pull/336/commits/f7ef5f324e2dab9d0396664c8c8601bf558c2d8b
Good catch! This affects the economics of running a coordinator. I guess for now we just limit the total size in the `block-generator`.
The synchronizer makes lots of calls to a web3 node that can potentially error, like [here](https://github.com/zkopru-network/zkopru/blob/main/packages/core/src/node/synchronizer.ts#L512) and [here](https://github.com/zkopru-network/zkopru/blob/main/packages/core/src/node/synchronizer.ts#L519). These calls should be protected by some try/catch/retry logic to make sure...
Yes, this is a potential problem. If the user wallet is open it should send any pending transactions to the new active coordinator at the start of each round. BUT...