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

Removed extra RETRY_DELAY definition. #583

Closed
wants to merge 26 commits into from
Closed

Conversation

ebadiere
Copy link
Contributor

@ebadiere ebadiere commented Nov 8, 2023

Cleanup. Related issue, #571

Related issue(s):

Fixes #

@ebadiere ebadiere added the bug Something isn't working label Nov 8, 2023
@ebadiere ebadiere added this to the 0.7.0 milestone Nov 8, 2023
@ebadiere ebadiere self-assigned this Nov 8, 2023
@ebadiere ebadiere requested a review from a team as a code owner November 8, 2023 19:48
@ebadiere ebadiere requested a review from acuarica November 8, 2023 19:48
stefan-stefanooov and others added 5 commits November 9, 2023 09:38
* Adding tests for ERC-20 Votes contract
---------

Signed-off-by: Stefan Stefanov <[email protected]>
Adding tests for ERC-2771 Context

Signed-off-by: Stefan Stefanov <[email protected]>
* Bumping down retries to see how it behaves in CI.

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

* Updated runner.

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

---------

Signed-off-by: ebadiere <[email protected]>
- Adding test coverage for signature example and its tests,
- Also fixed a typo on TypeOps tests

---------
Signed-off-by: Alfredo Gutierrez <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Co-authored-by: Nana Essilfie-Conduah <[email protected]>
local.env Show resolved Hide resolved
quiet-node and others added 10 commits November 10, 2023 09:27
…578) (#579)

update: renamed methods within Panic contract to fix foundry-test in CI (#578)

Signed-off-by: Logan Nguyen <[email protected]>
…#573)

* feat: added ContractCreatorOZCreate2 solidity example contract (#568)

Signed-off-by: Logan Nguyen <[email protected]>

* update: updated header license

Signed-off-by: Logan Nguyen <[email protected]>

* update: updated test's name for better description

Signed-off-by: Logan Nguyen <[email protected]>

---------

Signed-off-by: Logan Nguyen <[email protected]>
* Adds test for reentrancy guard

Signed-off-by: Konstantina Blazhukova <[email protected]>

* Fixes comments

Signed-off-by: Konstantina Blazhukova <[email protected]>

---------

Signed-off-by: Konstantina Blazhukova <[email protected]>
…app-playground (#589)

build(deps-dev): Bump axios in /system-contract-dapp-playground

Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.4.0...v1.6.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.1.1 to 4.2.0.
- [Commits](brix/crypto-js@4.1.1...4.2.0)

---
updated-dependencies:
- dependency-name: crypto-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…p-playground (#597)

build(deps): Bump sharp in /system-contract-dapp-playground

Bumps [sharp](https://github.com/lovell/sharp) from 0.32.4 to 0.32.6.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](lovell/sharp@v0.32.4...v0.32.6)

---
updated-dependencies:
- dependency-name: sharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… (#569)

* feat: added CrowdFund solidity OZ Ownable example smart contract

Signed-off-by: Logan Nguyen <[email protected]>

* test: added a test case in which owner tries to withdraw an amount over the contract balance

Signed-off-by: Logan Nguyen <[email protected]>

* fix: fixed header license

Signed-off-by: Logan Nguyen <[email protected]>

* update(test): reworked handling error logic

Signed-off-by: Logan Nguyen <[email protected]>

* update: added @oz tags to Ownable unit tests

Signed-off-by: Logan Nguyen <[email protected]>

---------

Signed-off-by: Logan Nguyen <[email protected]>
…591)

* update: added @oz tag to Openzeppelin tests

Signed-off-by: Logan Nguyen <[email protected]>

* update: added OZ Github manual CI task (#577)

Signed-off-by: Logan Nguyen <[email protected]>

* update: renamed OZ CI component

Signed-off-by: Logan Nguyen <[email protected]>

---------

Signed-off-by: Logan Nguyen <[email protected]>
* Drafts tests for panic errors support

Signed-off-by: Konstantina Blazhukova <[email protected]>

* Fixes PR comments

Signed-off-by: Konstantina Blazhukova <[email protected]>

* Removes unecessary console.log

Signed-off-by: Konstantina Blazhukova <[email protected]>

* Fixes failing test

Signed-off-by: Konstantina Blazhukova <[email protected]>

---------

Signed-off-by: Konstantina Blazhukova <[email protected]>
…-contract-dapp-playground (#601)

build(deps-dev): Bump @adobe/css-tools

Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.2.0 to 4.3.1.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
- [Commits](https://github.com/adobe/css-tools/commits)

---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
stefan-stefanooov and others added 7 commits November 21, 2023 14:51
* Adding tests for the Simple Auction smart contract.
---------

Signed-off-by: Stefan Stefanov <[email protected]>
* Added the payable.

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

* Added immutable example.

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

* Added indexed event parameters.

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

* Added Anonymous Event coverage.

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

* Added an example of the virtual modifier.

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

* Added override coverage.

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

* Fixed license.

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

* Removed extra blank line.

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

---------

Signed-off-by: ebadiere <[email protected]>
* Adds transparent upgradeable proxy tests

Signed-off-by: Konstantina Blazhukova <[email protected]>

* adds comma to last line in constants

Signed-off-by: Konstantina Blazhukova <[email protected]>

* Removes comment from Box.sol

Signed-off-by: Konstantina Blazhukova <[email protected]>

* Fix PR commits

Signed-off-by: Konstantina Blazhukova <[email protected]>

* Fixes describe

Signed-off-by: Konstantina Blazhukova <[email protected]>

* Upgrades versions of mirrorNode, services and relay

Signed-off-by: Konstantina Blazhukova <[email protected]>

---------

Signed-off-by: Konstantina Blazhukova <[email protected]>
* feat: added proxy upgradable Vault smart contract (#590)

Signed-off-by: Logan Nguyen <[email protected]>

* fix (docs): fixed comment

Signed-off-by: Logan Nguyen <[email protected]>

---------

Signed-off-by: Logan Nguyen <[email protected]>
* Adds transparent upgradeable proxy tests

Signed-off-by: Konstantina Blazhukova <[email protected]>

* Removes comment from Box.sol

Signed-off-by: Konstantina Blazhukova <[email protected]>

* Fix PR commits

Signed-off-by: Konstantina Blazhukova <[email protected]>

* Drafts tests for beacon proxy OZ

Signed-off-by: Konstantina Blazhukova <[email protected]>

* Adds negative scenario

Signed-off-by: Konstantina Blazhukova <[email protected]>

* Gets transparent proxy commits and use utils

Signed-off-by: Konstantina Blazhukova <[email protected]>

* Addresses comments

Signed-off-by: Konstantina Blazhukova <[email protected]>

* removes unecessary changes

Signed-off-by: Konstantina Blazhukova <[email protected]>

---------

Signed-off-by: Konstantina Blazhukova <[email protected]>
* Safe Cast adding tests

Signed-off-by: Stefan Stefanov <[email protected]>

* Addressing comments

Signed-off-by: Stefan Stefanov <[email protected]>

---------

Signed-off-by: Stefan Stefanov <[email protected]>
feat: add pr title check workflow

Signed-off-by: georgi-l95 <[email protected]>
…-contract-dapp-playground (#612)

build(deps-dev): Bump @adobe/css-tools

Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
- [Commits](https://github.com/adobe/css-tools/commits)

---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@Nana-EC
Copy link
Collaborator

Nana-EC commented Dec 6, 2023

@ebadiere please rebase

georgi-l95 and others added 2 commits December 6, 2023 17:53
chore: delete unneded dgb files

This PR adds all *.dgb.json files in the gitignore.

Signed-off-by: georgi-l95 <[email protected]>
@ebadiere
Copy link
Contributor Author

ebadiere commented Dec 6, 2023

Not needed.

@ebadiere ebadiere closed this Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants