-
In `gen_shielded_transfer`, MASP txs do not pull in the tx expiration set by users in `args::Tx`. If a user requests no tx expiration, the tx might unexpectedly timeout when it should have been valida…
sug0 updated
2 months ago
-
Because we chose to separate the merkle tree from the data storage (and more specifically account storage sub-spaces), we don't have data sharing that is implied by merklelized storage. In some cases …
-
customer: @mariari
performer:
deadline:
estimated:
started:
actual:
completed:
confirmed:
dependencies:
- [ ]
supersedes:
-
---
At the last Hacker House, we introduced a CQRS format to…
-
A Prometheus-compatible metrics endpoint (`/metrics` on some configurable port) would be great for monitoring nodes. A Prometheus instance somewhere does all the heavy lifting of scraping the data and…
-
This modal should enable users to specify the amount of gas they wish to spend on their transactions, taking the minimum transaction fee into account for validation purposes.
Additionally, we need …
-
customer:
performer:
deadline:
estimated:
started:
actual:
completed:
confirmed:
dependencies:
- [ ]
supersedes:
-
---
The topic has already been covered by @CarloModicaPortfolio b…
-
It seems like calling `token::transfer` with parameters such that source is equal the destination would cause an attempt to increase the balance of destination by the amount being transferred because …
-
We need to add handling to check if the popup for signing has been closed by the user, and treat this like a `Reject`.
Something like the following could work - we can establish a port for `signer`…
-
The import
```
import Stdlib.Cairo.Ec as Ec;
```
gets formatted into
```
import
Stdlib.Cairo.Ec as Ec;
```
I don't understand the reason. It's merely 30 characters long - the line shouldn't b…
-
Objective:
- Ensure that tests are present and appropriate to the context (e.g. basic functionality is covered by unit tests, end-to-end / black-box behaviour is covered by end-to-end tests, and comp…