Skip to content

Commit

Permalink
Updating dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Nov 10, 2023
1 parent ed329c2 commit 4f017b0
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 19 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@wharfkit/contract": "^0.4.2",
"@wharfkit/mock-data": "^1.0.2",
"@wharfkit/transact-plugin-resource-provider": "^1.0.0-beta1",
"@wharfkit/contract": "^1.0.0",
"@wharfkit/mock-data": "^1.1.0",
"@wharfkit/transact-plugin-resource-provider": "^1.0.2",
"@wharfkit/wallet-plugin-privatekey": "^1.0.0",
"chai": "^4.3.4",
"eslint": "^8.13.0",
Expand Down
52 changes: 52 additions & 0 deletions test/data/ca281ad114fc2b4f52409c35f5a58b97cc1d4e04.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"request": {
"path": "https://jungle4.greymass.com/v1/resource_provider/request_transaction",
"params": {
"method": "POST",
"body": "{\"ref\":\"unittest\",\"request\":\"esr://gmMsfmIRpc7x7DpLh8nvg-zz9VdvrLYRihbJ-mIxXW5CYY4vk0Sdb6p68bl3RxYwAAEjiGB4ZRDacNk0JvaljwtjgAvHzYOlvo_BEhM2nuJo2DgxLlat9xRILQA\",\"signer\":{\"actor\":\"wharfkit1125\",\"permission\":\"test\"}}"
}
},
"status": 400,
"json": {
"code": 400,
"message": "Unable to process and sample transaction",
"data": {
"request": "esr://gmMsfmIRpc7x7DpLh8nvg-zz9VdvrLYRihbJ-mIxXW5CYY4vk0Sdb6p68bl3RxYwAAEjiGB4ZRDacNk0JvaljwtjgAvHzYOlvo_BEhM2nuJo2DgxLlat9xRILQA",
"error": {
"path": "/v1/chain/compute_transaction",
"response": {
"headers": {
"access-control-allow-headers": "X-Requested-With,Accept,Content-Type,Origin",
"access-control-allow-methods": "GET, POST, OPTIONS",
"access-control-allow-origin": "*",
"connection": "close",
"content-length": "407",
"content-type": "application/json",
"date": "Fri, 10 Nov 2023 00:50:42 GMT",
"server": "nginx/1.18.0 (Ubuntu)"
},
"status": 500,
"json": {
"code": 500,
"message": "Internal Service Error",
"error": {
"code": 3040005,
"name": "expired_tx_exception",
"what": "Expired Transaction",
"details": [
{
"message": "expired transaction d929844019951eb90a9fd882a3d4e8a9e3d599aaad184255b0779dd074190dc4, expiration 2023-11-10T00:49:28.000, block time 2023-11-10T00:50:43.000",
"file": "producer_plugin.cpp",
"line_number": 658,
"method": "process_incoming_transaction_async"
}
]
}
},
"text": "{\"code\":500,\"message\":\"Internal Service Error\",\"error\":{\"code\":3040005,\"name\":\"expired_tx_exception\",\"what\":\"Expired Transaction\",\"details\":[{\"message\":\"expired transaction d929844019951eb90a9fd882a3d4e8a9e3d599aaad184255b0779dd074190dc4, expiration 2023-11-10T00:49:28.000, block time 2023-11-10T00:50:43.000\",\"file\":\"producer_plugin.cpp\",\"line_number\":658,\"method\":\"process_incoming_transaction_async\"}]}}"
}
}
}
},
"text": "{\"code\":400,\"message\":\"Unable to process and sample transaction\",\"data\":{\"request\":\"esr://gmMsfmIRpc7x7DpLh8nvg-zz9VdvrLYRihbJ-mIxXW5CYY4vk0Sdb6p68bl3RxYwAAEjiGB4ZRDacNk0JvaljwtjgAvHzYOlvo_BEhM2nuJo2DgxLlat9xRILQA\",\"error\":{\"path\":\"/v1/chain/compute_transaction\",\"response\":{\"headers\":{\"access-control-allow-headers\":\"X-Requested-With,Accept,Content-Type,Origin\",\"access-control-allow-methods\":\"GET, POST, OPTIONS\",\"access-control-allow-origin\":\"*\",\"connection\":\"close\",\"content-length\":\"407\",\"content-type\":\"application/json\",\"date\":\"Fri, 10 Nov 2023 00:50:42 GMT\",\"server\":\"nginx/1.18.0 (Ubuntu)\"},\"status\":500,\"json\":{\"code\":500,\"message\":\"Internal Service Error\",\"error\":{\"code\":3040005,\"name\":\"expired_tx_exception\",\"what\":\"Expired Transaction\",\"details\":[{\"message\":\"expired transaction d929844019951eb90a9fd882a3d4e8a9e3d599aaad184255b0779dd074190dc4, expiration 2023-11-10T00:49:28.000, block time 2023-11-10T00:50:43.000\",\"file\":\"producer_plugin.cpp\",\"line_number\":658,\"method\":\"process_incoming_transaction_async\"}]}},\"text\":\"{\\\"code\\\":500,\\\"message\\\":\\\"Internal Service Error\\\",\\\"error\\\":{\\\"code\\\":3040005,\\\"name\\\":\\\"expired_tx_exception\\\",\\\"what\\\":\\\"Expired Transaction\\\",\\\"details\\\":[{\\\"message\\\":\\\"expired transaction d929844019951eb90a9fd882a3d4e8a9e3d599aaad184255b0779dd074190dc4, expiration 2023-11-10T00:49:28.000, block time 2023-11-10T00:50:43.000\\\",\\\"file\\\":\\\"producer_plugin.cpp\\\",\\\"line_number\\\":658,\\\"method\\\":\\\"process_incoming_transaction_async\\\"}]}}\"}}}}"
}
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1307,22 +1307,22 @@
dependencies:
tslib "^2.1.0"

