Skip to content

Commit

Permalink
fix: rpc deploy account
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcaron committed Dec 18, 2024
1 parent ac19896 commit 7d1f196
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next release

- fix(rpc): fix BroadcastedDeclareTxn V3 in starknet-types-rpc
- fix: oracle need condition
- fix(block_production): continue pending block now reexecutes the previous transactions
- feat(services): reworked Madara services for better cancellation control
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions crates/primitives/gateway/src/user_transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,6 @@ impl From<UserDeclareV3Transaction> for BroadcastedDeclareTxnV3<Felt> {
contract_class: transaction.contract_class.into(),
paymaster_data: transaction.paymaster_data,
account_deployment_data: transaction.account_deployment_data,
version: match transaction.is_query {
true => starknet_types_rpc::Version::X100000000000000000000000000000003,
false => starknet_types_rpc::Version::X3,
},
}
}
}
Expand Down

0 comments on commit 7d1f196

Please sign in to comment.