-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adds hardhat * add proper hardhat.config.js * replace compilation scripts * remove truffle workflow-compile dependency * remove custom contracts * create a web3-type generator * make it so generation of abi typings supports hardhat compilation as well * removes old interface methods, remove uneeded use-model, changes source to work with latest web3js * testing starts * tsc builds * tests run, albeit breaking * web3-connection spec fixes * re-writing deploy fn * fixes and fixes for e2e to properly work with web3js * e2e passes :) * and now for all other models as well * lint, package name change and version * restructure contracts * remove npm run watch from docker as it was abandoned * fix paths on docker-compose.yml and add npm run docs to Dockerfile * add more models to README.md (missing some example usage) * make model loadAbi so we don't have to do that on deployjson because its tedious and add links to the model on the sdk in the README.md * link icons to correct repo * restructure test-utils folder * change .env.dist to match actual values that are used also on hardhat.confgi.js * more readme nudges * link CONTRIBUTING.md to contributing how-to folder * more links on readme.md * remove v1 contracts and models * clean some dead code [left behind methods and events, for next cleanup] * remove dupe package list * removes overrides and fixes homepage * adds missing types * fixes imports on contracts * more import fixes * try writing the keys secret to a file before starting the ci * secretS * ... the ci wars began, i guess * add shell: bash * no quotes * setup node and checkout versions to 3 * ...cat it screw it * use mnemonic instead of trying to create keys.json -.-' * mention the most common package json scripts on the how-to/contributing readme * remove file from yml and change getPrivateKey to work with mnemonic * add cache to build and npm install, fix get-pvt-key-from-file * github.sha ? * revert yml because hardhat doesnt like to be cached * add secret to yml * echo the secret, just to be sure * ... actually echo the thing -.-' * missing .env * default for accounts.mnemonic from hardhat * restructure the utils folder into a "models-utils" and "simple utils" * more restructuring, erc20 should use Ownable instead of Capped, cleaner will not clean dbg.json * we have lift off * gh action wars * gh is winning * remove with and .. tomorrow.. * twmp * make registry start the token before deploying * types * add "confirmations" configuration to the web3contract * lock openzepplin versions on package.json * update ts version and regenerate abis * update node-version on gh workflow * add environment to workflow * bite the bullet and write the test mnemonic on the workflow because gh wars * fix test on network registry * remove ipfs-wrapper * remove ipfs-wrapper interfaces * lint * add missing dependency * only pass parameters to toFixed if needs to be rounded, because toFixed add trailing zeros * add default mnemonic * add develop branch to github actions --------- Co-authored-by: MoshMage <[email protected]>
- Loading branch information
Showing
256 changed files
with
7,675 additions
and
41,816 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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Tests | ||
WEB3_HOST_PROVIDER= | ||
WALLET_PRIVATE_KEY= | ||
|
||
DEBUG_TESTS= | ||
# Chain rpc to use with the tests | ||
CI_WEB3_HOST_PROVIDER= | ||
|
||
# Memnonic phrase (12 words) for CI to use as accounts | ||
CI_MNEMONIC= | ||
# If left empty, will default to hardhat default (test.... junk) |
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,18 +1,2 @@ | ||
--- | ||
name: Bragging rights | ||
about: Create a pull request to improve something for bragging rights | ||
labels: bug, needs-triage | ||
|
||
--- | ||
|
||
** Relates to ** | ||
<!-- | ||
A link to the original issue _or_ a clear description of what this Pull request represents | ||
--> | ||
|
||
|
||
|
||
<!-- | ||
NOTE: Personal pull requests are considered FOSS and will not be monetarily rewarded | ||
You will, however, win bragging rights. While those can't buy food, they are awesome. | ||
--> | ||
**Describe the PR** | ||
<!-- A clear and concise description of what the PR is --> |
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,5 +1,6 @@ | ||
node_modules/ | ||
.env | ||
.env* | ||
!.env.dist | ||
.idea | ||
xunit.xml | ||
build/ | ||
|
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.