"@wharfkit/contract@^0.4.2":
version "0.4.2"
resolved "https://registry.yarnpkg.com/@wharfkit/contract/-/contract-0.4.2.tgz#cec2ca9585bf1c63b9458089cbd0388b727b800f"
integrity sha512-jSnxaaIy8ZyXljfO2DrR7ytG7VFZX6ml8b6tncZE7GvkPpEt3zEfR3YJmUfYCvbwJTn5Zk6/EWtIl5YTrEaxOA==
"@wharfkit/contract@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@wharfkit/contract/-/contract-1.0.0.tgz#dd1da288ad1eddb439053b9289646199a7c14a43"
integrity sha512-l9EefsV6SNQnqcQjjRE2PCWEG70I/PHRifIdyvupjiMRKkbzOuE/efBlM9ch9tWXn3p8N5ydKw7frJa1mk1DtA==
dependencies:
"@wharfkit/abicache" "^1.1.1"
"@wharfkit/antelope" "^0.7.3"
"@wharfkit/signing-request" "^3.0.0"
"@wharfkit/abicache" "^1.2.0"
"@wharfkit/antelope" "^1.0.0"
"@wharfkit/signing-request" "^3.1.0"
tslib "^2.1.0"

"@wharfkit/mock-data@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@wharfkit/mock-data/-/mock-data-1.0.2.tgz#81d6327c76032b40e5acf209d507cf6ca2a3ae9f"
integrity sha512-Mbf/rZX2dqj5r+h+6NcRsDfRdHZ5OWEk0oIZ6iarXEBV65jmODoLdZlS906m9ndC1bi1ewCm/276JDimIqtLkQ==
"@wharfkit/mock-data@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@wharfkit/mock-data/-/mock-data-1.1.0.tgz#5fb18cd71a880a24510c6b2db52d104c618cf732"
integrity sha512-lDNb+gUz79xO0KRPSd8ldnp2u4EUc+arGXOSVAO7vFtUrUnrnnGd7tkUMQyr+JEx6BeOKqUgO4SvGV/xJAF/Dg==
dependencies:
"@wharfkit/antelope" "^0.7.3"
"@wharfkit/antelope" "^1.0.0"
"@wharfkit/session" "^1.0.0"
"@wharfkit/wallet-plugin-privatekey" "^1.0.0"
node-fetch "^2.6.1"
Expand Down Expand Up @@ -1356,10 +1356,10 @@
"@wharfkit/antelope" "^1.0.0"
tslib "^2.0.3"

"@wharfkit/transact-plugin-resource-provider@^1.0.0-beta1":
version "1.0.0-beta1"
resolved "https://registry.yarnpkg.com/@wharfkit/transact-plugin-resource-provider/-/transact-plugin-resource-provider-1.0.0-beta1.tgz#63e998d8e2ce00b44885bfc81cfc8326e9294720"
integrity sha512-RhJUzf1q4+q5DgA3j+h82Mm5iTM/Ubglru7v+X/Icq3d0j+JgAbDUG/ARs09TwlT5hXQzRuDR8UIgLkxHkzlEQ==
"@wharfkit/transact-plugin-resource-provider@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@wharfkit/transact-plugin-resource-provider/-/transact-plugin-resource-provider-1.0.2.tgz#8367e2b294ba9f62b740033eb286706fba694fbb"
integrity sha512-2csPRTZPvVdBK9hdJwezPBtdLGGAlEyWjDdoA5VvoCswJp1ECdkmgaAD5d7rYZJc6y3SgNLSkH0FzYTithdiqQ==
dependencies:
tslib "^2.1.0"

Expand Down

0 comments on commit 4f017b0

Please sign in to comment.