-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-597: correct AutomapProtocol db storage (#120)
* GH-597: code and tests established; some new features or work style used: no_share_test wider use * GH-597: little corrections and formatting * GH-597: auto review * GH-597: cosmetics, added a few places with logs * GH-597: A rookie mistake :) not running and so forgetting integration tests * update Practice with reference to version & QA * update practice with version release info * DRAFT: Update docs/branch (#133) * Update node top level README add list of component README files for easy navigation * Added reference to UI-Interface-Interface Added reference to UI-Interface-Interface document that lives in the Node repo main folder * Update README.md * Delete SHRD-faucet This is no longer usable and is not connected to the MASQ token contracts * Update to blockchain service details Update to blockchain service details about Polygon, testnets, Alchemy also removed old images * wording and formattting * update LICENSE updated with corrected copyright for MASQ, and added info regarding previous codebase being removed from GitHub and original repo disappeared * Update Practice with QA blurb Thanks Stew * adjust copyright * remove old DNS doc * remove old DNS doc * remove old DNS doc * delete old faucet info * updated with component readmes * remove old logo * remove old logo2 * Create brand-guidelines.md * add masq logos * remove to move logos * add masq logos * added masq logo to readme * GH-597: backup; closely before finishing / fixed an old issue with annoying 'Send' requirement; introducet a new concept of an arbitrary_id_stamp for testing specific situations * GH-597: finished the concept of ArbitraryIdStamp * GH-597: updated github yml files; the release one is now more optimized * GH-597: last polishing before another review * GH-597: second review addressed * update from reviews * update and copyright bump * copyright bump [skip ci] [skip ci] * copyright bump [skip ci] * copyright bump [skip ci] * copyright bump [skip ci] * copyright bump [skip ci] * copyright bump [skip ci] * copyright bump [skip ci] * copyright bump [skip ci] * copyright bump [skip ci] * copyright bump [skip ci] * copyright bump [skip ci] * docs/contributing-plus-cleanup: last polishment * GH-597: a little correction in docs * GH-597: fixed a labile test in WebsocketSuperwisor and added an explanation of an unclear solution around there too * GH-597: removing unknown extern crate usage * GH-597: trying to get the release build for Node working properly * GH-597: removing an optimized build script because of an issue on Mac; we don't know how to fix that at the moment Co-authored-by: Bert <[email protected]> Co-authored-by: KauriHero <[email protected]>
- Loading branch information
1 parent
5de5095
commit ef914d3
Showing
22 changed files
with
965 additions
and
595 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 |
---|---|---|
|
@@ -27,3 +27,6 @@ path = "src/main.rs" | |
[lib] | ||
name = "automap_lib" | ||
path = "src/lib.rs" | ||
|
||
[features] | ||
no_test_share = [] |
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 |
---|---|---|
|
@@ -7,5 +7,4 @@ pub mod logger; | |
pub mod probe_researcher; | ||
pub mod protocols; | ||
|
||
#[cfg(test)] | ||
pub mod mocks; |
Oops, something went wrong.