Chenxing Li
Chenxing Li
I'm trying to implement a trait for a projective curve with the following code ``` use ark_bls12_381; use ark_ec::PairingEngine; pub trait CustomizedTrait {} impl CustomizedTrait for ::G1Projective {} impl CustomizedTrait...
`as_account()` will throw an error in case the address of an overlay account is invalid. But the current code treats it as db error and propogates it up. There may...
When a tx execution fails, `is_gas_sponsored` should be set correctly other than simply set to false. Because in this case, the gas fee has been charged.
This change is [](https://reviewable.io/reviews/conflux-chain/cips/84)
## Motivations Ethereum's community is discussing the **account abstraction**, which enables the users to > create 'account contracts' that perform any desired signature/nonce checks instead of using the mechanism that...
The following CIPs are discussing add additional precompiled functions: - CIP 44: Introduce VDF Verification Builtin. [link](https://github.com/Conflux-Chain/CIPs/blob/master/CIPs/cip-44.md) - CIP 51: Support SM-2/3 verification as internal contracts. [link](https://github.com/Conflux-Chain/CIPs/blob/master/CIPs/cip-51.md)
As the ZKrollup and on-chain privacy attract a lot of attentions and have massive application perspectives, we should consider adding the neccessary built-in functions, including - File storage. (Stores the...
**Do you want to request a _feature_ or report a _bug_?** Bug report. **What is the current behavior?** The addresses of `.csv` files in eSpace is in CIP37 format, e.g.,...
**Do you want to request a _feature_ or report a _bug_?** Feature request **If this is a feature request, what is motivation or use case for changing the behavior?** Some...
**Do you want to request a _feature_ or report a _bug_?** Feature **If this is a feature request, what is motivation or use case for changing the behavior?** In a...