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

Updates to Account Multisig #445

Merged
merged 25 commits into from
Nov 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9bf5934
updated AccountMultisig with callbacks and more handling of code/veri…
mattlockyer Oct 7, 2020
581e205
add modIfMultisig method to patch near instance .account helper
mattlockyer Oct 7, 2020
9fc947f
added options for verifyCode callback
mattlockyer Oct 8, 2020
7efb781
some review edits done
mattlockyer Oct 10, 2020
411469e
adding tests
mattlockyer Oct 12, 2020
9c7a62f
Merge branch 'master' into fix-multisig-2
mattlockyer Oct 28, 2020
a521ff5
cleanup account_multisig, remove enable and add check to deployMultisig
mattlockyer Oct 31, 2020
20c2f06
fix debug code, remove comments
mattlockyer Oct 31, 2020
a06d8c4
update the mod if multisig method to be detection vs. near.account wr…
mattlockyer Nov 2, 2020
0285e81
clean up tests
mattlockyer Nov 2, 2020
1f97564
clean up tests
mattlockyer Nov 2, 2020
8c1b01e
clean up tests
mattlockyer Nov 2, 2020
1ec7fd4
replace TextEncoder with Buffer.from
mattlockyer Nov 2, 2020
9ef87d0
Merge branch 'master' into ms-disable
mattlockyer Nov 2, 2020
49bb84d
merge master
mattlockyer Nov 2, 2020
9a3bdf2
remove debug code
mattlockyer Nov 2, 2020
b0df148
add ledger key check test
mattlockyer Nov 4, 2020
8ecb4e1
lint and fix
mattlockyer Nov 4, 2020
000c833
fix test for data files
mattlockyer Nov 4, 2020
f96252f
remove addKey, add tests for key rotations, addKey (app key), sendMoney
mattlockyer Nov 8, 2020
b48768c
fix BigInt and workingAccount errors
mattlockyer Nov 8, 2020
f619c46
merge/master
mattlockyer Nov 9, 2020
c4d0af9
remove env vars, update tests
mattlockyer Nov 10, 2020
75680ec
update helperUrl reference
mattlockyer Nov 10, 2020
c3777ec
refactor to split multisig and 2fa
mattlockyer Nov 10, 2020
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
31 changes: 27 additions & 4 deletions lib/account_multisig.d.ts

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

139 changes: 103 additions & 36 deletions lib/account_multisig.js

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

Loading