Skip to content

Commit

Permalink
fix: run scarb fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix committed Jul 28, 2023
1 parent 947640a commit 230c614
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/contract_account/contract_account.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
// That being said, we can modify the way we store it with new mappings and storage outlays to optimize steps.
// Use Traits, impls blocks and idiomatic Cairo 1.0


1 change: 1 addition & 0 deletions src/eoa/externally_owned_account.cairo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
// Migrate https://github.com/kkrt-labs/kakarot/blob/7ec7a96074394ddb592a2b6fbea279c6c5cb25a6/src/kakarot/accounts/eoa/externally_owned_account.cairo#L4


1 change: 1 addition & 0 deletions src/eoa/rlp.cairo
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Reproduce the original rlp.cairo from https://github.com/kkrt-labs/kakarot/blob/7ec7a96074394ddb592a2b6fbea279c6c5cb25a6/src/utils/rlp.cairo#L18
// By using new Cairo idiomatic ways: Traits, Struct and impl blocks.


1 change: 1 addition & 0 deletions src/tests/contract_account/test_contract_account.cairo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
// tests go here


1 change: 1 addition & 0 deletions src/tests/eoa/test_eth_transaction.cairo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
// tests go here


1 change: 1 addition & 0 deletions src/tests/eoa/test_externally_owned_account.cairo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
// tests go here


1 change: 1 addition & 0 deletions src/tests/eoa/test_rlp.cairo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
// tests go here


Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
// tests for stop and arithmetic operations go here


0 comments on commit 230c614

Please sign in to comment.