Skip to content

Commit f98b321

Browse files
committed
feat: immutable zkevm api package
1 parent 38bd447 commit f98b321

File tree

555 files changed

+57033
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

555 files changed

+57033
-6
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
VALIDATE_ALL_CODEBASE: true
5858
DEFAULT_BRANCH: main
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60-
FILTER_REGEX_EXCLUDE: (.*src/Packages/Passport/Runtime/ThirdParty/.*|.*src/Packages/Passport/Runtime/Resources/.*|.*Plugins/.*|.*src/Packages/Passport/Runtime/Assets/ImmutableAndroid.androidlib/.*|.*src/Packages/Orderbook|.*sample|.*src/Packages/Passport/WebGLTemplates~|.*.github/workflows)
60+
FILTER_REGEX_EXCLUDE: (.*src/Packages/Passport/Runtime/ThirdParty/.*|.*src/Packages/Passport/Runtime/Resources/.*|.*Plugins/.*|.*src/Packages/Passport/Runtime/Assets/ImmutableAndroid.androidlib/.*|.*src/Packages/Orderbook|.*src/Packages/ZkEvmApi|.*sample|.*src/Packages/Passport/WebGLTemplates~|.*.github/workflows)
6161
VALIDATE_MARKDOWN: false
6262
VALIDATE_GITLEAKS: false
6363
VALIDATE_JSCPD: false

src/Packages/Orderbook/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ This generator should support all current LTS versions of Unity
2525

2626
- [Newtonsoft.Json](https://docs.unity3d.com/Packages/[email protected]/manual/index.html) - 3.0.2 or
2727
later
28-
- [Unity Test Framework](https://docs.unity3d.com/Packages/[email protected]/manual/index.html) - 1.1.33 or
29-
later
3028

3129
<a id="installation"></a>
3230

@@ -38,8 +36,7 @@ Add the dependencies to `Packages/manifest.json`
3836
{
3937
"dependencies": {
4038
...
41-
"com.unity.nuget.newtonsoft-json": "3.0.2",
42-
"com.unity.test-framework": "1.1.33",
39+
"com.unity.nuget.newtonsoft-json": "3.0.2"
4340
}
4441
}
4542
```

src/Packages/Orderbook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://immutable.com"
99
},
1010
"dependencies": {
11-
"com.cysharp.unitask": "2.3.3"
11+
"com.unity.nuget.newtonsoft-json": "3.0.2"
1212
},
1313
"keywords": [
1414
"unity",

src/Packages/ZkEvmApi/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Changelog
2+
3+
Please see https://github.com/immutable/unity-immutable-sdk/releases

src/Packages/ZkEvmApi/CHANGELOG.md.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Immutable.Api.ZkEvm.Model.APIError400
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**Message** | **string** | Error Message |
8+
**Link** | **string** | Link to IMX documentation that can help resolve this error |
9+
**TraceId** | **string** | Trace ID of the initial request |
10+
**Code** | **string** | Error Code |
11+
**Details** | **Object** | Additional details to help resolve the error |
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Immutable.Api.ZkEvm.Model.APIError401
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**Message** | **string** | Error Message |
8+
**Link** | **string** | Link to IMX documentation that can help resolve this error |
9+
**TraceId** | **string** | Trace ID of the initial request |
10+
**Code** | **string** | Error Code |
11+
**Details** | **Object** | Additional details to help resolve the error |
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Immutable.Api.ZkEvm.Model.APIError403
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**Message** | **string** | Error Message |
8+
**Link** | **string** | Link to IMX documentation that can help resolve this error |
9+
**TraceId** | **string** | Trace ID of the initial request |
10+
**Code** | **string** | Error Code |
11+
**Details** | **Object** | Additional details to help resolve the error |
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Immutable.Api.ZkEvm.Model.APIError404
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**Message** | **string** | Error Message |
8+
**Link** | **string** | Link to IMX documentation that can help resolve this error |
9+
**TraceId** | **string** | Trace ID of the initial request |
10+
**Code** | **string** | Error Code |
11+
**Details** | **Object** | Additional details to help resolve the error |
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Immutable.Api.ZkEvm.Model.APIError409
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**Message** | **string** | Error Message |
8+
**Link** | **string** | Link to IMX documentation that can help resolve this error |
9+
**TraceId** | **string** | Trace ID of the initial request |
10+
**Code** | **string** | Error Code |
11+
**Details** | **Dictionary&lt;string, Object&gt;** | Additional details to help resolve the error |
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Immutable.Api.ZkEvm.Model.APIError429
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**Message** | **string** | Error Message |
8+
**Link** | **string** | Link to IMX documentation that can help resolve this error |
9+
**TraceId** | **string** | Trace ID of the initial request |
10+
**Code** | **string** | Error Code |
11+
**Details** | **Object** | Additional details to help resolve the error |
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Immutable.Api.ZkEvm.Model.APIError500
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**Message** | **string** | Error Message |
8+
**Link** | **string** | Link to IMX documentation that can help resolve this error |
9+
**TraceId** | **string** | Trace ID of the initial request |
10+
**Code** | **string** | Error Code |
11+
**Details** | **Object** | Additional details to help resolve the error |
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Immutable.Api.ZkEvm.Model.APIError501
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**Message** | **string** | Error Message |
8+
**Link** | **string** | Link to IMX documentation that can help resolve this error |
9+
**TraceId** | **string** | Trace ID of the initial request |
10+
**Code** | **string** | Error Code |
11+
**Details** | **Object** | Additional details to help resolve the error |
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Immutable.Api.ZkEvm.Model.ActiveOrderStatus
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**Name** | **string** | The order status that indicates an order can be fulfilled. |
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+

0 commit comments

Comments
 (0)