feat: send transactions with Jito (#1442)
* feat: jito script * Go * Go * Checkpoint * Checkpoint * Rename * Make tip account random * Go
This commit is contained in:
parent
ce36d80ae4
commit
0aeae8ca40
|
@ -8765,6 +8765,78 @@
|
|||
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@grpc/grpc-js": {
|
||||
"version": "1.10.6",
|
||||
"resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.10.6.tgz",
|
||||
"integrity": "sha512-xP58G7wDQ4TCmN/cMUHh00DS7SRDv/+lC+xFLrTkMIN8h55X5NhZMLYbvy7dSELP15qlI6hPhNCRWVMtZMwqLA==",
|
||||
"dependencies": {
|
||||
"@grpc/proto-loader": "^0.7.10",
|
||||
"@js-sdsl/ordered-map": "^4.4.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@grpc/proto-loader": {
|
||||
"version": "0.7.12",
|
||||
"resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.12.tgz",
|
||||
"integrity": "sha512-DCVwMxqYzpUCiDMl7hQ384FqP4T3DbNpXU8pt681l3UWCip1WUiD5JrkImUwCB9a7f2cq4CUTmi5r/xIMRPY1Q==",
|
||||
"dependencies": {
|
||||
"lodash.camelcase": "^4.3.0",
|
||||
"long": "^5.0.0",
|
||||
"protobufjs": "^7.2.4",
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
"bin": {
|
||||
"proto-loader-gen-types": "build/bin/proto-loader-gen-types.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
}
|
||||
},
|
||||
"node_modules/@grpc/proto-loader/node_modules/cliui": {
|
||||
"version": "8.0.1",
|
||||
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
||||
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
||||
"dependencies": {
|
||||
"string-width": "^4.2.0",
|
||||
"strip-ansi": "^6.0.1",
|
||||
"wrap-ansi": "^7.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/@grpc/proto-loader/node_modules/long": {
|
||||
"version": "5.2.3",
|
||||
"resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz",
|
||||
"integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q=="
|
||||
},
|
||||
"node_modules/@grpc/proto-loader/node_modules/yargs": {
|
||||
"version": "17.7.2",
|
||||
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
||||
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
|
||||
"dependencies": {
|
||||
"cliui": "^8.0.1",
|
||||
"escalade": "^3.1.1",
|
||||
"get-caller-file": "^2.0.5",
|
||||
"require-directory": "^2.1.1",
|
||||
"string-width": "^4.2.3",
|
||||
"y18n": "^5.0.5",
|
||||
"yargs-parser": "^21.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/@grpc/proto-loader/node_modules/yargs-parser": {
|
||||
"version": "21.1.1",
|
||||
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
|
||||
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/@hapi/bourne": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@hapi/bourne/-/bourne-2.1.0.tgz",
|
||||
|
@ -9765,6 +9837,15 @@
|
|||
"@jridgewell/sourcemap-codec": "^1.4.14"
|
||||
}
|
||||
},
|
||||
"node_modules/@js-sdsl/ordered-map": {
|
||||
"version": "4.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz",
|
||||
"integrity": "sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/js-sdsl"
|
||||
}
|
||||
},
|
||||
"node_modules/@json-rpc-tools/provider": {
|
||||
"version": "1.7.6",
|
||||
"resolved": "https://registry.npmjs.org/@json-rpc-tools/provider/-/provider-1.7.6.tgz",
|
||||
|
@ -12036,6 +12117,17 @@
|
|||
"url": "https://paulmillr.com/funding/"
|
||||
}
|
||||
},
|
||||
"node_modules/@noble/ed25519": {
|
||||
"version": "1.7.3",
|
||||
"resolved": "https://registry.npmjs.org/@noble/ed25519/-/ed25519-1.7.3.tgz",
|
||||
"integrity": "sha512-iR8GBkDt0Q3GyaVcIu7mSsVIqnFbkbRzGLWlvhwunacoLwt4J3swfKhfaM6rN6WY+TBGoYT1GtT1mIh2/jGbRQ==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "individual",
|
||||
"url": "https://paulmillr.com/funding/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"node_modules/@noble/hashes": {
|
||||
"version": "1.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.5.tgz",
|
||||
|
@ -36677,6 +36769,101 @@
|
|||
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
||||
}
|
||||
},
|
||||
"node_modules/jito-ts": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/jito-ts/-/jito-ts-3.0.1.tgz",
|
||||
"integrity": "sha512-TSofF7KqcwyaWGjPaSYC8RDoNBY1TPRNBHdrw24bdIi7mQ5bFEDdYK3D//llw/ml8YDvcZlgd644WxhjLTS9yg==",
|
||||
"dependencies": {
|
||||
"@grpc/grpc-js": "^1.8.13",
|
||||
"@noble/ed25519": "^1.7.1",
|
||||
"@solana/web3.js": "~1.77.3",
|
||||
"agentkeepalive": "^4.3.0",
|
||||
"dotenv": "^16.0.3",
|
||||
"jayson": "^4.0.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
"superstruct": "^1.0.3"
|
||||
}
|
||||
},
|
||||
"node_modules/jito-ts/node_modules/@noble/hashes": {
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz",
|
||||
"integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==",
|
||||
"engines": {
|
||||
"node": ">= 16"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://paulmillr.com/funding/"
|
||||
}
|
||||
},
|
||||
"node_modules/jito-ts/node_modules/@solana/web3.js": {
|
||||
"version": "1.77.4",
|
||||
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.77.4.tgz",
|
||||
"integrity": "sha512-XdN0Lh4jdY7J8FYMyucxCwzn6Ga2Sr1DHDWRbqVzk7ZPmmpSPOVWHzO67X1cVT+jNi1D6gZi2tgjHgDPuj6e9Q==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@noble/curves": "^1.0.0",
|
||||
"@noble/hashes": "^1.3.0",
|
||||
"@solana/buffer-layout": "^4.0.0",
|
||||
"agentkeepalive": "^4.2.1",
|
||||
"bigint-buffer": "^1.1.5",
|
||||
"bn.js": "^5.0.0",
|
||||
"borsh": "^0.7.0",
|
||||
"bs58": "^4.0.1",
|
||||
"buffer": "6.0.3",
|
||||
"fast-stable-stringify": "^1.0.0",
|
||||
"jayson": "^4.1.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
"rpc-websockets": "^7.5.1",
|
||||
"superstruct": "^0.14.2"
|
||||
}
|
||||
},
|
||||
"node_modules/jito-ts/node_modules/@solana/web3.js/node_modules/superstruct": {
|
||||
"version": "0.14.2",
|
||||
"resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.14.2.tgz",
|
||||
"integrity": "sha512-nPewA6m9mR3d6k7WkZ8N8zpTWfenFH3q9pA2PkuiZxINr9DKB2+40wEQf0ixn8VaGuJ78AB6iWOtStI+/4FKZQ=="
|
||||
},
|
||||
"node_modules/jito-ts/node_modules/buffer": {
|
||||
"version": "6.0.3",
|
||||
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
||||
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/feross"
|
||||
},
|
||||
{
|
||||
"type": "patreon",
|
||||
"url": "https://www.patreon.com/feross"
|
||||
},
|
||||
{
|
||||
"type": "consulting",
|
||||
"url": "https://feross.org/support"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"base64-js": "^1.3.1",
|
||||
"ieee754": "^1.2.1"
|
||||
}
|
||||
},
|
||||
"node_modules/jito-ts/node_modules/dotenv": {
|
||||
"version": "16.4.5",
|
||||
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
|
||||
"integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://dotenvx.com"
|
||||
}
|
||||
},
|
||||
"node_modules/jito-ts/node_modules/superstruct": {
|
||||
"version": "1.0.4",
|
||||
"resolved": "https://registry.npmjs.org/superstruct/-/superstruct-1.0.4.tgz",
|
||||
"integrity": "sha512-7JpaAoX2NGyoFlI9NBh66BQXGONc+uE+MRS5i2iOBKuS4e+ccgMDjATgZldkah+33DakBxDHiss9kvUcGAO8UQ==",
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/jmespath": {
|
||||
"version": "0.15.0",
|
||||
"resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz",
|
||||
|
@ -38249,8 +38436,7 @@
|
|||
"node_modules/lodash.camelcase": {
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
|
||||
"integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
|
||||
"dev": true
|
||||
"integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA=="
|
||||
},
|
||||
"node_modules/lodash.debounce": {
|
||||
"version": "4.0.8",
|
||||
|
@ -59587,7 +59773,8 @@
|
|||
"dependencies": {
|
||||
"@coral-xyz/anchor": "^0.29.0",
|
||||
"@solana/web3.js": "^1.90.0",
|
||||
"bs58": "^5.0.0"
|
||||
"bs58": "^5.0.0",
|
||||
"jito-ts": "^3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.4.0",
|
||||
|
@ -63184,6 +63371,62 @@
|
|||
"integrity": "sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==",
|
||||
"requires": {}
|
||||
},
|
||||
"@grpc/grpc-js": {
|
||||
"version": "1.10.6",
|
||||
"resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.10.6.tgz",
|
||||
"integrity": "sha512-xP58G7wDQ4TCmN/cMUHh00DS7SRDv/+lC+xFLrTkMIN8h55X5NhZMLYbvy7dSELP15qlI6hPhNCRWVMtZMwqLA==",
|
||||
"requires": {
|
||||
"@grpc/proto-loader": "^0.7.10",
|
||||
"@js-sdsl/ordered-map": "^4.4.2"
|
||||
}
|
||||
},
|
||||
"@grpc/proto-loader": {
|
||||
"version": "0.7.12",
|
||||
"resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.12.tgz",
|
||||
"integrity": "sha512-DCVwMxqYzpUCiDMl7hQ384FqP4T3DbNpXU8pt681l3UWCip1WUiD5JrkImUwCB9a7f2cq4CUTmi5r/xIMRPY1Q==",
|
||||
"requires": {
|
||||
"lodash.camelcase": "^4.3.0",
|
||||
"long": "^5.0.0",
|
||||
"protobufjs": "^7.2.4",
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"cliui": {
|
||||
"version": "8.0.1",
|
||||
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
||||
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
||||
"requires": {
|
||||
"string-width": "^4.2.0",
|
||||
"strip-ansi": "^6.0.1",
|
||||
"wrap-ansi": "^7.0.0"
|
||||
}
|
||||
},
|
||||
"long": {
|
||||
"version": "5.2.3",
|
||||
"resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz",
|
||||
"integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q=="
|
||||
},
|
||||
"yargs": {
|
||||
"version": "17.7.2",
|
||||
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
||||
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
|
||||
"requires": {
|
||||
"cliui": "^8.0.1",
|
||||
"escalade": "^3.1.1",
|
||||
"get-caller-file": "^2.0.5",
|
||||
"require-directory": "^2.1.1",
|
||||
"string-width": "^4.2.3",
|
||||
"y18n": "^5.0.5",
|
||||
"yargs-parser": "^21.1.1"
|
||||
}
|
||||
},
|
||||
"yargs-parser": {
|
||||
"version": "21.1.1",
|
||||
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
|
||||
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@hapi/bourne": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@hapi/bourne/-/bourne-2.1.0.tgz",
|
||||
|
@ -64023,6 +64266,11 @@
|
|||
"@jridgewell/sourcemap-codec": "^1.4.14"
|
||||
}
|
||||
},
|
||||
"@js-sdsl/ordered-map": {
|
||||
"version": "4.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz",
|
||||
"integrity": "sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw=="
|
||||
},
|
||||
"@json-rpc-tools/provider": {
|
||||
"version": "1.7.6",
|
||||
"resolved": "https://registry.npmjs.org/@json-rpc-tools/provider/-/provider-1.7.6.tgz",
|
||||
|
@ -65854,6 +66102,11 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"@noble/ed25519": {
|
||||
"version": "1.7.3",
|
||||
"resolved": "https://registry.npmjs.org/@noble/ed25519/-/ed25519-1.7.3.tgz",
|
||||
"integrity": "sha512-iR8GBkDt0Q3GyaVcIu7mSsVIqnFbkbRzGLWlvhwunacoLwt4J3swfKhfaM6rN6WY+TBGoYT1GtT1mIh2/jGbRQ=="
|
||||
},
|
||||
"@noble/hashes": {
|
||||
"version": "1.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.5.tgz",
|
||||
|
@ -71298,6 +71551,7 @@
|
|||
"bs58": "^5.0.0",
|
||||
"eslint": "^8.13.0",
|
||||
"jest": "^29.4.0",
|
||||
"jito-ts": "*",
|
||||
"prettier": "^2.6.2",
|
||||
"quicktype": "^23.0.76",
|
||||
"ts-jest": "^29.0.5",
|
||||
|
@ -90090,6 +90344,76 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"jito-ts": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/jito-ts/-/jito-ts-3.0.1.tgz",
|
||||
"integrity": "sha512-TSofF7KqcwyaWGjPaSYC8RDoNBY1TPRNBHdrw24bdIi7mQ5bFEDdYK3D//llw/ml8YDvcZlgd644WxhjLTS9yg==",
|
||||
"requires": {
|
||||
"@grpc/grpc-js": "^1.8.13",
|
||||
"@noble/ed25519": "^1.7.1",
|
||||
"@solana/web3.js": "~1.77.3",
|
||||
"agentkeepalive": "^4.3.0",
|
||||
"dotenv": "^16.0.3",
|
||||
"jayson": "^4.0.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
"superstruct": "^1.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@noble/hashes": {
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz",
|
||||
"integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg=="
|
||||
},
|
||||
"@solana/web3.js": {
|
||||
"version": "1.77.4",
|
||||
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.77.4.tgz",
|
||||
"integrity": "sha512-XdN0Lh4jdY7J8FYMyucxCwzn6Ga2Sr1DHDWRbqVzk7ZPmmpSPOVWHzO67X1cVT+jNi1D6gZi2tgjHgDPuj6e9Q==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@noble/curves": "^1.0.0",
|
||||
"@noble/hashes": "^1.3.0",
|
||||
"@solana/buffer-layout": "^4.0.0",
|
||||
"agentkeepalive": "^4.2.1",
|
||||
"bigint-buffer": "^1.1.5",
|
||||
"bn.js": "^5.0.0",
|
||||
"borsh": "^0.7.0",
|
||||
"bs58": "^4.0.1",
|
||||
"buffer": "6.0.3",
|
||||
"fast-stable-stringify": "^1.0.0",
|
||||
"jayson": "^4.1.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
"rpc-websockets": "^7.5.1",
|
||||
"superstruct": "^0.14.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"superstruct": {
|
||||
"version": "0.14.2",
|
||||
"resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.14.2.tgz",
|
||||
"integrity": "sha512-nPewA6m9mR3d6k7WkZ8N8zpTWfenFH3q9pA2PkuiZxINr9DKB2+40wEQf0ixn8VaGuJ78AB6iWOtStI+/4FKZQ=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"buffer": {
|
||||
"version": "6.0.3",
|
||||
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
||||
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
||||
"requires": {
|
||||
"base64-js": "^1.3.1",
|
||||
"ieee754": "^1.2.1"
|
||||
}
|
||||
},
|
||||
"dotenv": {
|
||||
"version": "16.4.5",
|
||||
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
|
||||
"integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg=="
|
||||
},
|
||||
"superstruct": {
|
||||
"version": "1.0.4",
|
||||
"resolved": "https://registry.npmjs.org/superstruct/-/superstruct-1.0.4.tgz",
|
||||
"integrity": "sha512-7JpaAoX2NGyoFlI9NBh66BQXGONc+uE+MRS5i2iOBKuS4e+ccgMDjATgZldkah+33DakBxDHiss9kvUcGAO8UQ=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"jmespath": {
|
||||
"version": "0.15.0",
|
||||
"resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz",
|
||||
|
@ -91338,8 +91662,7 @@
|
|||
"lodash.camelcase": {
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
|
||||
"integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
|
||||
"dev": true
|
||||
"integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA=="
|
||||
},
|
||||
"lodash.debounce": {
|
||||
"version": "4.0.8",
|
||||
|
|
|
@ -0,0 +1,86 @@
|
|||
import { Connection, Keypair } from "@solana/web3.js";
|
||||
import { PriceServiceConnection } from "@pythnetwork/price-service-client";
|
||||
import { sendTransactionsJito } from "..";
|
||||
import { PythSolanaReceiver } from "@pythnetwork/pyth-solana-receiver";
|
||||
import { Wallet } from "@coral-xyz/anchor";
|
||||
import fs from "fs";
|
||||
import os from "os";
|
||||
import {
|
||||
SearcherClient,
|
||||
searcherClient,
|
||||
} from "jito-ts/dist/sdk/block-engine/searcher";
|
||||
|
||||
// Get price feed ids from https://pyth.network/developers/price-feed-ids#pyth-evm-stable
|
||||
const SOL_PRICE_FEED_ID =
|
||||
"0xef0d8b6fda2ceba41da15d4095d1da392a0d2f8ed0c6c7bc0f4cfac8c280b56d";
|
||||
|
||||
let keypairFile = "";
|
||||
if (process.env["SOLANA_KEYPAIR"]) {
|
||||
keypairFile = process.env["SOLANA_KEYPAIR"];
|
||||
} else {
|
||||
keypairFile = `${os.homedir()}/.config/solana/id.json`;
|
||||
}
|
||||
|
||||
const jitoKeypairFile = `${os.homedir()}/.config/solana/jito.json`;
|
||||
|
||||
async function main() {
|
||||
const connection = new Connection("http://api.mainnet-beta.solana.com");
|
||||
const keypair = await loadKeypairFromFile(keypairFile);
|
||||
const jitoKeypair = await loadKeypairFromFile(jitoKeypairFile);
|
||||
console.log(
|
||||
`Sending transactions from account: ${keypair.publicKey.toBase58()}`
|
||||
);
|
||||
const wallet = new Wallet(keypair);
|
||||
const pythSolanaReceiver = new PythSolanaReceiver({ connection, wallet });
|
||||
|
||||
const transactionBuilder = pythSolanaReceiver.newTransactionBuilder({
|
||||
closeUpdateAccounts: true,
|
||||
});
|
||||
const priceUpdateData = await getPriceUpdateData();
|
||||
await transactionBuilder.addUpdatePriceFeed(priceUpdateData, 1);
|
||||
|
||||
const c = searcherClient("mainnet.block-engine.jito.wtf", jitoKeypair);
|
||||
|
||||
const transactions = await transactionBuilder.buildVersionedTransactions({
|
||||
tightComputeBudget: true,
|
||||
jitoTipLamports: 100000,
|
||||
});
|
||||
|
||||
await sendTransactionsJito(transactions, c, wallet);
|
||||
|
||||
onBundleResult(c);
|
||||
}
|
||||
|
||||
export const onBundleResult = (c: SearcherClient) => {
|
||||
c.onBundleResult(
|
||||
(result) => {
|
||||
console.log("received bundle result:", result);
|
||||
},
|
||||
(e) => {
|
||||
throw e;
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
// Load a solana keypair from an id.json file
|
||||
async function loadKeypairFromFile(filePath: string): Promise<Keypair> {
|
||||
try {
|
||||
const keypairData = JSON.parse(
|
||||
await fs.promises.readFile(filePath, "utf8")
|
||||
);
|
||||
console.log(keypairData);
|
||||
return Keypair.fromSecretKey(Uint8Array.from(keypairData));
|
||||
} catch (error) {
|
||||
throw new Error(`Error loading keypair from file: ${error}`);
|
||||
}
|
||||
}
|
||||
main();
|
||||
|
||||
async function getPriceUpdateData() {
|
||||
const priceServiceConnection = new PriceServiceConnection(
|
||||
"https://hermes.pyth.network/",
|
||||
{ priceFeedRequestConfig: { binary: true } }
|
||||
);
|
||||
|
||||
return await priceServiceConnection.getLatestVaas([SOL_PRICE_FEED_ID]);
|
||||
}
|
|
@ -44,6 +44,7 @@
|
|||
"dependencies": {
|
||||
"@coral-xyz/anchor": "^0.29.0",
|
||||
"@solana/web3.js": "^1.90.0",
|
||||
"bs58": "^5.0.0"
|
||||
"bs58": "^5.0.0",
|
||||
"jito-ts": "^3.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,3 +8,5 @@ export {
|
|||
sendTransactions,
|
||||
DEFAULT_PRIORITY_FEE_CONFIG,
|
||||
} from "./transaction";
|
||||
|
||||
export { sendTransactionsJito } from "./jito";
|
||||
|
|
|
@ -0,0 +1,46 @@
|
|||
import { Wallet } from "@coral-xyz/anchor";
|
||||
import { PublicKey, Signer, VersionedTransaction } from "@solana/web3.js";
|
||||
import { SearcherClient } from "jito-ts/dist/sdk/block-engine/searcher";
|
||||
import { Bundle } from "jito-ts/dist/sdk/block-engine/types";
|
||||
|
||||
export const TIP_ACCOUNTS = [
|
||||
"HFqU5x63VTqvQss8hp11i4wVV8bD44PvwucfZ2bU7gRe",
|
||||
"Cw8CFyM9FkoMi7K7Crf6HNQqf4uEMzpKw6QNghXLvLkY",
|
||||
"DfXygSm4jCyNCybVYYK6DwvWqjKee8pbDmJGcLWNDXjh",
|
||||
"ADaUMid9yfUytqMBgopwjb2DTLSokTSzL1zt6iGPaS49",
|
||||
"3AVi9Tg9Uo68tJfuvoKvqKNWKkC5wPdSSdeBnizKZ6jT",
|
||||
"DttWaMuVvTiduZRnguLF7jNxTgiMBZ1hyAumKUiL2KRL",
|
||||
"96gYZGLnJYVFmbjzopPSU6QiEV5fGqZNyN9nmNhvrZU5",
|
||||
"ADuUkR4vqLUMWXxW9gh6D6L8pMSawimctcNZ5pGwDcEt",
|
||||
];
|
||||
|
||||
export function getRandomTipAccount(): PublicKey {
|
||||
const randomInt = Math.floor(Math.random() * TIP_ACCOUNTS.length);
|
||||
return new PublicKey(TIP_ACCOUNTS[randomInt]);
|
||||
}
|
||||
|
||||
export async function sendTransactionsJito(
|
||||
transactions: {
|
||||
tx: VersionedTransaction;
|
||||
signers?: Signer[] | undefined;
|
||||
}[],
|
||||
searcherClient: SearcherClient,
|
||||
wallet: Wallet
|
||||
) {
|
||||
const signedTransactions = [];
|
||||
|
||||
for (const transaction of transactions) {
|
||||
const signers = transaction.signers;
|
||||
let tx = transaction.tx;
|
||||
|
||||
if (signers) {
|
||||
tx.sign(signers);
|
||||
}
|
||||
|
||||
tx = await wallet.signTransaction(tx);
|
||||
signedTransactions.push(tx);
|
||||
}
|
||||
|
||||
const bundle = new Bundle(signedTransactions, 2);
|
||||
await searcherClient.sendBundle(bundle);
|
||||
}
|
|
@ -6,12 +6,14 @@ import {
|
|||
PACKET_DATA_SIZE,
|
||||
PublicKey,
|
||||
Signer,
|
||||
SystemProgram,
|
||||
Transaction,
|
||||
TransactionInstruction,
|
||||
TransactionMessage,
|
||||
VersionedTransaction,
|
||||
} from "@solana/web3.js";
|
||||
import bs58 from "bs58";
|
||||
import { TIP_ACCOUNTS, getRandomTipAccount } from "./jito";
|
||||
|
||||
/**
|
||||
* If the transaction doesn't contain a `setComputeUnitLimit` instruction, the default compute budget is 200,000 units per instruction.
|
||||
|
@ -42,6 +44,7 @@ export type PriorityFeeConfig = {
|
|||
/** This is the priority fee in micro lamports, it gets passed down to `setComputeUnitPrice` */
|
||||
computeUnitPriceMicroLamports?: number;
|
||||
tightComputeBudget?: boolean;
|
||||
jitoTipLamports?: number;
|
||||
};
|
||||
|
||||
/**
|
||||
|
@ -223,7 +226,7 @@ export class TransactionBuilder {
|
|||
).blockhash;
|
||||
|
||||
return this.transactionInstructions.map(
|
||||
({ instructions, signers, computeUnits }) => {
|
||||
({ instructions, signers, computeUnits }, index) => {
|
||||
const instructionsWithComputeBudget: TransactionInstruction[] = [
|
||||
...instructions,
|
||||
];
|
||||
|
@ -242,6 +245,18 @@ export class TransactionBuilder {
|
|||
})
|
||||
);
|
||||
}
|
||||
if (
|
||||
args.jitoTipLamports &&
|
||||
index == this.transactionInstructions.length - 1
|
||||
) {
|
||||
instructionsWithComputeBudget.push(
|
||||
SystemProgram.transfer({
|
||||
fromPubkey: this.payer,
|
||||
toPubkey: getRandomTipAccount(),
|
||||
lamports: args.jitoTipLamports,
|
||||
})
|
||||
);
|
||||
}
|
||||
|
||||
return {
|
||||
tx: new VersionedTransaction(
|
||||
|
@ -266,7 +281,7 @@ export class TransactionBuilder {
|
|||
args: PriorityFeeConfig
|
||||
): { tx: Transaction; signers: Signer[] }[] {
|
||||
return this.transactionInstructions.map(
|
||||
({ instructions, signers, computeUnits }) => {
|
||||
({ instructions, signers, computeUnits }, index) => {
|
||||
const instructionsWithComputeBudget: TransactionInstruction[] = [
|
||||
...instructions,
|
||||
];
|
||||
|
@ -285,6 +300,18 @@ export class TransactionBuilder {
|
|||
})
|
||||
);
|
||||
}
|
||||
if (
|
||||
args.jitoTipLamports &&
|
||||
index == this.transactionInstructions.length - 1
|
||||
) {
|
||||
instructionsWithComputeBudget.push(
|
||||
SystemProgram.transfer({
|
||||
fromPubkey: this.payer,
|
||||
toPubkey: getRandomTipAccount(),
|
||||
lamports: args.jitoTipLamports,
|
||||
})
|
||||
);
|
||||
}
|
||||
|
||||
return {
|
||||
tx: new Transaction().add(...instructionsWithComputeBudget),
|
||||
|
|
Loading…
Reference in New Issue