Colin Roberts
Colin Roberts
# Idea Since wallets typically simulate a transaction prior to sending to chain in order to not waste gas, we should mimic this functionality with minimal overhead, i.e., without actually...
# Idea If we watch for `CREATE` instructions with an inspector, we could pull the contract addresses and store them wherever needed. This would give you an automatically created address...
# Idea Right now this is broken, it needs fixed!
# Problem This does not function after changes made to the event broadcaster.
# Idea It would be great to get the artemis crates hosted on crates.io to make downstream package management more easy and to make downstream packages also able to host...
# Issue I'll do my best to explain here, but what I've found in the the [portfolio_simulations](https://github.com/primitivefinance/portfolio_simulations) shows that we have a massive spike in the invariant as the tokens...
# ECC We need to get the following done to be able to implement other issues (e.g., #34) - [x] ~~Implement `reduced_ate_pairing_batch_precomputed()`~~ - [ ] Implement `conditionally_subtract_from_double_modulus()` - [ ]...
# Proving Key We need to implement the following: - [ ] `ProvingKey::from_reader()` - [ ] `impl Serialize for ProvingKey` - [ ] `impl Deserialize for ProvingKey`
# Pippenger Reference String Here's a list of the TODOs as tasks: - [ ] implement `Pippenger::get_num_points()` - [ ] Implement `PippengerReferenceString::get_monomial_size()` - [ ] Implement `PippengerReferenceString::get_monomial_points()` --- Then we...
# Polynomial Arithmetic There is a TODO here about "being super incorrect" inside of `fft_inner_parallel`. Low priority given this is to do with parallelization.