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

Use enums for basic and preset types in StarknetTypedData #180

Merged
merged 169 commits into from Apr 8, 2024

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]]`
@DelevoXDG DelevoXDG force-pushed the feat/159-9-typesafe-reserved-types branch from 10351c4 to 0cfe884 Compare April 4, 2024 12:40
guard let context else {
throw StarknetTypedDataError.contextNotDefined
}
return try prepareMerkleTreeRoot(from: element, context: context)
default:
case (.some, .v0):
throw StarknetTypedDataError.unsupportedType(typeName)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

InsupportedType makes sense here, I'd just leave it as is

Base automatically changed from feat/159-8-preset-types to main April 8, 2024 10:51
@DelevoXDG DelevoXDG force-pushed the feat/159-9-typesafe-reserved-types branch from 021b8a1 to 2901de6 Compare April 8, 2024 10:55
@DelevoXDG DelevoXDG merged commit 00b7939 into main Apr 8, 2024
1 check passed
@DelevoXDG DelevoXDG deleted the feat/159-9-typesafe-reserved-types branch April 8, 2024 10:56
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.

None yet

2 participants