starknet-devnet-rs icon indicating copy to clipboard operation
starknet-devnet-rs copied to clipboard

Update of contracts

Open mikiw opened this issue 1 year ago • 3 comments

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

mikiw avatar Jun 14 '24 04:06 mikiw

todo: check UDC, write guide in doc and fix one of the fork test

mikiw avatar Jun 14 '24 04:06 mikiw

Contracts were updated with https://wizard.openzeppelin.com/cairo

mikiw avatar Jul 23 '24 08:07 mikiw

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

mikiw avatar Jul 25 '24 12:07 mikiw

Superseded by #695

FabijanC avatar Mar 03 '25 11:03 FabijanC