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

This is a requirement for switching away from Vibe.d's REST module. This is still a WIP, I want to add some sensible data in `SCPStatement`. I also have an idea...

type-enhancement

The `wasmer-d` submodule supports running web assembly outside of the web browser. The class `node/WasmEngine.d` provides a POC engine to run web assembly programs within agora. This is still very...

C. Trust Contract Engine

Let's see what the CI thinks of this.

After shutting down nodes, there are cases where nodes crash because the handlers for Stoa are nullified. So this is a way to keep from crashing by using the handler...

This test has often failed recently. See commits for details on fix.

Once our minimum supported version becomes v2.088 (including LDC), we can leverage the DRuntime bindings for vector/string classes: https://dlang.org/changelog/2.088.0.html#std_vector This shouldn't be done yet as we are still using older...

status-blocked
type-enhancement
C.General

Currently, wallet shares its seed with the Flash node for it to create all necessary signatures during a channel's lifetime. This assumes that each user runs their own Flash node,...

Currently, our only check for our peers is as follow: https://github.com/bosagora/agora/blob/14459dd88a04797457a51f6e793d8b827b8d2d91/source/agora/network/Manager.d#L84-L88 However, this check is incorrect: First, any node configured as a `validator` will have a public key, regardless of...

C. Network Communication

As a user, I can use Atomic wallet to buy, sell, atomically swap, and pay in BOA in order to use my coins. **Definition of Done:** - [ ] I...

C.Tools

As a user, I need to be able to have a view of the network, geographically. Some of that might come from the monitoring tools ( #255 ) but it...

Story-Points:13
type-feature
C.Tools