This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ao): allow AO env variables to point process evaluation against …
…specific AO infrastrucutre The defaults are reccomended, but this gives operators the ability to point the resolvers dryRuns to specific AO infrastructure. Useful for testing and if you are running any part of an AO stack yourself to avoid rate-limiting/network issues.
- Loading branch information
dtfiedler
committed
Jul 16, 2024
1 parent
46dbd29
commit 4e949a5
Showing
4 changed files
with
39 additions
and
6 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
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
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 |
---|---|---|
|
@@ -33,10 +33,10 @@ | |
call-me-maybe "^1.0.1" | ||
js-yaml "^4.1.0" | ||
|
||
"@ar.io/sdk@^2.0.0": | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/@ar.io/sdk/-/sdk-2.0.0.tgz#8725d1ece71b19dd7bfe44e846190bd458164206" | ||
integrity sha512-at40lht1K6BOegoHoTezgL3z8y+Wj3VTEHMjNcoAywAV4R5l69xOTkJqEDL1uyLahspmxYGgX7rf50XFaVxMOw== | ||
"@ar.io/sdk@^2.0.2": | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/@ar.io/sdk/-/sdk-2.0.2.tgz#64aa7c4e6b30bbe36d7cc7d450f32d100ee731b3" | ||
integrity sha512-DGSHo9Bf90Pe2m4lBEJPFuUageAaoO+nA42nhGJ2vCn6dKVM/y3aSqCJ+H5enHjidx0H1MmsgysiBQGEBElMHg== | ||
dependencies: | ||
"@permaweb/aoconnect" "^0.0.55" | ||
arbundles "0.11.0" | ||
|
@@ -1298,6 +1298,20 @@ | |
warp-arbundles "^1.0.4" | ||
zod "^3.22.4" | ||
|
||
"@permaweb/aoconnect@^0.0.56": | ||
version "0.0.56" | ||
resolved "https://registry.yarnpkg.com/@permaweb/aoconnect/-/aoconnect-0.0.56.tgz#28dcf1a094a2b1c1cbaa246d63eeb08a5a0c7269" | ||
integrity sha512-Eu4AC1KeX2EOIS9ihWkwPJs7rK+/+XV43QwOJ9DCQAu6EhjanlT3UfV2wSpGiFK/dT/B1YsQyTcxNrmQaXn81g== | ||
dependencies: | ||
"@permaweb/ao-scheduler-utils" "~0.0.16" | ||
buffer "^6.0.3" | ||
debug "^4.3.4" | ||
hyper-async "^1.1.2" | ||
mnemonist "^0.39.8" | ||
ramda "^0.29.1" | ||
warp-arbundles "^1.0.4" | ||
zod "^3.22.4" | ||
|
||
"@randlabs/[email protected]": | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/@randlabs/communication-bridge/-/communication-bridge-1.0.1.tgz#d1ecfc29157afcbb0ca2d73122d67905eecb5bf3" | ||
|