Skip to content

Commit

Permalink
✨ Cairo 1 Account support (dojoengine#1176)
Browse files Browse the repository at this point in the history
* ✨ cairo 1 account

* ✨ no_validate option

* udpate execution encoding to new

* update

* remove files and cleanup

* fix class hash with compiled one for generated accounts

* rename SierraClass to FlattenedSierraClass

* fix starknet test by adding more delay on tx watcher

* fix account class hash in state

* standardize the naming

* add validate flag to estimate_fee

* update Scarb.lock files with new main version

* fix addr

* fix addr

* Update Scarb.lock

---------

Co-authored-by: Kariy <[email protected]>
Co-authored-by: glihm <[email protected]>
Co-authored-by: Ammar Arif <[email protected]>
  • Loading branch information
4 people authored Jan 4, 2024
1 parent 2498939 commit 319c985
Show file tree
Hide file tree
Showing 49 changed files with 157 additions and 2,415 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [

[[package]]
name = "dojo"
version = "0.4.2"
version = "0.4.4"
dependencies = [
"dojo_plugin",
]
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-test-utils/src/sequencer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ impl TestSequencer {
LocalWallet::from_signing_key(SigningKey::from_secret_scalar(self.account.private_key)),
self.account.account_address,
chain_id::TESTNET,
ExecutionEncoding::Legacy,
ExecutionEncoding::New,
)
}

Expand Down
67 changes: 0 additions & 67 deletions crates/katana/core/contracts/account_without_validation.cairo

This file was deleted.

Loading

0 comments on commit 319c985

Please sign in to comment.