A₿del ∞/21M
A₿del ∞/21M
**🧐 Motivation** A token holder contract that will allow a beneficiary to extract the tokens after a given release time. **📝 Details** Useful for simple vesting schedules like "advisors get...
# Description Start the implementation of a token time lock contract that will allow a beneficiary to extract the tokens after a given release time. # Changes summary - Create...
This EIP introduces a new precompiled contract which implements the hash function used in the Poseidon cryptographic hashing algorithm, for the purpose of allowing interoperability between the EVM and ZK...
**Describe the bug** Blast API backend provider not working with consensus aware enabled. **To Reproduce** Sample configuration (without credentials): ```toml ############################################# # Configuration file for proxyd # ############################################# ############################################# #...
# Description Let the possibility to override paths for `config_dir`, `cache_dir`, `data_dir`. Currently the values are the ones returned from `dirs` crate, specifically `dirs::config_dir`, `dirs::cache_dir`, `dirs::data_dir`. This PR enables to...
# Description Setup test coverage in CI workflows. Use `llvm-cov` to generate code coverage and upload result to codecov. - - - This change is [](https://reviewable.io/reviews/starkware-libs/cairo/1608)
# Description For now it seems we cannot catch panics triggered by a call that triggers another smart call inside tests. Example test: `given_bad_params_when_create_market_then_fail`. ```rust // Create a market. let...
# Description Use Toth security toolking in the CI # Resources - https://github.com/FuzzingLabs/thoth
# Description Add Cairo Fuzzer in the CI. # Resources - https://github.com/FuzzingLabs/cairo-fuzzer