Rosco Kalis
Rosco Kalis
Initially the request was to use bigint everywhere. But there's a few issues: 1. It's hard to do this in a non-breaking way, and I don't know if it's worth...
People should be able to choose their network from the website rather than wallet.
Regular EOAs cannot do batch revokes, but smart contract wallets should be able to do so. We should be able to detect Gnosis Safe (and potentially other smart contract wallets)...
With data that contains both spaces and accents, we ran into the following problem: For example, if we have this in our database: "Tëst Dátà" And search for "Test" or...
@mainnet-pat is working on a debugger for CashScript. For this he is making certain changes to the CashScript compiler and SDK. We'll use this issue to document the progress on...
Right now the artifact contains `"bytecode"`, which has ASM-formatted bytecode. Because there are multiple ways to represent bytecode as ASM (multiple ASM representations), it is probably better to have `"bytecode"`...
Since the upgrade to using bigint in the CashScript compiler, scientific notation has apparently been broken. We can fix this at the same time as implementing #171.
In certain cases, contracts (or collections of contracts) reuse pieces of code. For readability and reusability of complex operations it would be good to allow defining libraries/macros that live outside...