Franciszek Job

Results 117 issues of Franciszek Job

## Describe your changes Suport batching multiple RPC requests - add `StarknetRequest` and `StarknetBatchRequest` classes - add in `StarknetProvider.batchRequests()` ## Linked issues Closes #186 ## Breaking changes - [x] This...

### Feature Request Allow batching multiple RPC calls within the same request. The nodes are accepting the array of RPC calls and they execute them all in parallel.

enhancement

Hey, did you consider creating an equivalent in React? I think it would be veery useful for many people in the community, because the number of options that you provide...

enhancement

## Describe your changes Add support for batching requests of different type - add `batchRequestsOfDifferentTypes` method in `JsonRpcProvider` - add `HttpBatchRequestOfDifferentTypes` - add `HttpBatchRequestType` as returned type of `batchRequestsOfDifferentTypes` -...

## Describe your changes - add `batchRequests` method (vararg and list versions) - add `JsonRpcRequest` data class - add `BatchHttpRequest` class - add test to `ProviderTest`: * `batch call contract...

## Describe your changes - Bump [starknet-devnet-rs](https://github.com/0xSpaceShard/starknet-devnet-rs) to the latest release - Change chain ID in references and tests which aren't affected by the update - Update `chainId` to use...

## Describe your changes Add public `init` for `StarknetFeeEstimate` ## Linked issues Closes #197 ## Breaking changes - [ ] This issue contains breaking changes

## Describe your changes - Fix wrongly calculated `overallFee` passed while initializing `StarknetFeeEstimate` test cases ## Linked issues Closes ## Breaking changes - [ ] This issue contains breaking changes

### Feature Request Add public `init` for `StarknetFeeEstimate`

enhancement

## Describe your changes - use `createDeployAccount` instead of using file with prepared accounts - re-enable `testCreateDeployAccount`, `testCreateAndDeployAccount` ## Linked issues Closes #130 ## Breaking changes - [ ] This...