-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 'upstream/main' into hyphen-bridge
- Loading branch information
Showing
52 changed files
with
2,257 additions
and
1,179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rabbitholegg/questdk-plugin-stargate": minor | ||
--- | ||
|
||
fix filter behavior for unsupported tokens |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
"@rabbitholegg/questdk-plugin-basepaint": minor | ||
"@rabbitholegg/questdk-plugin-arbitrum": minor | ||
"@rabbitholegg/questdk-plugin-optimism": minor | ||
"@rabbitholegg/questdk-plugin-paraswap": minor | ||
"@rabbitholegg/questdk-plugin-registry": minor | ||
"@rabbitholegg/questdk-plugin-stargate": minor | ||
"@rabbitholegg/questdk-plugin-project": minor | ||
"@rabbitholegg/questdk-plugin-camelot": minor | ||
"@rabbitholegg/questdk-plugin-connext": minor | ||
"@rabbitholegg/questdk-plugin-polygon": minor | ||
"@rabbitholegg/questdk-plugin-uniswap": minor | ||
"@rabbitholegg/questdk-plugin-across": minor | ||
"@rabbitholegg/questdk-plugin-tally": minor | ||
"@rabbitholegg/questdk-plugin-gmx": minor | ||
"@rabbitholegg/questdk-plugin-hop": minor | ||
--- | ||
|
||
Update questdk instance and add Paraswap Stake action |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@rabbitholegg/questdk-plugin-paraswap": minor | ||
"@rabbitholegg/questdk-plugin-registry": minor | ||
--- | ||
|
||
Update tests and single swap filter for paraswap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rabbitholegg/questdk-plugin-paraswap": minor | ||
--- | ||
|
||
Add additional testing to paraswap plug-in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
"@rabbitholegg/questdk-plugin-basepaint": patch | ||
"@rabbitholegg/questdk-plugin-arbitrum": patch | ||
"@rabbitholegg/questdk-plugin-optimism": patch | ||
"@rabbitholegg/questdk-plugin-paraswap": patch | ||
"@rabbitholegg/questdk-plugin-registry": patch | ||
"@rabbitholegg/questdk-plugin-stargate": patch | ||
"@rabbitholegg/questdk-plugin-project": patch | ||
"@rabbitholegg/questdk-plugin-camelot": patch | ||
"@rabbitholegg/questdk-plugin-connext": patch | ||
"@rabbitholegg/questdk-plugin-polygon": patch | ||
"@rabbitholegg/questdk-plugin-uniswap": patch | ||
"@rabbitholegg/questdk-plugin-across": patch | ||
"@rabbitholegg/questdk-plugin-tally": patch | ||
"@rabbitholegg/questdk-plugin-gmx": patch | ||
"@rabbitholegg/questdk-plugin-hop": patch | ||
--- | ||
|
||
Remove preinstall hook and update questdk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
{ | ||
"name": "questdk-plugins", | ||
"scripts": { | ||
"build": "turbo run build --filter=!@rabbitholegg/questdk-plugin-project", | ||
"lint": "turbo run lint --filter=!@rabbitholegg/questdk-plugin-project", | ||
"format": "turbo run format --filter=!@rabbitholegg/questdk-plugin-project", | ||
"clean": "turbo run clean --filter=!@rabbitholegg/questdk-plugin-project", | ||
"test": "turbo run test --filter=!@rabbitholegg/questdk-plugin-project", | ||
"test:ci": "turbo run test:ci --filter=!@rabbitholegg/questdk-plugin-project", | ||
"changeset": "changeset", | ||
"changeset:release": "turbo run build --filter=!@rabbitholegg/questdk-plugin-project && changeset publish", | ||
"changeset:version": "changeset version && pnpm install --lockfile-only", | ||
"publish-packages": "turbo run build test:ci --filter=!@rabbitholegg/questdk-plugin-project && pnpm changeset publish" | ||
}, | ||
"devDependencies": { | ||
"@changesets/changelog-github": "^0.4.8", | ||
"@changesets/cli": "^2.26.2", | ||
"@turbo/gen": "^1.9.7", | ||
"eslint": "^7.32.0", | ||
"prettier": "^2.5.1", | ||
"turbo": "latest" | ||
}, | ||
"packageManager": "pnpm@7.15.0" | ||
} | ||
{ | ||
"name": "questdk-plugins", | ||
"scripts": { | ||
"build": "turbo run build --filter=!@rabbitholegg/questdk-plugin-project", | ||
"lint": "turbo run lint --filter=!@rabbitholegg/questdk-plugin-project", | ||
"format": "turbo run format --filter=!@rabbitholegg/questdk-plugin-project", | ||
"clean": "turbo run clean --filter=!@rabbitholegg/questdk-plugin-project", | ||
"test": "turbo run test --filter=!@rabbitholegg/questdk-plugin-project", | ||
"test:ci": "turbo run test:ci --filter=!@rabbitholegg/questdk-plugin-project", | ||
"changeset": "changeset", | ||
"changeset:release": "turbo run build --filter=!@rabbitholegg/questdk-plugin-project && changeset publish", | ||
"changeset:version": "changeset version && pnpm install --lockfile-only", | ||
"publish-packages": "turbo run build test:ci --filter=!@rabbitholegg/questdk-plugin-project && pnpm changeset publish" | ||
}, | ||
"devDependencies": { | ||
"@changesets/changelog-github": "^0.4.8", | ||
"@changesets/cli": "^2.26.2", | ||
"@turbo/gen": "^1.10.16", | ||
"eslint": "^7.32.0", | ||
"prettier": "^2.8.8", | ||
"turbo": "latest" | ||
}, | ||
"packageManager": "pnpm@7.15.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,49 @@ | ||
{ | ||
"name": "@rabbitholegg/questdk-plugin-across", | ||
"version": "1.0.0-alpha.5", | ||
"type": "module", | ||
"exports": { | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts" | ||
}, | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"packageManager": "pnpm@8.3.1", | ||
"description": "", | ||
"scripts": { | ||
"bench": "vitest bench", | ||
"bench:ci": "CI=true vitest bench", | ||
"build": "pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types", | ||
"build:cjs": "tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'", | ||
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir ./dist/esm && echo > ./dist/esm/package.json '{\"type\":\"module\",\"sideEffects\":false}'", | ||
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap", | ||
"clean": "rimraf dist", | ||
"format": "rome format . --write", | ||
"lint": "rome check .", | ||
"lint:fix": "pnpm lint --apply", | ||
"preinstall": "npx only-allow pnpm", | ||
"test": "vitest dev", | ||
"test:cov": "vitest dev --coverage", | ||
"test:ci": "CI=true vitest --coverage", | ||
"test:ui": "vitest dev --ui" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"types": "./dist/types/index.d.ts", | ||
"typings": "./dist/types/index.d.ts", | ||
"devDependencies": { | ||
"@types/node": "20.4.5", | ||
"@vitest/coverage-v8": "0.33.0", | ||
"rimraf": "5.0.1", | ||
"rome": "12.1.3", | ||
"ts-node": "10.9.1", | ||
"tsconfig": "workspace:*", | ||
"typescript": "5.1.6", | ||
"vitest": "0.33.0" | ||
}, | ||
"dependencies": { | ||
"@rabbitholegg/questdk": "2.0.0-alpha.18", | ||
"viem": "1.2.15" | ||
} | ||
} | ||
{ | ||
"name": "@rabbitholegg/questdk-plugin-across", | ||
"version": "1.0.0-alpha.7", | ||
"type": "module", | ||
"exports": { | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts" | ||
}, | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"packageManager": "pnpm@8.3.1", | ||
"description": "", | ||
"scripts": { | ||
"bench": "vitest bench", | ||
"bench:ci": "CI=true vitest bench", | ||
"build": "pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types", | ||
"build:cjs": "tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'", | ||
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir ./dist/esm && echo > ./dist/esm/package.json '{\"type\":\"module\",\"sideEffects\":false}'", | ||
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap", | ||
"clean": "rimraf dist", | ||
"format": "rome format . --write", | ||
"lint": "rome check .", | ||
"lint:fix": "pnpm lint --apply", | ||
"test": "vitest dev", | ||
"test:cov": "vitest dev --coverage", | ||
"test:ci": "CI=true vitest --coverage", | ||
"test:ui": "vitest dev --ui" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"types": "./dist/types/index.d.ts", | ||
"typings": "./dist/types/index.d.ts", | ||
"devDependencies": { | ||
"@types/node": "20.4.5", | ||
"@vitest/coverage-v8": "0.33.0", | ||
"rimraf": "5.0.1", | ||
"rome": "12.1.3", | ||
"ts-node": "10.9.1", | ||
"tsconfig": "workspace:*", | ||
"typescript": "5.1.6", | ||
"vitest": "0.33.0" | ||
}, | ||
"dependencies": { | ||
"@rabbitholegg/questdk": "2.0.0-alpha.25", | ||
"viem": "1.2.15" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,49 @@ | ||
{ | ||
"name": "@rabbitholegg/questdk-plugin-arbitrum", | ||
"version": "1.0.0-alpha.5", | ||
"type": "module", | ||
"exports": { | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts" | ||
}, | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"packageManager": "pnpm@8.3.1", | ||
"description": "", | ||
"scripts": { | ||
"bench": "vitest bench", | ||
"bench:ci": "CI=true vitest bench", | ||
"build": "pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types", | ||
"build:cjs": "tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'", | ||
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir ./dist/esm && echo > ./dist/esm/package.json '{\"type\":\"module\",\"sideEffects\":false}'", | ||
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap", | ||
"clean": "rimraf dist", | ||
"format": "rome format . --write", | ||
"lint": "rome check .", | ||
"lint:fix": "pnpm lint --apply", | ||
"preinstall": "npx only-allow pnpm", | ||
"test": "vitest dev", | ||
"test:cov": "vitest dev --coverage", | ||
"test:ci": "CI=true vitest --coverage", | ||
"test:ui": "vitest dev --ui" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"types": "./dist/types/index.d.ts", | ||
"typings": "./dist/types/index.d.ts", | ||
"devDependencies": { | ||
"@types/node": "20.4.5", | ||
"@vitest/coverage-v8": "0.33.0", | ||
"rimraf": "5.0.1", | ||
"rome": "12.1.3", | ||
"ts-node": "10.9.1", | ||
"tsconfig": "workspace:*", | ||
"typescript": "5.1.6", | ||
"vitest": "0.33.0" | ||
}, | ||
"dependencies": { | ||
"@rabbitholegg/questdk": "2.0.0-alpha.18", | ||
"viem": "1.2.15" | ||
} | ||
} | ||
{ | ||
"name": "@rabbitholegg/questdk-plugin-arbitrum", | ||
"version": "1.0.0-alpha.7", | ||
"type": "module", | ||
"exports": { | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts" | ||
}, | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"packageManager": "pnpm@8.3.1", | ||
"description": "", | ||
"scripts": { | ||
"bench": "vitest bench", | ||
"bench:ci": "CI=true vitest bench", | ||
"build": "pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types", | ||
"build:cjs": "tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'", | ||
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir ./dist/esm && echo > ./dist/esm/package.json '{\"type\":\"module\",\"sideEffects\":false}'", | ||
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap", | ||
"clean": "rimraf dist", | ||
"format": "rome format . --write", | ||
"lint": "rome check .", | ||
"lint:fix": "pnpm lint --apply", | ||
"test": "vitest dev", | ||
"test:cov": "vitest dev --coverage", | ||
"test:ci": "CI=true vitest --coverage", | ||
"test:ui": "vitest dev --ui" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"types": "./dist/types/index.d.ts", | ||
"typings": "./dist/types/index.d.ts", | ||
"devDependencies": { | ||
"@types/node": "20.4.5", | ||
"@vitest/coverage-v8": "0.33.0", | ||
"rimraf": "5.0.1", | ||
"rome": "12.1.3", | ||
"ts-node": "10.9.1", | ||
"tsconfig": "workspace:*", | ||
"typescript": "5.1.6", | ||
"vitest": "0.33.0" | ||
}, | ||
"dependencies": { | ||
"@rabbitholegg/questdk": "2.0.0-alpha.25", | ||
"viem": "1.2.15" | ||
} | ||
} |
Oops, something went wrong.