-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip * nonce rename to ticket * doc * WIP * update DDL for airaccount_chains * precisely reg by email; for supporting other ways * refactor passkey * sigin refactor * bugfix: restore wallet to user * support customer challenge * bugfix: txdata empty * bugfix: duplicated response * support discoverable login * demo support discoverable login * support discoverable signin * update swagger * update swagger * support one user multiple passkeys * update passkey * WIP * bugfix: txSigRlt address * WIP * one chain support multip aa by alias * update pkg * bugfix: signup in different PASSKEY for each User * bugfix: creat_aa with alias * WIP: more hd wallets for one email * support more hdwallets for one account * update unit tests * WIP: 1:N wallets and account * Fix wallet usage check for specific network * bugfix: re-use wallet if network is different * bugfix and code clean * changelog add * update demo * specify -7 and -257 only in registration session * Update dependencies in go.mod file; fix critical vul * extract signature2 verify util * bugfix: missing parameter * bugfix * chore: code clean * implement bls * support BLS * update swagger * 增加bls出参 * doc about bls * replace http 404 to biz code 404 but http code 200 * use hexstr for BLS pubkey and signature * Update next-env.d.ts with correct TypeScript documentation link * change bls to bn254 * integrate dvt-node * WIP: bls * WIP: calling dvt * support bls * support on-chain bls verification * Update dvt-node * Update dvt-node * Update dvt-node * fix error in test * fix unit test * Fix skipping test in short mode * Fix test coverage command in codecov.yml * Fix skipping test in short mode * Fix skipping test in short mode --------- Co-authored-by: STW <[email protected]>
- Loading branch information
1 parent
9d26949
commit 9d0ecbd
Showing
24 changed files
with
658 additions
and
9,328 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "plugins/dvt-node"] | ||
path = plugins/dvt-node | ||
url = https://github.com/AAStarCommunity/dvt.git |
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
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
Oops, something went wrong.