-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: project upgrade #259
Merged
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
* chore: update package version * feat: replace truffle/web3 with hardhat * chore: add clean script in package.json * test: fix hardhat network * fix: remove unnecessary peer dependency * fix: use the contracts from the root folder instead of dist * chore: rename prettierrc to prettierrc.json5 for consistency across all the project * chore: update package-lock.json * chore: update rif-relay-contracts dependency
* build: add the build step in the prepare script * chore: replace circleci with github action * chore: rename workflow and use local rsk files * fix: use rskj version 4.1.1 * fix: apply format rules to yml files
* refactor: remove smartWalletFactory * refactor(TestUtils): error handling * refactor: remove unnecessary files * refactor(TestUtils): wallet per owner
* feat: migrate the RIFSmartWallet integration tests * refactor: implement @MetaMask signatures * fix: change the way we create smart wallets use ethers provider instead of hardhat rename files --------- Co-authored-by: Antonio Morrone <[email protected]>
* feat: migrate DeployVerifier integration test.
* feat: refactor relayHub tests --------- Co-authored-by: Christos Otarola <[email protected]> Co-authored-by: Antonio Morrone <[email protected]>
* test(RelayServer): refactoring tests * refactor(RelayServer): simplify relay transaction build * refactor: buildServerUrl * refactor: based on PR comments * chore: dependency update * refactor: rebase
* test: migrate the registration manager tests
* feat: refactor of gas tests * fix: reduce concatenated messages, log lines, deploy hub util
* fix: remove the buildServerUrl usage * fix: remove non-null assertion
* feat: ported gas estimation tests to script
* test(RelayClient): migration of the existing integration tests * refactor: use already defined deployContract function --------- Co-authored-by: Francisco Tobar <[email protected]> Co-authored-by: Antonio Morrone <[email protected]>
…247) * feat: add gas estimation for deploy * feat: add additional estimation with token payment * refactor: refactor the script to make it more readable --------- Co-authored-by: Antonio Morrone <[email protected]>
* refactor(RelayClient): verify with relay hub * build: dependency update
* test: fix failing tests
* test: fix broken tests * test: include tests to cover relay server fixes * chore: move expectation outside the test * build: version / relay-server dependency --------- Co-authored-by: Francisco Tobar <[email protected]>
This PR depends on #258 |
franciscotobar
approved these changes
Jan 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: franciscotobar <[email protected]>
Co-authored-by: franciscotobar <[email protected]>
Co-authored-by: franciscotobar <[email protected]>
Co-authored-by: franciscotobar <[email protected]>
Co-authored-by: franciscotobar <[email protected]>
zdaodu-iov
pushed a commit
to zdaodu-iov/rif-relay
that referenced
this pull request
Jan 5, 2024
* PP-358: configure the project to use ethers (rsksmart#231) * chore: update package version * feat: replace truffle/web3 with hardhat * chore: add clean script in package.json * test: fix hardhat network * fix: remove unnecessary peer dependency * fix: use the contracts from the root folder instead of dist * chore: rename prettierrc to prettierrc.json5 for consistency across all the project * chore: update package-lock.json * chore: update rif-relay-contracts dependency * PP-661: replace circleci with gh actions (rsksmart#236) * build: add the build step in the prepare script * chore: replace circleci with github action * chore: rename workflow and use local rsk files * fix: use rskj version 4.1.1 * fix: apply format rules to yml files * PP-642/migrate-test-utils-server (rsksmart#233) * refactor: remove smartWalletFactory * refactor(TestUtils): error handling * refactor: remove unnecessary files * refactor(TestUtils): wallet per owner * PP-640/custom smart wallet (rsksmart#234) * PP639: Migrate SmartWallet tests (rsksmart#232) * feat: migrate the RIFSmartWallet integration tests * refactor: implement @MetaMask signatures * fix: change the way we create smart wallets use ethers provider instead of hardhat rename files --------- Co-authored-by: Antonio Morrone <[email protected]> * PP638: Migrate verifiers tests (rsksmart#240) * feat: migrate DeployVerifier integration test. * PP-636/relay-hub-tests (rsksmart#239) * feat: refactor relayHub tests --------- Co-authored-by: Christos Otarola <[email protected]> Co-authored-by: Antonio Morrone <[email protected]> * PP-633/relay-server-tests (rsksmart#238) * test(RelayServer): refactoring tests * refactor(RelayServer): simplify relay transaction build * refactor: buildServerUrl * refactor: based on PR comments * chore: dependency update * refactor: rebase * PP-634/registration-manager-tests (rsksmart#242) * test: migrate the registration manager tests * PP-637: relay hub gas consumption tests (rsksmart#243) * feat: refactor of gas tests * fix: reduce concatenated messages, log lines, deploy hub util * PP-680: remove buildServerUrl usage (rsksmart#244) * fix: remove the buildServerUrl usage * fix: remove non-null assertion * PP-686: gas estimation task (rsksmart#245) * feat: ported gas estimation tests to script * PP-635/relay-client-tests (rsksmart#246) * test(RelayClient): migration of the existing integration tests * refactor: use already defined deployContract function --------- Co-authored-by: Francisco Tobar <[email protected]> Co-authored-by: Antonio Morrone <[email protected]> * PP719: Adapt estimation script to calculate the cost of a deployment (rsksmart#247) * feat: add gas estimation for deploy * feat: add additional estimation with token payment * refactor: refactor the script to make it more readable --------- Co-authored-by: Antonio Morrone <[email protected]> * fix/verify_with_relay_hub (rsksmart#250) * refactor(RelayClient): verify with relay hub * build: dependency update * ci: update the rskj node version and configuration (rsksmart#252) * PP-803/optimize server startup (rsksmart#254) * test: fix failing tests * PP-842: fix underpriced transactions (rsksmart#255) * test: fix broken tests * test: include tests to cover relay server fixes * chore: move expectation outside the test * build: version / relay-server dependency --------- Co-authored-by: Francisco Tobar <[email protected]> * fix: remove unused tests (rsksmart#258) * Update Readme.md Co-authored-by: franciscotobar <[email protected]> * Update Readme.md Co-authored-by: franciscotobar <[email protected]> * Update Readme.md Co-authored-by: franciscotobar <[email protected]> * Update Readme.md Co-authored-by: franciscotobar <[email protected]> * Update scripts/GasEstimation.ts Co-authored-by: franciscotobar <[email protected]> * style: apply format rule * docs: readme --------- Co-authored-by: franciscotobar <[email protected]> Co-authored-by: Christos Otarola <[email protected]> Co-authored-by: AndresQuijano <[email protected]> Co-authored-by: Christos Otarola <[email protected]> Co-authored-by: Francisco Tobar <[email protected]>
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.
What
Why