-
Notifications
You must be signed in to change notification settings - Fork 55
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
Closed
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
Signed-off-by: ebadiere <[email protected]>
* 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]>
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]>
Nana-EC
reviewed
Nov 10, 2023
…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>
2 tasks
* 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>
@ebadiere please rebase |
chore: delete unneded dgb files This PR adds all *.dgb.json files in the gitignore. Signed-off-by: georgi-l95 <[email protected]>
…/hedera-smart-contracts into 571-polling-required-B Signed-off-by: ebadiere <[email protected]>
ebadiere
requested review from
AlfredoG87,
AleksandrinaAleksieva,
georgi-l95,
Ivo-Yankov,
natanasow and
yiliev0
as code owners
December 6, 2023 18:49
Not needed. |
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.
Cleanup. Related issue, #571
Related issue(s):
Fixes #