Skip to content
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

487 Solidity Support Modifiers #508

Merged
merged 7 commits into from
Nov 7, 2023
Merged

487 Solidity Support Modifiers #508

merged 7 commits into from
Nov 7, 2023

Conversation

ebadiere
Copy link
Contributor

@ebadiere ebadiere commented Oct 19, 2023

Solidity modifiers coverage

Fixes #487

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@github-actions
Copy link

github-actions bot commented Oct 19, 2023

Test Results

  15 files  +  1    66 suites  +2   8m 20s ⏱️ +50s
198 tests ±  0  191 ✔️ +  1  6 💤 ±0  1  - 1 
208 runs  +10  201 ✔️ +11  6 💤 ±0  1  - 1 

For more details on these failures, see this check.

Results for commit c8f4d58. ± Comparison against base commit 46ee829.

♻️ This comment has been updated with latest results.

@ebadiere ebadiere changed the title 487 modifiers 487 Solidity Support Modifiers Oct 20, 2023
@ebadiere ebadiere marked this pull request as ready for review October 20, 2023 17:33
Copy link
Collaborator

@Nana-EC Nana-EC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix license headers, others LG

@@ -0,0 +1,9 @@
// SPDX-License-Identifier: MIT
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use Apache 2.0 license for all

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

Signed-off-by: ebadiere <[email protected]>
Copy link
Collaborator

@Nana-EC Nana-EC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG
Please update PR with details and correct assignments also

expect(await contractB.getData()).to.equal(79);
expect(await contractB.show()).to.equal("This is the overriding contract B");
});

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: a few of these have an extra line before the final closing bracket

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed.

@ebadiere ebadiere self-assigned this Nov 7, 2023
@ebadiere ebadiere added the enhancement New feature or request label Nov 7, 2023
@ebadiere ebadiere merged commit 5d1c7a3 into main Nov 7, 2023
20 of 21 checks passed
@ebadiere ebadiere deleted the 487-modifiers branch November 7, 2023 16:20
@ebadiere ebadiere added this to the 0.7.0 milestone Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Solidity Support] Modifiers
2 participants