convex icon indicating copy to clipboard operation
convex copied to clipboard

Convex Main Repository - Decentralised platform for the Internet of Value

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

Fixed typo in the word mnemonic - 2 occurrences. (Possibly the smallest change request ever!)

possible risk of non-unique encodings with shift levels skipped / not-skipped?

question

Fixes #533 Added unit tests and fixed the implementation. The GenesisTest is now failing. I guess this is expected when changing core resources? ``` [ERROR] Tests run: 1, Failures: 1,...

Tested with Convex **0.8.2** `update` doesn't apply arguments correctlly. With two arguments it is fine ```clojure (update {:a 0} :a + 1) ;=> 1 ``` With more than two arguments...

bug

Hello, we are building a new privacy focused app and are considering Convex for the DB layer. Convex Transaction log is great, but breaks the privacy requirements of our app...

question

Need to check code handling new block production in cases of faulty / missing transactions Should not cause any lockup, should result in immediate error to client ``` Hi @Mike...

bug

I'm trying this out on Android. I ran into issues during `mvn install`. I guess OpenJDK has an issue where it doesn't read what it needs correctly so IPv6 stuff...

Currently (0.8.1) `add-mint` defaults max supply to 0. It should allow unlimited minting in this case.

bug

Should be able to define a Symbol for a currency. When adding a new currency, ask for Symbol if not already defined

enhancement

Should have option to create an account. Needs: - Amount of CVM to fund new account with (default 1.00) - Public Key for new account - Name to add to...

enhancement