Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit f01ad8f

Browse files
edg-lmmsc2juanbonofmolettaxqft
authored andcommitted
Refactor new RPC into several files (#1007)
* From/TryFrom starknet api types * Add deploy account * Modify gitignore * Deploy account and invoke function * Change into_iter to iter * Update .gitignore Co-authored-by: fmoletta <99273364+fmoletta@users.noreply.github.com> * change to try_from * Move functions to its respective files * WIP Added SIR support to SNRPC * Implemented state reader for sir * WIP Transaction * WIP SiR execution * Fixed rpc sir execute_tx * Fix clippy * Import last version of sn_api * Formatting * Test * Test try from * Delete test * Fix format * Fix test * local test cases * specify block manually * add test_case for blockifier * use more recent txs * dont keep cached responses * add failing tx on blockifier * more tests * Fix clippy * fix bug * tests * Replaced try_from with from_invoke_transaction * infer version * Fix version * Changed test_try_from_invoke * Ignore test_recent_tx * ignore failing tests * Refactor tx deser, (un)ignore tests * sorted assert and fee threshold * refactor rpc state reader * fixes --------- Co-authored-by: Milton <milton.scuderi@lambdaclass.com> Co-authored-by: Juan Bono <juanbono94@gmail.com> Co-authored-by: fmoletta <99273364+fmoletta@users.noreply.github.com> Co-authored-by: mmsc2 <88055861+mmsc2@users.noreply.github.com> Co-authored-by: Estéfano Bargas <estefano.bargas@fing.edu.uy>
1 parent 1b3c72f commit f01ad8f

File tree

6 files changed

+1164
-1194
lines changed

6 files changed

+1164
-1194
lines changed

rpc_state_reader_sn_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
ureq = { version = "2.7.1", features = ["json"] }
10-
serde = { version = "=1.0.171", features = ["derive"] }
10+
serde = { version = "1.0", features = ["derive"] }
1111
serde_json = { version = "1.0", features = [
1212
"arbitrary_precision",
1313
"raw_value",

0 commit comments

Comments
 (0)