olympia-node icon indicating copy to clipboard operation
olympia-node copied to clipboard

Radix monorepo

Results 9 olympia-node issues
Sort by recently updated
recently updated
newest added

This PR adds the initial implementation for the peer proxy (sentry nodes).

Could multi-arch/arm64 support be added to enable the use of other processor architectures such as [AWS Graviton](https://aws.amazon.com/ec2/graviton/) processors? The best info resource seems to be [here](https://github.com/aws/aws-graviton-getting-started).

Implementation of jailing support.

![image](https://user-images.githubusercontent.com/49247389/137104655-fa6622a9-8aa4-4d87-85e4-59174721733d.png) As you can see from the pic, this is the amount of data that the Radixdlt node software wrote to the disk in just 5 minutes. 8GB in 5...

When you create a mutable token you need the generated RRI ID of that token to mint and start using it. I would be nice if the API returns the...

Hi - I am getting this kind of issues recently: ``` # 2021-05-12T03:56:21,606 [DEBUG/BFTSync/ConsensusRunner vb1q26cz] (BFTSync.java:443) - SYNC_VERTICES: Received GetVerticesErrorResponse: GetVerticesErrorResponse{vb1q0x47->HighQC[highest=QC{37:53223}, highestCommitted=, highestTC=null]} highQC: HighQC[highest=QC{37:53223}, highestCommitted=, highestTC=null] java.lang.NullPointerException at com.radixdlt.consensus.sync.BFTSync.processGetVerticesLocalTimeout(BFTSync.java:318)...

It seems the listening interface for the node is not configurable and hard coded to listen on all interfaces (`0.0.0.0`). For folks running a standalone node on a provider that...

When I look at `com.radixdlt.atom.actions.CreateMutableToken`, I see that description, iconUrl and tokenUrl have default values. In `com.radixdlt.atom.actions.CreateFixedToken`, they don't have default values. Is this intentional ? If not, I can...