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

Support preset types in StarknetTypedData #182

Merged
merged 147 commits into from
Apr 8, 2024
Merged

Conversation

- Add `dataAvailability` to `StarknetExecutionResources`; Add `StarknetDataAvailability
  - Add `executionResources` to tx traces
- Add `StarknetComputationResources`
  - Add `computationResources` to `StarknetFunctionInvocation`
- Add `StarknetResources` protocol with common fields
- Prefund account with `5_000_000_000_000_000`->`5_000_000_000_000_000_000`
- Change max fee in declare methods to `1_000_000_000_000_000`->`10_000_000_000_000_000`
- Add `dataGasConsumed`, `dataGasPrice` fields to `StarknetFeeEstimate`
- Update `.toResourceBounds()` extension
  - Update overheads
  - Use new logic
… and `StarknetExecutionResources`

- Adjust tests
- Add `StarknetTypedData.Domain`, `StarknetTypedData.Revision`
- Change `domain` type: `[String: Element] -> Domain`
  - Update initializer
- Add `getStructHash(typeName: String, data: Data)`
- Add `getStructHash(domain: Domain)`
- Use correct escape chars for rev 1
- Rename test files `typed_data_[..].json`-> `typed_data_rev_0_[..].json`
- Add `typed_data_rev_1_example.json`
- Update `TypedDataTests`
  - Move old td cases to `CasesRev0`
  - Add `CasesRev1`
…otocol

- Add `TypeDeclarationWrapper`
- Change `types` type from `[String: [TypeDeclaration]]` to `[String: [TypeDeclarationWrapper]]`
Base automatically changed from feat/159-7-enum to main April 8, 2024 10:50
@DelevoXDG DelevoXDG merged commit 0600ddd into main Apr 8, 2024
1 check passed
@DelevoXDG DelevoXDG deleted the feat/159-8-preset-types branch April 8, 2024 10:51
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