-
Notifications
You must be signed in to change notification settings - Fork 4
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
Monerium #132
Conversation
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
…rt-contracts into monerium d Lines starting with '#' will be ignored, and an empty message aborts
One problem is the continuous fundraising contract. It currently checks |
Last comment fixed by last commit |
Feature/vesting wallet factory
Feature/docs npm publishing
…tory add vestingWallet deployment info and script
fix test for mainnet execution, auto-execute
…wance Feature/mintallower needs no allowance
check for requirements == 0
bump openzeppelin to 4.9.1
use yul pipeline for improved optimization
Suddenly, the prettier action started to fail for no aparent reason. The error message was: ``` Installing prettier... Checking plugin: prettier-plugin-solidity Prettifying files... Files: Error: No parser could be inferred for file "/home/runner/work/tokenize.it-smart-contracts/tokenize.it-smart-contracts/archive/PersonalInviteOld.sol". Error: No parser could be inferred for file "/home/runner/work/tokenize.it-smart-contracts/tokenize.it-smart-contracts/archive/PersonalInviteOld.t.sol". Error: No parser could be inferred for file "/home/runner/work/tokenize.it-smart-contracts/tokenize.it-smart-contracts/contracts/AllowList.sol". Error: No parser could be inferred for file "/home/runner/work/tokenize.it-smart-contracts/tokenize.it-smart-contracts/contracts/ContinuousFundraising.sol". Error: No parser could be inferred for file "/home/runner/work/tokenize.it-smart-contracts/tokenize.it-smart-contracts/contracts/FeeSettings.sol". Error: No parser could be inferred for file "/home/runner/work/tokenize.it-smart-contracts/tokenize.it-smart-contracts/contracts/interfaces/IFeeSettings.sol". Error: No parser could be inferred for file "/home/runner/work/tokenize.it-smart-contracts/tokenize.it-smart-contracts/contracts/PersonalInvite.sol". Error: No parser could be inferred for file "/home/runner/work/tokenize.it-smart-contracts/tokenize.it-smart-contracts/contracts/PersonalInviteFactory.sol". Error: No parser could be inferred for file "/home/runner/work/tokenize.it-smart-contracts/tokenize.it-smart-contracts/contracts/Token.sol". Error: No parser could be inferred for file "/home/runner/work/tokenize.it-smart-contracts/tokenize.it-smart-contracts/contracts/VestingWalletFactory.sol". docs/deployment.md 59ms docs/dev_overview.md 33ms docs/fees.md 27ms docs/npm_publishing.md 7ms docs/price.md 31ms docs/specification.md 114ms docs/testing.md 15ms docs/user_overview.md 45ms docs/using_the_contracts.md 51ms LICENSE.md 186ms README.md 45ms Error: No parser could be inferred for file "/home/runner/work/tokenize.it-smart-contracts/tokenize.it-smart-contracts/script/CheckToken.sol". Error: No parser could be inferred for file "/home/runner/work/tokenize.it-smart-contracts/tokenize.it-smart-contracts/script/DeployCompany.sol". Error: No parser could be inferred for file "/home/runner/work/tokenize.it-smart-contracts/tokenize.it-smart-contracts/script/DeployPlatform.s.sol". script/hardhatVerifyConstructorArguments/ContinuousFundraising.js 52ms script/hardhatVerifyConstructorArguments/TokenGoerli.js 3ms script/hardhatVerifyConstructorArguments/TokenMainnet.js 2ms script/hardhatVerifyConstructorArguments/VestingWallet.js 3ms ``` It appears prettier v3 introduces some breaking changes, so I pinned version 2.8.8. See creyD/prettier_action#124
pin prettier version because of breaking changes
replaced with #138 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.