-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: convert repo into a yarn workspaces monorepo and add sdk package #888
Conversation
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
chore: convert repo into a yarn workspaces monorepo and add sdk package
🚨 Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
override | ||
onlyGovernor | ||
{ | ||
function setMinimumCurationDeposit( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm is it possible that the linter config broke with the move? seems it's changing everything to a different format, but the .prettierrc.json hasn't changed, so maybe it's not picking it up anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mmm looks like you are right. fixing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok found the root cause. When converting to a monorepo I deleted yarn lock file to bump dependencies, it looks like newer versions of our linting tools just have different rules.
If you delete yarn.lock
on the main
branch and do a fresh install then lint the code it will output the code linted as in this PR.
So I'm inclined to keep this as is.
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
…ormatting Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
* chore: wip changes to integrate with sdk Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * fix: clean up Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * chore: remove test lib helper, replace with sdk Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * chore: use sdk for test libs Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * feat: tests and e2e tests passing Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * chore: wip decouple and delete cli Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * feat(sdk): complete sdk integrationx Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * test: fix chai matchers Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * 5.3.1 * chore: bump sdk, remove gre ci tests Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * test: fix coverage tes Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * chore: bump sdk version Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * 5.3.2 * fix: support e2e tests Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * chore: rename cli folder Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * test: disable interval mining in hardhat network Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * chore: delete commented out import Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * chore: convert repo into a yarn workspaces monorepo and add sdk package (#888) * chore: convert repo into a yarn workspaces monorepo Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * chore: add sdk Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * chore: fix cross reference dependencies and add readme Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * ci: fix setup action Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * ci: use yarn v4 Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * ci: add missing property to setup action Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * ci: add more missing properties Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * ci: refactor corepack enable Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * ci: run for all branches and prs Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * ci: fix coverage file path Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * ci: add workflow dispatch trigger Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * chore: trigger ci Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * chore: update README Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * test: fix failing tests Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * chore: minor nits Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * chore: fixup prettier config Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * chore: roll back prettier-plugin-solidity to old version to avoid reformatting Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * chore: bump packages versions and add publish ci action Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * docs: update readme with versioning and publishing instructions Signed-off-by: Tomás Migone <tomas@edgeandnode.com> --------- Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * fix: change localhost for 127.0.0.1 to avoid node v17+ issues Signed-off-by: Tomás Migone <tomas@edgeandnode.com> --------- Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
Changes
7d238087f93305b263f2105487127139cf2ac71c