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

Merge main into json-rpc-v0.8.0 #632

Merged
merged 10 commits into from
Oct 25, 2024
Merged

Conversation

marioiordanov
Copy link
Contributor

Usage related changes

Development related changes

Checklist:

  • Checked out the contribution guidelines
  • Applied formatting - ./scripts/format.sh
  • No linter errors - ./scripts/clippy_check.sh
  • No unused dependencies - ./scripts/check_unused_deps.sh
  • No spelling errors - ./scripts/check_spelling.sh
  • Performed code self-review
  • Rebased to the latest commit of the target branch (or merged it into my branch)
    • Once you make the PR reviewable, please avoid force-pushing
  • Updated the docs if needed - ./website/README.md
  • Linked the issues resolvable by this PR - linking info
  • Updated the tests if needed; all passing - execution info

* remove handle_transaction_result, refactor errors

* integration tests

* added new error type

* typo

* fixed unit tests

* fixed integration test

* remove fully qualified names in errors file

* changed test name

* reuse variable

* replace declare_deploy_v1 with declare_v3_deploy_v3

* add simulate transaction validation check

* add functionality

* refactor if else with match 

* remove trait implementation

* changed error variant

* commment
@marioiordanov marioiordanov marked this pull request as ready for review October 23, 2024 12:21
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.

  1. I checked test_estimate_fee.rs and test_simulate_transactions.rs for duplicate tests and found one (left a comment), but it would be good if you also looked at those and other files you consider worthy.
  2. Are we sure that this eliminates conflicts in future merges of main and json-rpc-v0.8.0?

crates/starknet-devnet/tests/test_estimate_fee.rs Outdated Show resolved Hide resolved
@marioiordanov marioiordanov merged commit fd01e81 into json-rpc-v0.8.0 Oct 25, 2024
@marioiordanov marioiordanov deleted the json-rpc-merge branch October 25, 2024 05: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.

2 participants