Jacob Turner

Results 38 issues of Jacob Turner

Txs on Anoma are to be encrypted with a key posted on chain that has been created by the DKG protocol. In order to decrypt these transcactions, validators must include...

enhancement
crypto
ledger
DKG

**Describe the bug** Juvix should understand Suc (suc n) is structurally larger than suc n. **To Reproduce** As it does not, the folllowing fibonacci implementation fails the termination checker ```...

termination
bug

In order to disambiguate cli arguments for the bridge pool, `fee-amount` will refer to bridge pool fees and `gas-amount` will refer to the gas paid for namada transactions.

merged to draft
breaking:cli

This makes some small changes to the `TestTxEnv`. * It enables crediting multitokens * It allows use to execute wasm on it. This is useful for making sure wasm works...

skip-devnet-tests
merged to draft

On certain machines, the wasm compiler that is used isn't supported. Currently, the failure to compile wasm is only detected the first time a tx with wasm is sent to...

bug
ledger
wasm
validity-predicate
namada
security

Certain errors in Namada, if squashed, can lead to validators arriving at different notions of the block chain state. This can lead validators to become suddenly byzantine, and in the...

bug
prio:high
UX
security
pre-mainnet

A new client command has been added that takes a set of pre-genesis template files, validates them, and runs them through `init_chain`. All errors are collected into a report. This...

## Describe your changes Make the ledger wait for genesis before starting up any processes ## Indicate on which release or other PRs this topic is based on v0.28 ##...

Fixes #2283 ## Describe your changes Previously, a hardcoded set of tokens were expected to be used in Masp conversions. If these tokens did not have configs in genesis, this...

Currently genesis only supports accounts owned by a single key. This should be expanded to support multi-sig accounts. This will require some thought as currently balances are assigned to single...

enhancement