Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.3.0 merge to latest #71

Merged
merged 262 commits into from
Jun 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
262 commits
Select commit Hold shift + click to select a range
6777296
fix: for tests use different vite server ports
spencercap Aug 20, 2022
a653e00
updated tests/README.md
spencercap Aug 20, 2022
3f6ed82
wow pnpm is SO MUCH faster. try `pnpm i`
spencercap Aug 20, 2022
9682cb2
g action workflow pnpm test
spencercap Aug 20, 2022
03056f8
updated npm publish g action w pnpm too
spencercap Aug 20, 2022
ce51e44
0.1.60 pnpm publish beta test
spencercap Aug 20, 2022
b5e8e3f
oops, dont npm ci AND pnpm i (just 1)
spencercap Aug 20, 2022
949015e
AlgonautJS -> Algonaut
enceladus Aug 23, 2022
92a44ee
added utils export
enceladus Aug 23, 2022
e7547c9
fix with recoverAccount
enceladus Aug 23, 2022
010ddcf
fixed bug with single transactions and inkey
enceladus Aug 24, 2022
496d310
incremented version for npm
enceladus Aug 24, 2022
a03e46f
attempt at rejecting message on inkeyHide
enceladus Aug 25, 2022
020999c
Merge pull request #37 from thencc/utils
enceladus Aug 30, 2022
2e84cef
fixing issue 45 on inkey
enceladus Sep 13, 2022
96efb58
built it
enceladus Sep 13, 2022
474833c
incremented version number
enceladus Sep 13, 2022
fe44a9b
updated docs for `recoverAccount`
enceladus Sep 13, 2022
95e1457
fixed small error in docs
enceladus Sep 13, 2022
4ca93b2
added inkey-frame-container to not break other 3d elements on mountin…
spencercap Sep 20, 2022
d16eb4a
removed fixed el scroll hack, opting for container around iframe
spencercap Sep 20, 2022
0cfc7dd
there was a bug where clipboard-write permissions were being overwrit…
enceladus Sep 20, 2022
4846eed
resolve inkey mount issue
spencercap Sep 21, 2022
b25e3c3
added capability to send siteName to Inkey
enceladus Sep 22, 2022
943864d
incremented version - can now send siteName to Inkey
enceladus Sep 22, 2022
dc2a93e
v0.1.67 - fixed bug with txnSummary
enceladus Sep 28, 2022
df43cae
upgraded algosdk version to v1.21.0
enceladus Sep 28, 2022
eea446c
beginning of unit tests
enceladus Sep 28, 2022
9b02332
unit testing, the beginning #39
enceladus Sep 28, 2022
c912c58
v0.1.68 - major change to sendTransaction. now all txns, if using ink…
enceladus Sep 28, 2022
21761dd
tryin v0.1.68 again
enceladus Sep 28, 2022
8b65850
updated algosdk version
enceladus Sep 28, 2022
b1df606
trying it without the pnpm lock file
enceladus Sep 28, 2022
93675b8
trying without frozen-lockfile
enceladus Sep 28, 2022
516585a
no frozen lockfile
enceladus Sep 28, 2022
d522d7b
removed babel as a dependency
enceladus Sep 28, 2022
08a0509
more unit tests! #39
enceladus Sep 30, 2022
b8f191f
beginnings of network call tests, #39
enceladus Oct 4, 2022
bd48106
removed unnecessary debugging log line
enceladus Oct 4, 2022
20a105e
added asset-related unit tests, #39
enceladus Oct 4, 2022
d168050
added app tests, #39
enceladus Oct 4, 2022
a59339a
added jest coverage reports to gitignore
enceladus Oct 4, 2022
a621aee
added a lot of tests, marked some methods as deprecated. resolves #42…
enceladus Oct 4, 2022
5fdc491
made a log line optional
enceladus Oct 4, 2022
5f7d336
added 'set-height' post message
spencercap Oct 5, 2022
8d02ec0
fixed set-height to use our .payload syntax + added a 'set-visibility…
spencercap Oct 5, 2022
23c8422
added frame height anim fixes
spencercap Oct 11, 2022
3f3b2cc
Merge branch 'main' into frame-height-and-others
spencercap Oct 11, 2022
ae2e230
Update pnpm-lock.yaml
spencercap Oct 11, 2022
9505590
Merge pull request #45 from thencc/frame-height-and-others
spencercap Oct 11, 2022
6e9394e
added styles-recommended post message so styles can live in inkey rep…
spencercap Oct 12, 2022
c7b8337
Merge branch 'main' of https://github.com/thencc/algonautjs
spencercap Oct 12, 2022
738d3bf
added inkey align (center | left | right)
spencercap Oct 12, 2022
54c1a85
new typedoc version + css visibility test
spencercap Oct 12, 2022
ee0407a
added get-style-recs msg
spencercap Oct 12, 2022
8fe26f8
siteName should be type string
enceladus Oct 13, 2022
53dde6a
v0.1.75 - small type fix
enceladus Oct 13, 2022
d30bc35
added routepath to inkeyShow to open to a specfic route
spencercap Oct 15, 2022
428da5c
weird position bug fix
spencercap Oct 19, 2022
de82af0
0.1.77
spencercap Oct 19, 2022
aabf334
addresses #50
spencercap Nov 2, 2022
89a8062
some suggestedParams fixes resolving #50 + build + npm@beta deploy
spencercap Nov 2, 2022
7c8f897
new version;
enceladus Nov 4, 2022
cbcdc61
Merge branch 'main' of github.com:thencc/algonautjs
enceladus Nov 4, 2022
ee39388
new build
enceladus Nov 10, 2022
761aa68
removed all mention of walletconnect and algosigner
enceladus Nov 10, 2022
9f7e4a1
specifically importing algosdk methods
enceladus Nov 10, 2022
cf59758
changed version to 0.2.0
enceladus Nov 15, 2022
4e799db
Merge pull request #53 from thencc/no-wc
enceladus Nov 15, 2022
6f28532
added multisig support to inkey sign-txns msg
spencercap Nov 18, 2022
5c90692
added inkeyDisconnect debug
spencercap Nov 22, 2022
d60a760
added optional .from param + util.txnToStr() helper + transactionSign…
spencercap Feb 7, 2023
a4ec640
re-adding buffer shim + introducing basic w3h
spencercap Feb 8, 2023
3dc8e69
w3h++
spencercap Feb 8, 2023
dfdd361
build n bundling fix
spencercap Feb 8, 2023
da4dea1
w3h re-export fix
spencercap Feb 8, 2023
6dd31f7
w3h++
spencercap Feb 9, 2023
a6df2b7
w3h++
spencercap Feb 9, 2023
f25af53
build testing w lib partials
spencercap Feb 9, 2023
ba7c559
s'more build tests
spencercap Feb 9, 2023
33356aa
implemented excludeClients all in esbuild
spencercap Feb 9, 2023
f74393c
w3h++ + excluding CLIENT_PKGs simply
spencercap Feb 9, 2023
d2a1c73
w3h++
spencercap Feb 9, 2023
764820e
w3h++
spencercap Feb 10, 2023
eacd397
w3h++ (debug logging)
spencercap Feb 10, 2023
4371631
w3h++
spencercap Feb 10, 2023
58acb6c
w3h++
spencercap Feb 10, 2023
7d1e2cc
simpler w3h test
spencercap Feb 14, 2023
b41f96d
w3h++ testing
spencercap Feb 15, 2023
903dc50
w3h++
spencercap Feb 15, 2023
c74192f
beta rel
spencercap Feb 15, 2023
2d6074d
w3h++
spencercap Feb 15, 2023
4015f62
w3h++
spencercap Feb 15, 2023
15ce6df
algosdk++, w3h++
spencercap Feb 16, 2023
a24ee6c
beta rel
spencercap Feb 16, 2023
eb21cac
beta rel
spencercap Feb 16, 2023
2f696f6
w3h++
spencercap Feb 16, 2023
f47948b
w3h++
spencercap Feb 16, 2023
3eec12d
w3h++
spencercap Feb 16, 2023
24d9a21
w3h++
spencercap Feb 16, 2023
431797d
w3h++
spencercap Feb 17, 2023
c76623c
w3h++
spencercap Feb 17, 2023
ecb2855
w3h++
spencercap Feb 21, 2023
5e020f1
w3h++
spencercap Feb 22, 2023
32d88c5
w3h++
spencercap Feb 22, 2023
dd026b9
w3h++
spencercap Feb 22, 2023
31d86bd
w3h++
spencercap Feb 22, 2023
fdfb4ef
w3h++
spencercap Feb 22, 2023
59fc660
w3h++
spencercap Feb 23, 2023
f2af38a
w3h++
spencercap Feb 23, 2023
e144113
AnyWallet++
spencercap Feb 23, 2023
641fb28
AnyWallet++
spencercap Feb 23, 2023
dc04376
AnyWallet++
spencercap Feb 23, 2023
5e7f832
AnyWallet++
spencercap Feb 23, 2023
22a0ebc
AW++
spencercap Feb 23, 2023
a5a9a82
AW+
spencercap Feb 23, 2023
880aaef
AW+
spencercap Feb 23, 2023
d0be2a0
AW+
spencercap Feb 23, 2023
3254f7f
AW++
spencercap Feb 23, 2023
cf919d4
AW+
spencercap Feb 24, 2023
af2e243
AW+
spencercap Feb 24, 2023
1d32ee3
AW++
spencercap Feb 24, 2023
74e6407
AW+
spencercap Feb 24, 2023
1efd522
AW+
spencercap Feb 24, 2023
024e3c7
AW+
spencercap Feb 24, 2023
1a33f96
AW+
spencercap Feb 24, 2023
24bb471
AW+
spencercap Feb 24, 2023
a856313
AW+
spencercap Feb 28, 2023
67f266f
AW+
spencercap Feb 28, 2023
d123ce9
aw++
spencercap Feb 28, 2023
3ed2431
aw++
spencercap Feb 28, 2023
dcd44f3
aw++
spencercap Feb 28, 2023
51343e4
aw++
spencercap Feb 28, 2023
ec67845
aw+
spencercap Feb 28, 2023
2f4d6dd
aw++
spencercap Feb 28, 2023
e8e3e7f
local mnemonic client for aw++
spencercap Feb 28, 2023
665695c
aw++
spencercap Feb 28, 2023
0440088
aw++
spencercap Feb 28, 2023
034a83a
bug fixed?
spencercap Feb 28, 2023
b24676c
aw--
spencercap Feb 28, 2023
c673079
revert mn client for bug testing
spencercap Feb 28, 2023
d7c3fd5
bug hunting
spencercap Feb 28, 2023
4b063e4
aw+
spencercap Feb 28, 2023
cfbb462
aw++
spencercap Feb 28, 2023
12e07c6
aw test
spencercap Feb 28, 2023
8f8f3d1
aw++
spencercap Feb 28, 2023
63d4a3b
aw++
spencercap Feb 28, 2023
96b134f
aw+
spencercap Feb 28, 2023
46cab7f
aw++
spencercap Feb 28, 2023
9bb49a4
aw+
spencercap Feb 28, 2023
f2b217e
aw+
spencercap Feb 28, 2023
40b8bb3
aw+
spencercap Feb 28, 2023
a49f436
aw+
spencercap Feb 28, 2023
d73799b
bugger fixer
spencercap Feb 28, 2023
e9e39f9
118
spencercap Feb 28, 2023
286727b
aw+
spencercap Feb 28, 2023
973cb78
aw+
spencercap Feb 28, 2023
af2ded7
aw+
spencercap Feb 28, 2023
50bb15c
122
spencercap Feb 28, 2023
2dc6607
aw bug fix
spencercap Feb 28, 2023
b7e5297
exodus fix
spencercap Mar 1, 2023
ee688ed
aw+
spencercap Mar 1, 2023
2cad655
aw+
spencercap Mar 1, 2023
be2d475
aw+
spencercap Mar 1, 2023
f85a0b8
aw+
spencercap Mar 2, 2023
af0d18e
aw+
spencercap Mar 2, 2023
92ca63c
aw+
spencercap Mar 2, 2023
cc34636
cleaning up deps
spencercap Mar 2, 2023
b8d631b
jest help (but needs more)
spencercap Mar 2, 2023
b09baba
basic functional aw signing
spencercap Mar 2, 2023
002e3db
aw+
spencercap Mar 3, 2023
6a1f125
bump inkey-client-js
spencercap Mar 3, 2023
b2d96d6
inkc++
spencercap Mar 3, 2023
209958c
bump pkgs
spencercap Mar 3, 2023
64569e2
aw++
spencercap Mar 3, 2023
79abd9f
aw++
spencercap Mar 7, 2023
97482f7
added default nodeConfig to algonaut constructor params
spencercap Mar 7, 2023
ec7cdbe
added logger for easy disable/enable of console.logs
spencercap Mar 7, 2023
1fc9739
aw++
spencercap Mar 7, 2023
6c6ee46
removed all specific inkey signing bits (keep those in inkey-wallet s…
spencercap Mar 8, 2023
6ee3372
working checkin
spencercap Mar 8, 2023
20b3ef4
aw++
spencercap Mar 8, 2023
cd6f6c2
commonjs -> module
spencercap Mar 8, 2023
ff3be78
more cjs -> mjs default help
spencercap Mar 8, 2023
6caf051
fixed all lib tests (at least import + init)
spencercap Mar 8, 2023
65778b8
aw++ and jest tests help (but realized this wont work without localst…
spencercap Mar 8, 2023
998437e
version++
spencercap Mar 8, 2023
f41d7d3
small type change
spencercap Mar 8, 2023
c82c5bd
version 0.3.0
spencercap Mar 8, 2023
bd8b66b
updated: web3-wallet-handler -> any-wallet
spencercap Mar 9, 2023
f4cc2d6
made constructor params optional
spencercap Mar 9, 2023
904cdb1
aw++
spencercap Mar 9, 2023
6e8a715
pkg upgrades
spencercap Mar 9, 2023
5b84841
wrong pkg update
spencercap Mar 9, 2023
ef76dc7
pkg++
spencercap Mar 16, 2023
c8247fe
mapped algonaut.AnyWalletState.activeAddress to algonaut.address
spencercap Mar 16, 2023
af2556a
pkg.json exports order matters
spencercap Mar 16, 2023
a034e13
pkgs++
spencercap Mar 21, 2023
0ee65a8
added inkeyConnect inkeyDisconnect deprecation mappings + convenient …
spencercap Mar 21, 2023
295816b
aw++ 0.1.9
spencercap Mar 21, 2023
8b4c826
big readme update
spencercap Mar 28, 2023
a017438
added txnBuffToB64 + more readme
spencercap Mar 28, 2023
31a71f7
Update README.md
spencercap Mar 28, 2023
087a36a
resolves #62 + added reconnect method (for secure authd ctx)
spencercap Mar 30, 2023
99126ca
mid-progress
spencercap May 7, 2023
bee71c6
updated pkgs + removed utils export (moved everything into the main A…
spencercap May 7, 2023
fd40b59
resolves lots of single wallet usage niceties + outstanding TODOs
spencercap May 9, 2023
1d0cedb
removed .reconnect()
spencercap May 9, 2023
3843723
resolves #48
spencercap May 9, 2023
5adb5a7
resolves #41
spencercap May 9, 2023
4734b41
Merge pull request #70 from thencc/point-3-fixes
spencercap May 9, 2023
6be5f4d
0.3.12 built
spencercap May 9, 2023
a6ad467
re-added any-wallet re-exports for ease in dux
spencercap May 9, 2023
1e53dba
pkgs: any-wallet 0.1.27, ic 0.0.17
spencercap May 10, 2023
08e10ae
[0.3.15] pkgs: any-wallet 0.1.28, ic 0.0.18
spencercap May 10, 2023
aeb6043
[0.3.16] ++aw 0.1.29
spencercap May 10, 2023
3d1a490
inkeyShow + inkeyHide patch
spencercap May 10, 2023
a21a5d2
removed .isConnected check to allow for multi connected accts under 1…
spencercap May 10, 2023
16e29a9
updated pkgs
spencercap May 11, 2023
612996f
added to8Arr and fromBase64 back, as deprecated methods. tried to fix…
enceladus May 11, 2023
2ae8044
fixed createAccount and recoverAccount in tests
enceladus May 11, 2023
2a891a7
connect fixes - lots of logs to delete
spencercap May 13, 2023
6bc5fe4
added removeAllAccounts mapping to disconnectAll
spencercap May 22, 2023
f41d93a
Merge pull request #73 from thencc/connect-method-fixes
spencercap May 22, 2023
508cf54
v0.3.20
spencercap May 22, 2023
1b311e7
v0.3.22
spencercap May 22, 2023
61a6441
algjs using ncc-algosdk fork
spencercap May 23, 2023
3e25564
added AWSetLogsEnabled + correct default for logs being disabled
spencercap May 24, 2023
3f6cfe3
likely working algosdk fetch for node, browser, or v8
spencercap May 25, 2023
dab8348
credit build plugin logic for node_modules exclusion from sourcemap
spencercap May 25, 2023
3ad9766
fixed a few tests, 3 still failing
enceladus May 25, 2023
f6d4cd2
fixed atomic txn group id bug
spencercap May 30, 2023
0861cbf
hardcoded ncc algosdk fork to commit
spencercap May 30, 2023
5093a45
Update workflow action: test-build.yml
spencercap May 30, 2023
bd9efa5
upgraded node + pnpm versions in workflow actions
spencercap May 30, 2023
6d536f5
Merge pull request #75 from thencc/jsmap-build-fixes
spencercap May 30, 2023
19ba662
added indexer url to default node configs
spencercap May 30, 2023
c1b9d1b
no group id for single txns
spencercap May 30, 2023
2877e65
v0.3.51
spencercap May 30, 2023
f83b0e5
added reconnect/recallState + defaults to no wallets enabled
spencercap May 31, 2023
477e89b
added inkey shortcuts
spencercap Jun 2, 2023
de94fa9
v0.3.53
spencercap Jun 2, 2023
da341ca
fetch shim bump
spencercap Jun 5, 2023
2aaf6d8
v0.3.55 w cross-fetch 4 fork
spencercap Jun 5, 2023
ad9fa76
v0.3.56 more cross-fetch 4 testing
spencercap Jun 5, 2023
de83a6f
removed unnecessary console.wanr
spencercap Jun 5, 2023
2ca080d
added tests
enceladus Jun 6, 2023
2806825
Merge branch 'main' of github.com:thencc/algonautjs
enceladus Jun 6, 2023
005732a
some fixes to tests
enceladus Jun 6, 2023
090f568
v0.3.58 - final any-wallet upgrade for default src NOT staging
spencercap Jun 6, 2023
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
13 changes: 9 additions & 4 deletions .github/workflows/npm-publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,20 @@ jobs:
- name: "setup node"
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: 16
registry-url: 'https://registry.npmjs.org'
# creates an .npmrc

- name: "install"
run: npm ci
- name: "setup pnpm"
uses: pnpm/[email protected]
with:
version: 8.5.0
# auto install on use
run_install: |
args: [--no-frozen-lockfile, --strict-peer-dependencies]

- name: "build"
run: npm run build
run: pnpm run build

- name: "publish"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: "setup node"
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: 16
registry-url: 'https://registry.npmjs.org'
# creates an .npmrc

Expand Down
18 changes: 15 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,21 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: "setup node env"
uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm ci
- run: npm run build --if-present
node-version: 16

- uses: pnpm/[email protected]
with:
version: 8.5.0
run_install: |
args: [--no-frozen-lockfile, --strict-peer-dependencies]

# old way:
# - run: npm ci
# - run: npm run build

# new way: (faster)
- run: pnpm build
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
coverage/
node_modules
.DS_Store
*.local
Expand Down
Loading