convex icon indicating copy to clipboard operation
convex copied to clipboard

Convex Main Repository - Decentralised platform for the Internet of Value

Results 152 convex issues
Sort by recently updated
recently updated
newest added

Juice price should be increased in case of high network load Considerations: - Should probably measure congestion in moving average juice per second - Voting by peers undesirable - perverse...

enhancement

Benchmarks by @helins suggest BouncyCastle is faster than LazySodium right now. We should switch to BC for now, until a better option is available.

enhancement

Should be possible to do analytic queries on Etch via tree walking. Some key metrics: - State size vs. actual storage size

enhancement

We should automatically increase the size of the memory pool over time. Rationale: - Reduces incentive for hoarding memory - Allows for expected improvements in storage capacity and cost -...

enhancement

There should be a minimum stake for peers to operate on the network. Probably 1000 Gold?

enhancement

Should create tooling to provide diffs in state trees between transactions / other state transitions. Mainly useful for analytics etc.

enhancement

Need to check basic level error handling at low level operating functionality. - Base error handlers on peer threads - Handlers for IO - Possible self-monitoring

security

Signature verification should be done in parallel on multiple cores, since this is a potential network-wide performance bottleneck. Requirements: - Should use multiple cores - Must flag on failed transactions...

enhancement
performance

It would be potentially valuable to add extra identifying information to queries to allow peers to distinguish between clients. Plausible reasons: - charge costs for computation - offer better QoS...

question

We could provide a well known registry for DIDs

enhancement