Artur Michałek

Results 148 issues of 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...

enhancement

### **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.

bug

enhancement
priority: low
tests

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` -...

enhancement
blocked

**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...

enhancement
priority: low

**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...

enhancement
question
priority: low

**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...

enhancement