Artur Michałek
Artur Michałek
We've recently added a deprecation warning to some of the existing features including e.g. chain_id. However our tests and library has not been completely updated to get rid of the...
### **Please check if the PR fulfills these requirements** - [ ] The formatter, linter, and tests all run without an error - [ ] Tests for the changes have...
RPC declare transaction should have a `contract_class` field instead of `class_hash`. Additional tests should be added for these types of transactions.
All deprecated modules (except those necessary for handling old transaction version if they remain supported) should be removed entirely from starknet.py. Checklist with deprecated features: - [ ] `AccountClient.prepare_invoke_function` -...
**Is your feature request related to a problem? Please describe.** It is possible to enforce arguments of python methods to only allow keyword arguments. [See this](https://peps.python.org/pep-3102/). We should update some...
**Is your feature request related to a problem? Please describe.** Currently parsing of events is possible through data transformer. It in cases where we already have abi available (e.g. when...
**Is your feature request related to a problem? Please describe.** Refactor starknet.py so all our client related models are in `net.models` module. **Describe the solution you'd like** Move contents of...