Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
91ff3d4
wip: api compatibility in mainnet mode
NickJ202 Jul 7, 2025
9003b57
chore: add ao core test
NickJ202 Jul 8, 2025
0423947
chore: update signing format type in test
NickJ202 Jul 8, 2025
88389d6
Merge pull request #1222 from permaweb/jfrain99/skip-invalid-pushed-m…
jfrain99 Jun 10, 2025
f8ab446
chore: local test setup
NickJ202 Jul 9, 2025
65a694f
chore: merge mainnet dryrun
NickJ202 Jul 9, 2025
3aaeac6
impr: fetch scheduler from provided node
NickJ202 Jul 10, 2025
38b2c71
feat: add full response opt to message function, add result function
NickJ202 Jul 21, 2025
346c7ce
wip: debugging 400 spawn issues
NickJ202 Jul 31, 2025
165f165
chore: remove unused aos tags
NickJ202 Jul 31, 2025
a487308
chore: add initial push after spawn
NickJ202 Aug 1, 2025
8cf2b13
feat: add results
NickJ202 Aug 12, 2025
6f03c98
feat(connect): ao-core dryrun
jfrain99 Aug 12, 2025
3731d42
chore: update ao core to published version
NickJ202 Aug 12, 2025
d36a8f7
fix(connect): update hb dryrun with new path
jfrain99 Aug 13, 2025
456de06
fix: current slot response body type
NickJ202 Aug 25, 2025
0e75b4e
chore: add timeout to init push retries
NickJ202 Aug 27, 2025
4be0b2c
fix(connect): hb-core draft with new hb compat
jfrain99 Aug 28, 2025
48724e6
Merge pull request #1245 from permaweb/feat/compatibility-draft
NickJ202 Aug 29, 2025
3a8720a
impr: add request to core / update tests
NickJ202 Aug 29, 2025
893b9cf
impr: use core request method
NickJ202 Aug 29, 2025
86be173
fix(connect): remove serialize json from results call
VinceJuliano Sep 1, 2025
02bb29d
fix(connect): remove accidental import in ao-core client
VinceJuliano Sep 1, 2025
10f1d02
chore: bump core libs version
NickJ202 Sep 2, 2025
1a5b6db
fix: remove seralize json from requests
NickJ202 Sep 2, 2025
c685705
chore: set base params
NickJ202 Sep 2, 2025
fc57277
chore: pull main
NickJ202 Sep 5, 2025
a76fcfc
chore: update json request headers to require codec
NickJ202 Sep 16, 2025
8c137d8
impr: optional signer passing in ao core
NickJ202 Sep 18, 2025
d4c6d6a
impr: optional signer passing in ao core
NickJ202 Sep 18, 2025
9d0cd71
chore: add device to push call
NickJ202 Sep 23, 2025
0a15f7c
chore: add device to push call
NickJ202 Sep 23, 2025
214326d
chore: add process device to result
NickJ202 Sep 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
165 changes: 92 additions & 73 deletions connect/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"./dist"
],
"scripts": {
"clean:install": "rm -rf node_modules package-lock.json || true && npm cache clean --force && npm install",
"build": "npm run build:types && npm run build:src",
"build:src": "node esbuild.js",
"build:types": "tsc src/index.js --skipLibCheck --declaration --allowJs --emitDeclarationOnly --outDir dist",
Expand All @@ -47,6 +48,7 @@
},
"dependencies": {
"@dha-team/arbundles": "1.0.3",
"@permaweb/ao-core-libs": "0.0.6",
"@permaweb/ao-scheduler-utils": "~0.0.25",
"@permaweb/protocol-tag-utils": "~0.0.2",
"axios": "^1.7.9",
Expand Down
Loading
Loading