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

Nikos/5096/improve the integration test for contracts default attributes #5585

Conversation

nikoulai
Copy link
Contributor

@nikoulai nikoulai commented Nov 2, 2022

Description

#5096

Checklist for 4.x:

  • I have selected the correct 4.x base branch.
  • Within the description, the feature or issue is discussed in detail or an issue is linked.
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added any required tests for the changes I made
  • I have made corresponding changes to the documentation
  • Any dependent changes have been merged and published in downstream modules.
  • I ran yarn successfully
  • I ran yarn lint successfully
  • I ran yarn build:web successfully
  • I ran yarn test:unit successfully
  • I ran yarn test:integration successfully
  • I ran compile:contracts successfully
  • I have tested my code.
  • I have updated the corresponding CHANGELOG.md file in the packages I have edited.


Contract.defaultHardfork = hardfork;

contract = await contract.deploy(deployOptions).send(sendOptions);
Copy link
Contributor

Choose a reason for hiding this comment

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

Tx passed to

return sendTransaction(this, tx, DEFAULT_RETURN_FORMAT, {
should also be checked for hardfork value

Copy link
Contributor

Choose a reason for hiding this comment

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

For failing tests could you add skip to test and create a new issue for bug investigation.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just opened one
#5603

@jdevcs
Copy link
Contributor

jdevcs commented Nov 7, 2022

Good work

@jdevcs jdevcs added the 4.x 4.0 related label Nov 7, 2022
@render
Copy link

render bot commented Nov 7, 2022

@nikoulai nikoulai force-pushed the nikos/5096/improve-the-integration-test-for-contracts-default-attributes branch from 803108a to 1320536 Compare November 7, 2022 21:18
@nikoulai nikoulai force-pushed the nikos/5096/improve-the-integration-test-for-contracts-default-attributes branch from 1320536 to f6a1bb8 Compare November 7, 2022 21:28
@nikoulai nikoulai force-pushed the nikos/5096/improve-the-integration-test-for-contracts-default-attributes branch from 1d5e972 to 766190d Compare November 8, 2022 09:06
@nikoulai nikoulai requested a review from luu-alex November 10, 2022 07:55
@nikoulai nikoulai merged commit 4fadb19 into 4.x Nov 11, 2022
@nikoulai nikoulai deleted the nikos/5096/improve-the-integration-test-for-contracts-default-attributes branch November 11, 2022 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x 4.0 related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants