Skip to content

Commit

Permalink
Update SOL tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpmitsch committed Dec 17, 2024
1 parent 6720a7d commit 584cb9b
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 188 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
{
"log": {
"_recordingName": "solana-client-fetchEstimatePriorityFees",
"creator": {
"comment": "persister:fs",
"name": "Polly.JS",
"version": "6.0.5"
},
"entries": [
{
"_id": "6d1b2f9f9aa8ef71ed9bc079f109a640",
"_order": 0,
"cache": {},
"request": {
"bodySize": 86,
"cookies": [],
"headers": [
{
"_fromType": "array",
"name": "content-type",
"value": "application/json"
},
{
"_fromType": "array",
"name": "accept",
"value": "*/*"
},
{
"_fromType": "array",
"name": "content-length",
"value": "86"
},
{
"_fromType": "array",
"name": "user-agent",
"value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)"
},
{
"_fromType": "array",
"name": "accept-encoding",
"value": "gzip,deflate"
},
{
"_fromType": "array",
"name": "connection",
"value": "close"
},
{
"name": "host",
"value": "alien-lingering-fire.solana-mainnet.quiknode.pro"
}
],
"headersSize": 355,
"httpVersion": "HTTP/1.1",
"method": "POST",
"postData": {
"mimeType": "application/json",
"params": [],
"text": "{\"method\":\"qn_estimatePriorityFees\",\"params\":{\"api_version\":2},\"id\":1,\"jsonrpc\":\"2.0\"}"
},
"queryString": [],
"url": "https://alien-lingering-fire.solana-mainnet.quiknode.pro"
},
"response": {
"bodySize": 881,
"content": {
"mimeType": "application/json",
"size": 881,
"text": "{\"jsonrpc\":\"2.0\",\"result\":{\"context\":{\"slot\":308116293},\"per_compute_unit\":{\"extreme\":16000000,\"high\":1803944,\"low\":10000,\"medium\":200000,\"percentiles\":{\"0\":0,\"10\":1,\"100\":2000000000,\"15\":3,\"20\":1000,\"25\":10000,\"30\":22124,\"35\":62500,\"40\":100000,\"45\":100000,\"5\":1,\"50\":200000,\"55\":419487,\"60\":742357,\"65\":1000000,\"70\":1200000,\"75\":1803944,\"80\":3152278,\"85\":6706233,\"90\":16000000,\"95\":20000000}},\"per_transaction\":{\"extreme\":1000000000000,\"high\":199999950000,\"low\":300000000,\"medium\":17635743000,\"percentiles\":{\"0\":1000,\"10\":600000,\"100\":200000000000000,\"15\":10000000,\"20\":200000000,\"25\":300000000,\"30\":1375000000,\"35\":2940140000,\"40\":7000000000,\"45\":10000000000,\"5\":130000,\"50\":17635743000,\"55\":24882600000,\"60\":40793750000,\"65\":57852000000,\"70\":99999992448,\"75\":199999950000,\"80\":341941698000,\"85\":500000038616,\"90\":1000000000000,\"95\":3000000000000}},\"recommended\":6706233},\"id\":1}"
},
"cookies": [],
"headers": [
{
"name": "access-control-allow-credentials",
"value": "true"
},
{
"name": "access-control-allow-headers",
"value": "Content-Type,Authorization,User-Agent,solana-client"
},
{
"name": "access-control-allow-methods",
"value": "GET, POST, OPTIONS"
},
{
"name": "access-control-allow-origin",
"value": ""
},
{
"name": "content-type",
"value": "application/json"
},
{
"name": "vary",
"value": "Accept-Encoding"
},
{
"name": "x-host-id",
"value": "b4fa617008efc9c5-bdc3c6b0fcc2f18f"
},
{
"name": "x-node-id",
"value": "solana_solana-mainnet_ewr"
},
{
"name": "date",
"value": "Tue, 17 Dec 2024 20:18:33 GMT"
},
{
"name": "content-length",
"value": "881"
},
{
"name": "connection",
"value": "close"
}
],
"headersSize": 422,
"httpVersion": "HTTP/1.1",
"redirectURL": "",
"status": 200,
"statusText": "OK"
},
"startedDateTime": "2024-12-17T20:18:33.468Z",
"time": 165,
"timings": {
"blocked": -1,
"connect": -1,
"dns": -1,
"receive": 0,
"send": 0,
"ssl": -1,
"wait": 165
}
}
],
"pages": [],
"version": "1.2"
}
}
Loading

0 comments on commit 584cb9b

Please sign in to comment.