Haruka
Haruka
My archive has several million files (est.) and it took 10 minutes to show the extract dialog for me: ``` PID USER PR NI VIRT RES SWAP SHR S %CPU...
This is actually a tracking issue that is relatively hard for explorers. > we can parse FinalizeOperation from the specific transaction, such as RemoveKeyValue and UpdateKeyValue. Detailed mapping value changes...
Regarding the PR itself, directly changing the `credits.aleo` won't work as this will cause severe consensus issue. Any updates to the core protocol will need proper hardfork logic accompanying the...
Not sure if we are able to tell which solutions are "fake" without calculating their targets. As your POC shows we can just spam solutions with random counters. Hopefully the...
was thinking about this one and forgot to comment. So apparently this is still a concern considering all nodes will try to validate all of the incoming unconfirmed solutions and...
I believe this is partly #3011, specifically that the beacon nodes only have default `MAXIMUM_NUMBER_OF_PEERS` which is too low for bootstrapping other nodes.
Looks like this is only affecting JSON block format. AleoScan doesn't consume JSON format; it currently only accepts data in binary format and directly from local rocksdb, so it's not...
This video is using both MBAFF (`mb_adaptive_frame_field_flag = 1` in SPS) and interlaced frames (`field_pic_flag = 1` in interlaced slices):  I'm surprised that VideoToolbox is crashing on interlaced frames....
If you can run my explorer locally, it currently has staking reward tracking for every address, recorded per 100 blocks (due to disk usage constraints). Currently it's not exposed to...
I don't think I'm relying on this specific api behavior so I'm not affected. However, I think the old format is potentially useful if people are manually executing transactions via...