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

I was wondering how sensible it would be adding an extra secondary root. This would allow an application embedding a peer to share a same Etch instance with the peer...

enhancement
question

This is what Clojure does as well, but I am wondering it isn't best to always avoid double coercions.

question

I believe a simpler approach to `Result` would be the following one: - `Result` has only 2 fields: id and value - `convex.core.lang.impl.ErrorValue` becomes an `ACell` - Hence `ErrorValue` is...

question

We need to place defined rules on String rendering in the CVM with `str` and related functions. Requirements: - Rendering must be deterministic and fully defined for all CVM Objects...

enhancement
question
security

The problem: Users often need to access large files (game assets, media, documents) in a way that integrity can be verified but do not directly need to be stored on...

enhancement
question

We should add a system to allow extensible multi signature transactions. Placeholder issue, requires further elaboration

enhancement

When sending a transaction, users may wish to specify when they wish to receive notification regarding the transaction's status. Options: - Received - peer has the transaction and promises to...

enhancement

Currently we only have 1 flag byte available in the Etch data format, of which the bit are mostly already used It seems wise to make this 2 bytes. Possible...

enhancement

On slower peers, calling the Server method`persistPeerData` during a shutdown, causes errors since the storage `close` method is also being called by the shutdown hook. This leaves the etch database...

bug

When decoding a Cell, it may make sense to decode embedded child cells lazily. This would involve: - Keeping a pointer into the encoding of the parent - Only performing...

enhancement
performance