-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactored tx handling to use Transaction class * Migrated repo to use npm workspaces * Added block explorer V2 methods + types * Added L0 +L1 API methods + types * Updated endpoints to new plural standard * moved dag4 source into src dir * Switched curve lib to noble/secp256k1 to fix sporadic invalid sig issue * Added additional V2 network endpoints * Added default network config to wallet * Added personalSign method * Return null instead of throwing when txns not found * Updated README for 1.2.0 * Deprecated dag4-xchains * v1.2.0
- Loading branch information
1 parent
af6f9e2
commit c72fb38
Showing
74 changed files
with
19,943 additions
and
11,035 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,6 @@ bak/ | |
# dependencies | ||
node_modules/ | ||
|
||
# local files | ||
.DS_Store | ||
scratch/ |
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.