Martín Triay

Results 86 issues of Martín Triay

I'm trying to install `fastecdsa` on macOS BigSur (M1 chip) by running ```bash (venv) $ pip3 install fastecdsa ``` and even though I previously installed `gmp`: ```bash $ brew install...

Currently the docsite only reflects the contents con `main` (`HEAD`). Because of this, old versions are not being showed and therefore old links get broken. For example: ``` https://docs.openzeppelin.com/contracts-cairo/0.2.1/ ```...

documentation

Today our docs mix up APIs for presets and libraries, and some section focus on either lib or preset inconsistently. Also, initializers/constructors are not properly documented in may sections.

documentation

- [ ] add the validate and validate_declare functions - [ ] remove nonce handling - [ ] refactor execute - [ ] remove the validation part (this also means...

In Solidity, we say [a contract is upgrade safe](https://docs.openzeppelin.com/upgrades-plugins/1.x/faq#what-does-it-mean-for-a-contract-to-be-upgrade-safe) if it doesn't have a constructor, call `selfdestruct` or `delegatecall`. It also checks proper initializer usage. For upgrades, it checks whether...

The [docs-utils project](https://github.com/OpenZeppelin/docs-utils#setting-up-docs-previews-on-pull-requests) suggests a javascript-based solution to implement docsite previews on PRs. This issue aims to adapt it to this repository for the relevant PRs.

documentation

Implement the [Universal Deployer Contract](https://community.starknet.io/t/universal-deployer-contract-proposal/1864).