agora icon indicating copy to clipboard operation
agora copied to clipboard

POC Node implementation for CoinNet

Results 93 agora issues
Sort by recently updated
recently updated
newest added

Vibe.d DNS resolution is the cause of hundreds of threads spawning and then dying, per second. This is expensive to us, as we're doing some allocations in module ctor, and...

type-bug

As a replacement to `POST` queries: https://datatracker.ietf.org/doc/html/rfc2136

type-enhancement
Nice to Have

Currently, if a node assert in unittest, we'll see something like this: ``` [...] Unittesting agora.test.VariableBlockSize.. Unittesting agora.test.ValidatorRecurringEnrollment.. ================================ ASSERT HANDLER =============================== [source/agora/node/Ledger.d:351] Assertion thrown during test: /Users/geod24/projects/bpfk/agora/source/agora/node/Ledger.d:351 @safe bool...

type-enhancement
C.General

If someone wished to setup a reverse proxy in front of Agora, it would probably come crashing as soon as the `BanManager` would be involved, as it would end up...

type-enhancement
C. Network Communication

This is a trial for fixing constant failure on `ValidatoRecurringEnrollment` by revealing pre-images beyond the validator cycle. It's just code for the `ValidatorRecurringEnrollment` test.

Draft the admin interface frontend. (This commit contains a test virtual server)

``` In order to fix the issue, we need two components: - The ability to update the node's persistent storage to accomodate for format / schema changes; - The ability...

Crawler frontend for #2097. Some things could have been done better like using React and typescript, but not enough time to do it. I might spend some of my free...