Howard Wu
Howard Wu
> A heavy hash program costing 1_330 credits containing 2_000 triple nested array BHP hashes will take 70 seconds. > A big program costing 30_000 credits containing only simple opcodes...
## Motivation (Write your motivation here) ## Test Plan (Write your test plan here) ## Related PRs (Link your related PRs here)
## Motivation Strengthen the sanity check in the subdag
## Motivation Adds minor additional checks on metadata
## Motivation - Replace tests with mock endpoints
## 🐛 Bug Report Add `finalize_operations` for `fee` in rejected deploy and rejected execute. Currently, we do not store this, as that component in storage is used to hold the...
## 💥 Proposal Currently, neither of these maps are being used: ``` /// Returns the reverse `tpk` map. fn reverse_tpk_map(&self) -> &Self::ReverseTPKMap; /// Returns the reverse `tcm` map. fn reverse_tcm_map(&self)...
## 🚀 Feature https://github.com/serde-rs/json/pull/1039 There may be an opportunity to fix our 8-byte padding offset between ToBytes and serde_json. It only appears in a handful of structs.
## 🐛 Bug Report Remove all slice indexing in `Plaintext` and `Record` from `console` and `circuit`. There are many indices accessed directly instead of calling `.get()` which can cause unintentional...
## 🚀 Feature Update record nonce to include function ID in its preimage.