André Silva

Results 29 comments of André Silva

Hey! Now that issue #108 is fixed would you consider merging this feature if I were to update my implementation (i.e. PR #113)? This is really important for me and...

I agree that the conversion to `String` is indeed expensive and incurs an unnecessary object allocation. Still, you'll have a hard time beating the performance of `String#equals()` since the JVM...

Just my 2 cents but imo we should keep the BABE name and just extend the definition with primary (VRF based) and secondary (slot number based) slots. The secondary slot...

You are right that is not actively maintained and you shouldn't use this in any kind of production scenario. That aside, I have tried this and couldn't replicate the panic....

Thanks! Yeah I changed my config to not recursively symlink the files, instead `.config/{emacs,doom}` are themselves symlinks to the nix store, and also setting `DOOMLOCALDIR`. That worked until the recent...

Problem solved, thanks for the fast support! :-)

I'm a bit torn on this, I also agree that epochs and sessions are slightly different concepts (even though we use epochs to integrate with sessions) but don't really have...

An epoch is always measured in slots, a session is just some abstract period, e.g. aura sessions are measured in number of blocks. Session index is always contiguous while the...

All review comments have been addressed now.

This could be improved but doing so requires adding some complexity that I'm not sure is worth it for now. Neighbor packets can be spoofed, either by increasing the `commit_finalized_height`...