Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPC version 0.4.0 #157

Merged
merged 65 commits into from
Sep 6, 2023
Merged

RPC version 0.4.0 #157

merged 65 commits into from
Sep 6, 2023

Conversation

taco-paco
Copy link
Contributor

@taco-paco taco-paco commented Sep 4, 2023

Usage related changes

Development related changes

Some models moved into types. Test example modifications, ability to export test artifacts under separate feature flag.

Checklist:

  • Applied formatting - ./scripts/format.sh
  • No linter errors - ./scripts/clippy_check.sh
  • Performed code self-review
  • Rebased to the last commit of the target branch (or merged it into my branch)
  • Documented the changes
  • Linked the issues which this PR resolves
  • Updated the tests
  • All tests are passing - cargo test

edwin added 30 commits August 17, 2023 13:04
# Conflicts:
#	crates/starknet/src/transactions/mod.rs
# Conflicts:
#	crates/starknet-server/src/api/json_rpc/endpoints.rs
#	crates/starknet-server/src/api/utils.rs
#	crates/starknet-server/tests/common/devnet.rs
#	crates/starknet/src/transactions/mod.rs
#	crates/types/src/rpc/transactions.rs
…factoring

# Conflicts:
#	crates/starknet/src/transactions/mod.rs
# Conflicts:
#	crates/starknet-server/src/api/json_rpc/endpoints.rs
#	crates/starknet/src/starknet/add_declare_transaction.rs
#	crates/starknet/src/starknet/add_deploy_account_transaction.rs
#	crates/starknet/src/starknet/add_invoke_transaction.rs
#	crates/starknet/src/starknet/mod.rs
#	crates/starknet/src/state/mod.rs
#	crates/starknet/src/transactions/declare_transaction.rs
#	crates/starknet/src/transactions/declare_transaction_v2.rs
#	crates/starknet/src/transactions/deploy_account_transaction.rs
#	crates/starknet/src/transactions/invoke_transaction.rs
#	crates/types/src/error.rs
#	crates/types/src/rpc.rs
@marioiordanov
Copy link
Contributor

there are multiple conflicts, which must be resolved. This will lead to fewer lines changed

# Conflicts:
#	Cargo.lock
#	crates/starknet-server/src/api/json_rpc/endpoints.rs
#	crates/starknet-server/src/api/json_rpc/models.rs
#	crates/starknet-server/src/api/json_rpc/write_endpoints.rs
#	crates/starknet/src/starknet/add_declare_transaction.rs
#	crates/starknet/src/starknet/add_deploy_account_transaction.rs
#	crates/starknet/src/starknet/add_invoke_transaction.rs
#	crates/starknet/src/starknet/mod.rs
#	crates/starknet/src/transactions.rs
#	crates/starknet/src/utils.rs
#	crates/types/src/rpc.rs
#	crates/types/src/rpc/block.rs
#	crates/types/src/rpc/transactions.rs
@taco-paco
Copy link
Contributor Author

there are multiple conflicts, which must be resolved. This will lead to fewer lines changed

Done

Copy link
Contributor

@FabijanC FabijanC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like our TODOs our getting out of hand (there are now 22 of them)

Does this PR address (at least partly) some of these issues:

If so, can you note that in the PR description?

Cargo.toml Outdated Show resolved Hide resolved
crates/starknet/src/starknet/estimations.rs Outdated Show resolved Hide resolved
crates/starknet/src/utils.rs Show resolved Hide resolved
crates/starknet/src/lib.rs Show resolved Hide resolved
crates/starknet-server/tests/test_estimate_message_fee.rs Outdated Show resolved Hide resolved
crates/types/src/rpc/estimate_message_fee.rs Outdated Show resolved Hide resolved
crates/types/src/rpc/transaction_receipt.rs Outdated Show resolved Hide resolved
@FabijanC FabijanC merged commit 2cd9c8f into main Sep 6, 2023
@FabijanC FabijanC deleted the cases/rpc-0.4.0/sr-version-raised branch September 6, 2023 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update RPC to v0.4.0
4 participants