This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use write-ahead log for journal mode for sqlite * test mutex and local approval * fix critical errors during invalid ERC20 event spec * Revert "Use write-ahead log for journal mode for sqlite" This reverts commit 6048e09. * remove unused marshaller * use multiple datastore paths, add test for ERC20 approvals * fix linter and comment * add mutex around contractAddressToSeenCount map this should solve the issue with panics around concurrent map read writes * use the same defaults for newDB * implement simple concurrent counter for addresses * add configuration to resolver, dropping of slow subscribers * version bump * fix ts building * exclude graphql_server.go from js builds * cut release 10.2.0 Co-authored-by: Mason Liang <[email protected]>
- Loading branch information
Showing
31 changed files
with
848 additions
and
664 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# @0x/mesh-browser-lite - v10.1.0 | ||
# @0x/mesh-browser-lite - v10.2.0 | ||
|
||
## @0x/mesh-browser-lite | ||
|
||
|
Oops, something went wrong.