starknet-devnet-rs
starknet-devnet-rs copied to clipboard
Update of contracts
Usage related changes
Development related changes
Checklist:
- [ ] Checked out the contribution guidelines
- [ ] Applied formatting -
./scripts/format.sh - [ ] No linter errors -
./scripts/clippy_check.sh - [ ] No unused dependencies -
./scripts/check_unused_deps.sh - [ ] No spelling errors -
./scripts/check_spelling.sh - [ ] Performed code self-review
- [ ] Rebased to the latest commit of the target branch (or merged it into my branch)
- [ ] Updated the docs if needed -
./website/README.md - [ ] Linked the issues resolvable by this PR - linking info
- [ ] Updated the tests if needed; all passing - execution info
todo: check UDC, write guide in doc and fix one of the fork test
Contracts were updated with https://wizard.openzeppelin.com/cairo
On branch https://github.com/0xSpaceShard/starknet-devnet-rs/tree/update-of-contracts-3 I reverted commit with erc20 contract update and test_account_selection::can_deploy_new_argent_account test is passing
Superseded by #695