Conversation
| Thumbs.db | ||
|
|
||
| # Ignore built ts files | ||
| dist/**/* |
There was a problem hiding this comment.
This will ignore eth2hmy-relay/ethash/dist/**
package.json.orig
Outdated
| @@ -0,0 +1,71 @@ | |||
| { | |||
There was a problem hiding this comment.
we can just remove this
| @@ -1,2 +1,294 @@ | |||
| # Horizon Bridge Documentation and API reference | |||
|
|
|||
| # Overview | |||
| @@ -0,0 +1,133 @@ | |||
| # Advanced Sample Hardhat Project | |||
There was a problem hiding this comment.
Remove template file? Doesn't seem to be very relevant
There was a problem hiding this comment.
If some commands are helpful - we can keep them in a short cheatsheet
|
yarn-error.log should be ignored |
|
Can the auto-generated d.ts files be removed? They are more distracting than helpful |
|
Can all auto-generated .md files be removed until we manually review and polish them (e.g. by extensively commenting on original .sol file, or adding extra to .md)? The reason is they don't contain useful information, and may discourage a new developer into thinking all our documentations are just boilerplates |
|
Can data/abi/* be removed as well? They don't look like abi and they are not referenced elsewhere |
|
Lastly, can some template files be removed as well? (e.g. the docs/SOLIDITY.md mentioned in in-line comments). Let's focus on information that is strongly relevant to helping other developers understand and onboard the project |
…ve redundant deploy scripts
…network, deployment, testing and coverage information
….md to include reference to the developer guide
|
Merged latest upstream/main still have some action items for testing and deployment which can be progressed separately.
|
Refactor to improve solidity tooling using hardhat including testing, deployment, documentation and gas estimation. As well as consolidate all tools, scripts and cli into a src folder.
Migration Strategy
Action Items
Logs and Analysis