Marco Granelli
Marco Granelli
## Describe your changes Closes #2959. Parallelize the masp vp verification step. Currently this doesn't work. The parallel verification process succeeds for every check (even the proofs) except for the...
Since we've abandoned DKG we could think to remove the `epoch` field of `WrapperTx` which has there to determine the decryption key to be used.
Currently, when unshielding to a disposable account, the operation ends up writing a balance of 0 in storage (which in turn ends up being diffed and merklized). Since these addresses...
Currently, the masp optional pin key is used in an inconsistent way: when a user generates a payment address there’s the chance to pin this address, if this is the...
Since were dropping support for a future DKG implementation we can also remove the `GasLimit` type and just rely on `Gas`. We can keep a type alias for convenience if...
Seems like when directly querying the rpc endpoint `abci_query` of comet, the response shows `height: 1` regardless of the actual height that the user requested.
Currently we implemented a hash-based replay protection mechanism that involves writing two hashes (32 bytes each) to storage. This set of hashes is, currently, monotonically increasing since removing hashes would...
## Describe your changes Closes #1356. Implements transaction batching by extending the `Tx` type to carry a set of commitments to `data`, `code` and `memo`. Every tx now is a...
## Describe your changes Extends #3142 by removing the unused `delta_map`. Also refactors/removes functions dealing with the balance keys. ## Indicate on which release or other PRs this topic is...
## Describe your changes Closes #2675. Closes #2381. Removes the MASP pin key and the associated data/methods. Recomputes the shielded keys and addresses for tests given the changes in the...