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

Should be a top level trust monitor automatically deployed as part of genesis state for key responsibilities: - Coin release - CNS root control

enhancement

Have an on-chain definition of when protocol version updates are applied - Based on state timestamp - Peers *must* drop out if they are unable to support latest protocol version...

enhancement

Need to enable reduce functionality for BlobMaps that operates in-order.

enhancement

Scrypt should probably have a statement equivalent to the usual `(let [...] ....)` form in Lisp Examples: ``` let (x=1) x+2; let (a=1, b=a+1) {a * b;}; (1 + let...

enhancement
scrypt

There is a potential exploit with Memory Accounting if the Account records are not fixed size: 1. Execute some setup code such that: 2. Memory accounting causes at least one...

security

With new embedding changes, there is a risk that some of the large composite objects could have a message size that exceeds the maximum, which would cause many nasty problems...

The `Compiler` handles the case where no argument is provided to `unquote-splicing` by returning the `Context` in an exceptional state: https://github.com/Convex-Dev/convex/blob/master/src/main/java/convex/core/lang/Compiler.java#L275 However, upstream execution does not envision that the `Context`...

bug

For consistency with other predicates (`long?`, `str?`, ...), those 2 should figure in core.

enhancement