Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Rpc v0.3.0 update #494

Merged
merged 17 commits into from
Jun 1, 2023
Merged

Rpc v0.3.0 update #494

merged 17 commits into from
Jun 1, 2023

Conversation

bartekryba
Copy link
Contributor

@bartekryba bartekryba commented Jun 1, 2023

Updated rpc support from 0.3.0-rc1 to 0.3.0. Closes #476

Usage related changes

  • Removed two errors, and added one new error.
  • Added optional stateMutability field to FunctionAbiEntry in old contract class.

Development related changes

Checklist:

  • Applied formatting - ./scripts/format.sh
  • No linter errors - ./scripts/lint.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 - ./scripts/test.sh

@FabijanC FabijanC self-requested a review June 1, 2023 09:36
starknet_devnet/blueprints/rpc/rpc_spec.py Outdated Show resolved Hide resolved
test/rpc/test_rpc_misc.py Show resolved Hide resolved
test/rpc/test_rpc_class.py Show resolved Hide resolved
test/rpc/test_rpc_class.py Show resolved Hide resolved
starknet_devnet/blueprints/rpc/structures/payloads.py Outdated Show resolved Hide resolved
@FabijanC FabijanC merged commit 3618d77 into 0xSpaceShard:master Jun 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adapt to JSON RPC API spec v0.3.0
2 participants