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

v7.0.0 Release (dev -> main) #444

Merged
merged 161 commits into from
Sep 6, 2022
Merged
Changes from 1 commit
Commits
Show all changes
161 commits
Select commit Hold shift + click to select a range
79b477f
Initial attempt to "connect" using the signAndSendTransaction(s).
lewis-sqa May 13, 2022
4d4b011
Load accounts from storage.
lewis-sqa May 13, 2022
b49c252
Minor refactor.
lewis-sqa May 16, 2022
28df4f7
Added keystore for keypairs.
lewis-sqa May 16, 2022
34e8aa3
Added delete key logic during disconnect.
lewis-sqa May 16, 2022
55a7dec
Switched to signAndSendTransactions.
lewis-sqa May 16, 2022
6f7808e
Fixed bug with state not updating after session is deleted.
lewis-sqa May 17, 2022
272be36
Refactored logic for adding keys during connect.
lewis-sqa May 17, 2022
081c6f5
Initial attempt to handle session_updated event.
lewis-sqa May 17, 2022
d1358b8
Removed dependency on storage.
lewis-sqa May 17, 2022
c4cd0cd
Initial attempt to determine whether WalletConnect session is required.
lewis-sqa May 17, 2022
08eabe2
Merge remote-tracking branch 'origin/dev' into SQAC-113/wallet-standa…
lewis-sqa May 17, 2022
a3c6aae
Fixed several bugs with signTransaction.
lewis-sqa May 17, 2022
35c5a02
Fixed BN import.
lewis-sqa May 17, 2022
b523df2
Switched to use network object.
lewis-sqa May 17, 2022
9576ae7
Initial attempt to sign transactions locally when eligible.
lewis-sqa May 17, 2022
8c08794
Refactored modules.
lewis-sqa May 17, 2022
42a1dda
Removed old transactions module.
lewis-sqa May 17, 2022
4fce051
Minor refactor.
lewis-sqa May 17, 2022
62ccabc
Added support for signing multiple transactions locally.
lewis-sqa May 18, 2022
75aa296
Minor refactor.
lewis-sqa May 18, 2022
9146689
Initial attempt at handling signAndSendTransactions.
lewis-sqa May 18, 2022
829be48
Merge remote-tracking branch 'origin/dev' into SQAC-113/wallet-standa…
lewis-sqa May 19, 2022
295706b
Merge remote-tracking branch 'origin/dev' into SQAC-113/wallet-standa…
lewis-sqa May 23, 2022
527f3a8
Export ConnectParams.
lewis-sqa May 23, 2022
d64b23e
Refactor after merge.
lewis-sqa May 23, 2022
b608cb6
Confirmed method names.
lewis-sqa May 24, 2022
9c4a883
Merge remote-tracking branch 'origin/dev' into SQAC-113/wallet-standa…
lewis-sqa May 25, 2022
a7c834c
Switched to sending transactions locally.
lewis-sqa May 25, 2022
80734f3
Switched to near_signIn method.
lewis-sqa May 26, 2022
5a4ecaf
Switched to near_signOut method.
lewis-sqa May 26, 2022
3a42591
Wrap with Buffer.
lewis-sqa May 26, 2022
5f20ae1
Simplified code.
lewis-sqa May 26, 2022
82d4f71
Added partial signIn when key pair(s) aren't found.
lewis-sqa May 26, 2022
f39c959
Added a retry helper.
lewis-sqa May 26, 2022
6d56c04
Upgraded to the latest "stable" versions of WalletConnect v2.
lewis-sqa May 27, 2022
9c98472
Cleaned up comments.
lewis-sqa May 27, 2022
3aff4e8
Merge remote-tracking branch 'origin/dev' into SQAC-113/wallet-standa…
lewis-sqa May 31, 2022
9da278a
Reworked integration.
lewis-sqa Jun 8, 2022
2ea4ef8
Removed console log.
lewis-sqa Jun 9, 2022
7b8fd9c
Merge remote-tracking branch 'origin/dev' into SQAC-113/wallet-standa…
lewis-sqa Jun 14, 2022
08eb2a3
Updated WalletConnect deps.
lewis-sqa Jun 20, 2022
f7dda0d
Improved error handling.
lewis-sqa Jun 20, 2022
ca7b68b
Merge remote-tracking branch 'origin/dev' into SQAC-113/wallet-standa…
lewis-sqa Jun 20, 2022
4b73dc8
Merge remote-tracking branch 'origin/dev' into SQAC-113/wallet-standa…
lewis-sqa Jun 28, 2022
6c5ceaf
Preparing payload changes to sign in and sign out.
lewis-sqa Jun 28, 2022
f087f71
Added logic for generating key pairs locally.
lewis-sqa Jun 28, 2022
392882e
Fixed bug making signOut request when there's no limited access accou…
lewis-sqa Jun 28, 2022
967c860
Added support for signing with local key when applicable.
lewis-sqa Jun 28, 2022
2f8f4b2
Merge branch 'SQC-190/upgrade-wallet-connect' into SQAC-113/wallet-st…
lewis-sqa Jun 29, 2022
331de74
Handle when there's no public key.
lewis-sqa Jun 29, 2022
873578d
Switched to encoded near-api-js transactions.
lewis-sqa Jul 1, 2022
4e9100f
Switched to use function call permission from near-api-js.
lewis-sqa Jul 1, 2022
f4d9245
Merge branch 'dev' into SQAC-113/wallet-standard-demo-2
lewis-sqa Jul 1, 2022
819ef9a
Merge remote-tracking branch 'origin/dev' into SQC-170/bridge-wallet-poc
lewis-sqa Jul 6, 2022
283ba17
Switched to signTransactions(s).
lewis-sqa Jul 6, 2022
19a7ec7
Added modal-ui-js package and basic setup
amirsaran3 Aug 23, 2022
6f85460
Implemented new design
amirsaran3 Aug 25, 2022
4b6d915
Created modal-ui-redesign package a copy of current modal-ui
kujtimprenkuSQA Aug 25, 2022
403c455
Copied the work from branch from PR #408
kujtimprenkuSQA Aug 25, 2022
a431283
Added prefix to css classes that conflict with Bootstrap
kujtimprenkuSQA Aug 25, 2022
9cbaf5a
Show only one list of wallets.
kujtimprenkuSQA Aug 25, 2022
dc94583
Removed unused import.
kujtimprenkuSQA Aug 25, 2022
328fc83
Removed unused info section in wallet options.
kujtimprenkuSQA Aug 25, 2022
b014b68
Removed key property.
kujtimprenkuSQA Aug 25, 2022
5c77d02
Moved comments in css to different sections.
kujtimprenkuSQA Aug 25, 2022
a2a7184
Refactored Modal fixed css
kujtimprenkuSQA Aug 26, 2022
2a58316
Moved logic for filtering three wallets to WalletHome component.
kujtimprenkuSQA Aug 26, 2022
a38948f
Show modal header always, fixed routes
kujtimprenkuSQA Aug 26, 2022
ca98c42
Merge branch 'dev' into SQC-230/modal-ui-redesign
kujtimprenkuSQA Aug 27, 2022
0463fa3
Align package version with other packages.
kujtimprenkuSQA Aug 27, 2022
b397c97
Created ModalHeader component, refactored code in WalletHome, improve…
kujtimprenkuSQA Aug 28, 2022
ebd69a7
Created ModalHeader component, refactored code in WalletHome, improve…
kujtimprenkuSQA Aug 28, 2022
f55762e
Changed type of AlerMesssage Params
kujtimprenkuSQA Aug 28, 2022
b4f502d
Show error messages.
kujtimprenkuSQA Aug 28, 2022
0b2ac02
Refactored moved header outside the content of components.
kujtimprenkuSQA Aug 28, 2022
7f32649
Minor cleanup removed unnecessary curly braces around className
kujtimprenkuSQA Aug 28, 2022
74a279f
Improved wallet not installed view.
kujtimprenkuSQA Aug 28, 2022
2c22cdb
Improved Wallet Network Changed view.
kujtimprenkuSQA Aug 28, 2022
53c8c78
Improved first view when connecting with Ledger.
kujtimprenkuSQA Aug 29, 2022
78b92c7
Moved svg image in a separate component.
kujtimprenkuSQA Aug 29, 2022
f449b3a
Created View to specify Derivation Path
kujtimprenkuSQA Aug 29, 2022
ca335b0
Improved ChooseAccount and OverView accounts view.
kujtimprenkuSQA Aug 29, 2022
9679989
Removed unused method.
kujtimprenkuSQA Aug 29, 2022
8b4124f
Remove unused import
kujtimprenkuSQA Aug 29, 2022
9505525
modal ui mobile design
DamirSQA Aug 30, 2022
cad0aed
Improved view for addimg custom account id
kujtimprenkuSQA Aug 30, 2022
d5ba675
Merge branch 'SQC-230/modal-ui-redesign' of github.com:near/wallet-se…
DamirSQA Aug 30, 2022
d21c8bf
fixes after merge
DamirSQA Aug 30, 2022
1c777e9
Merge branch 'SQC-230/modal-ui-redesign' of github.com:near/wallet-se…
DamirSQA Aug 30, 2022
0700383
Added back button on Overvew accounts view
kujtimprenkuSQA Aug 30, 2022
146e20e
responsive fixes
DamirSQA Aug 30, 2022
0a2f109
Merge branch 'SQC-230/modal-ui-redesign' of github.com:near/wallet-se…
DamirSQA Aug 30, 2022
161f8ff
Redesign and ledger logic
amirsaran3 Aug 30, 2022
30bd7db
styled scrollbar
DamirSQA Aug 30, 2022
9a1b836
Merge pull request #430 from DamirSQA/mobile-modal
DamirSQA Aug 30, 2022
32d84c7
persistence
awojciak Aug 30, 2022
48fb595
relay
awojciak Aug 30, 2022
b83778f
fix contxt
awojciak Aug 30, 2022
9769532
Fixed lint issues.
kujtimprenkuSQA Aug 31, 2022
a681cf6
bump connect
awojciak Aug 31, 2022
75fd498
move data clear
awojciak Aug 31, 2022
f4a4bb5
Merge pull request #433 from awojciak/nightly-connect-persistence
kujtimprenkuSQA Aug 31, 2022
2dadd75
Redirect to wallet on button click.
kujtimprenkuSQA Sep 2, 2022
cafaf34
Finished ledger components and small design fixes
amirsaran3 Sep 2, 2022
7c9db9b
Resolved review comments
amirsaran3 Sep 2, 2022
2438e2d
[meteor-wallet] adding verifyOwner method
lostpebble Sep 2, 2022
be3247c
Merge pull request #436 from lostpebble/meteor-verify-owner
kujtimprenkuSQA Sep 2, 2022
d5c065a
Added circle on connection and fix blue selector on Wallet Options
HarisSQA Sep 2, 2022
51a6958
[meteor] Update SDK version to fix some dependency issues
lostpebble Sep 2, 2022
de5e916
Added responsive mobile css, added implicit dark mode
amirsaran3 Sep 2, 2022
deb0222
[meteor] Include yarn.lock in PR
lostpebble Sep 2, 2022
ba9ce17
Merge pull request #438 from lostpebble/meteor-sdk-update
kujtimprenkuSQA Sep 2, 2022
125ad5b
done
awojciak Sep 2, 2022
c8f90c2
Changed bundler to rollup to match with other packages.
kujtimprenkuSQA Sep 5, 2022
0c60242
Merge branch 'SQC-246/change-bundler-to-rollup', remote-tracking bran…
amirsaran3 Sep 5, 2022
633d5a1
Merge pull request #440 from near/SQC-246/change-bundler-to-rollup
amirsaran3 Sep 5, 2022
ee6c239
Merge branch 'SQC-246-create-modal-ui-using-vanilla-js-without-framew…
amirsaran3 Sep 5, 2022
12dad92
Resolved PR comments, added green color variable
amirsaran3 Sep 5, 2022
31cece7
Fixed ledger connection not working for FireFox, removed Retry if wal…
amirsaran3 Sep 5, 2022
f6fb93b
Make error messages consistent.
kujtimprenkuSQA Sep 5, 2022
9cd1a69
Centered text on home screen
HarisSQA Sep 5, 2022
9631c05
Merge branch 'SQC-230/modal-ui-redesign-textfix' into SQC-230/modal-u…
HarisSQA Sep 5, 2022
4762dff
Merge pull request #439 from awojciak/nc-bump
kujtimprenkuSQA Sep 5, 2022
621f459
Merge branch 'dev' into SQC-230/modal-ui-redesign
kujtimprenkuSQA Sep 5, 2022
9593a5b
Updated description for all wallets.
kujtimprenkuSQA Sep 5, 2022
c739d83
Added depricated UI
amirsaran3 Sep 5, 2022
c900c0d
Changed selected option logic.
kujtimprenkuSQA Sep 5, 2022
7a4a131
Changed selected wallet UI behaviour
amirsaran3 Sep 5, 2022
ff6d579
Added WalletConnected view.
kujtimprenkuSQA Sep 5, 2022
181fd19
Fixed css for GetWallet view.
kujtimprenkuSQA Sep 5, 2022
eb31d03
Improved css colors.
kujtimprenkuSQA Sep 5, 2022
a8b8655
Added background color to icons in GetWallet view.
kujtimprenkuSQA Sep 5, 2022
32577c5
Changes for homepage
HarisSQA Sep 6, 2022
9ebac81
Fixed styles, icons, connected logic.
kujtimprenkuSQA Sep 6, 2022
c39e39a
Updated css and added success message to conected wallet
amirsaran3 Sep 6, 2022
bf83ccc
Updated README css variables
amirsaran3 Sep 6, 2022
dc4cba3
Fix ledger bug, updated readme.
kujtimprenkuSQA Sep 6, 2022
1a7de02
Renamed modal-ui-redesign to modal-ui and removed old modal-ui.
kujtimprenkuSQA Sep 6, 2022
2cb4a57
Fixed global css issues outside NX examples.
kujtimprenkuSQA Sep 6, 2022
e70acbd
Synced css
amirsaran3 Sep 6, 2022
e75c3d0
Removed Whats this text
amirsaran3 Sep 6, 2022
119eb35
Try fixing wallet connect conflicts.
kujtimprenkuSQA Sep 6, 2022
9e6f48c
Changed get a wallet list ordering
amirsaran3 Sep 6, 2022
13ca0e3
Fixed liting.
kujtimprenkuSQA Sep 6, 2022
6cc198f
Fixed splice
amirsaran3 Sep 6, 2022
bf53ea6
Fixed splice 2
amirsaran3 Sep 6, 2022
29afb13
Removed whats this? link, changed get a wallet list order
amirsaran3 Sep 6, 2022
097e83e
Merge pull request #437 from near/SQC-246-create-modal-ui-using-vanil…
amirsaran3 Sep 6, 2022
92b483b
Upgraded wallet connect deps.
kujtimprenkuSQA Sep 6, 2022
49e5374
Align wallet-utils with dev.
kujtimprenkuSQA Sep 6, 2022
6849102
Call removeListener instead of off method.
kujtimprenkuSQA Sep 6, 2022
dd8ef82
Merge branch 'dev' into SQC-170/bridge-wallet-poc-merge-to-dev
kujtimprenkuSQA Sep 6, 2022
d872b1b
Merge pull request #441 from near/SQC-170/bridge-wallet-poc-merge-to-dev
kujtimprenkuSQA Sep 6, 2022
3518425
Merge branch 'dev' into SQC-230/modal-ui-redesign
kujtimprenkuSQA Sep 6, 2022
2644784
Merge pull request #422 from near/SQC-230/modal-ui-redesign
kujtimprenkuSQA Sep 6, 2022
1a1c235
Bumped version to 7.0.0.
kujtimprenkuSQA Sep 6, 2022
701fd11
Updated scripts file.
kujtimprenkuSQA Sep 6, 2022
d52e2fd
Updated readme and preview image.
kujtimprenkuSQA Sep 6, 2022
462afa5
Fixed link to preview image.
kujtimprenkuSQA Sep 6, 2022
d6759f3
Merge pull request #443 from near/bump-version-7-0-0
kujtimprenkuSQA Sep 6, 2022
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
Prev Previous commit
Next Next commit
Changes for homepage
  • Loading branch information
HarisSQA committed Sep 6, 2022
commit 32577c54dba1e8b7aca7dfb3b2c1d5aaddf35900
Loading