Faye Amacker

Results 159 comments of Faye Amacker

Thanks Vishal, I was going to post that update here but you beat me to it. 😄 For a bit more detail, I finished creating and running: - PoC of...

I continued adding tests until about 9 PM last night and I'm now comfortable running initial `m1` migration before adding more tests. Today, I'm working on wrapping up the work...

Public key deduplication (PKD) migration step (within the more time-consuming full migration) is only ~4.5 minutes on `m1` using `nworkers=64` 🎉. So, I'm holding off on optimizing it (unless requested)....

> Total migration time = 1 hour 8 minutes of which dedup taks 4mins25sec (on m1 machine). > Next, we will rerun the test on an m3 machine to see...

Busy with higher priority work, so I copied some of my [wip draft](https://github.com/fxamacker/draft-notes-about-deduplicating-public-keys) writeup I had about this project's results and impact. ## Actual Results (Oct. 22, 2025 Mainnet Spork)...

As mentioned in PR #542, we should make sure various tests pass before merging any PRs to main branch: - longer duration smoke testing - backward compatibility tests using testnet...

@makew0rld Thanks for opening this issue! I think you raised some valid points. When decoding CBOR float values into float32, the codec uses functions in Go's `reflect` package which does...

> I know this is not in an acceptable state, but for posterity here's how I achieved this in my fork, it's quite simple: > ```diff > @@ -1651,7 +1658,16...

>> Your round-trip conversion check from float64->float32->float64 would reject most encoded float64 values (unless float encoding isn't shortest form). >> >> E.g., that round-trip would fail for float64 values representing...