Aleksandr Bezobchuk

Results 409 comments of Aleksandr Bezobchuk

Hey @harpy-wings the contribution is highly valued! I think you did some great work and we want more contributions from you if you're willing! In the future, it might be...

Note, the entire idea behind tombstoning was to permanently banish that validator's keypair. It was never intended to be revived. The reason why we called it tombstoned was to consider...

Not sure I understand your proposal. Also, there aren't any rules on lane usage. A relayer could simply perform round-robin on its accounts for example.

Good point. We could augment the `metricCb` to take `...any` then.

@elias-orijtech I don't think it should be the caller's responsibility -- poor UX IMO

Well with my proposal, the APIs wouldn't be that much cleaner anyway. I think we might have to have `Emit*` functions for each type of metrics call supported. Then that...

1. You're putting responsibility on the caller via `if m := telemetry.Load(); m != nil { ... }` 2. Isn't the `time.Now()` not evaluated until the deferred call? If so,...

Yeah I just don't see how that's a cleaner API and dev UX personally.

It may have to do with the following: https://github.com/jasonlvhit/gocron/blob/master/gocron.go#L38

@jasonlvhit if you have a slice of a predefined size and simply don't want to `append`, when an overflow happens perhaps you can just flush and wrap back to the...