Skip to content

Commit

Permalink
0x app data
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed May 14, 2024
1 parent b3a2e64 commit 61301fe
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions src/tests/balancer/market_order.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async fn sell() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down Expand Up @@ -252,7 +252,7 @@ async fn buy() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down
2 changes: 1 addition & 1 deletion src/tests/balancer/not_found.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async fn test() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
},
Expand Down
4 changes: 2 additions & 2 deletions src/tests/balancer/out_of_price.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async fn sell() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down Expand Up @@ -189,7 +189,7 @@ async fn buy() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down
10 changes: 5 additions & 5 deletions src/tests/dex/partial_fill.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ endpoint = 'http://{}/sor'
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down Expand Up @@ -396,7 +396,7 @@ async fn tested_amounts_wrap_around() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down Expand Up @@ -559,7 +559,7 @@ endpoint = 'http://{}/sor'
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down Expand Up @@ -745,7 +745,7 @@ async fn insufficient_room_for_surplus_fee() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down Expand Up @@ -857,7 +857,7 @@ async fn market() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down
2 changes: 1 addition & 1 deletion src/tests/dex/wrong_execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ async fn test() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down
4 changes: 2 additions & 2 deletions src/tests/oneinch/market_order.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ async fn sell() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down Expand Up @@ -311,7 +311,7 @@ async fn buy_not_supported() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down
2 changes: 1 addition & 1 deletion src/tests/oneinch/not_found.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async fn test() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
},
Expand Down
2 changes: 1 addition & 1 deletion src/tests/oneinch/out_of_price.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ async fn sell() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down
4 changes: 2 additions & 2 deletions src/tests/paraswap/market_order.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ async fn sell() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down Expand Up @@ -454,7 +454,7 @@ async fn buy() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down
2 changes: 1 addition & 1 deletion src/tests/paraswap/not_found.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async fn test() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down
4 changes: 2 additions & 2 deletions src/tests/paraswap/out_of_price.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ async fn sell() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down Expand Up @@ -413,7 +413,7 @@ async fn buy() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down
4 changes: 2 additions & 2 deletions src/tests/zeroex/market_order.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ async fn sell() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down Expand Up @@ -321,7 +321,7 @@ async fn buy() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down
2 changes: 1 addition & 1 deletion src/tests/zeroex/not_found.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async fn test() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
},
Expand Down
2 changes: 1 addition & 1 deletion src/tests/zeroex/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ enable-slippage-protection = true
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down
4 changes: 2 additions & 2 deletions src/tests/zeroex/out_of_price.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ async fn sell() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down Expand Up @@ -251,7 +251,7 @@ async fn buy() {
"postInteractions": [],
"owner": "0x5b1e2c2762667331bc91648052f646d1b0d35984",
"validTo": 0,
"appData": "0x6000000000000000000000000000000000000000000000000000000000000007",
"appData": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signingScheme": "presign",
"signature": "0x",
}
Expand Down

0 comments on commit 61301fe

Please sign in to comment.