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

Auto 9112 convert registry registrar to billing token - cleanup #12535

Conversation

RyanRHall
Copy link
Contributor

No description provided.

move addFunds() tests to foundry for auto v2.3

add tests for onTokenTransfer()
@RyanRHall RyanRHall requested review from a team and RensR as code owners March 21, 2024 20:45
@RyanRHall RyanRHall changed the base branch from develop to AUTO-9179-cleanup March 21, 2024 20:48
);

assertEq(registry.getNumUpkeeps(), upkeepCount + 1);
assertEq(registry.getUpkeep(upkeepID).target, address(TARGET1));
Copy link
Contributor

Choose a reason for hiding this comment

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

can we just getUpkeep once?

@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@FelixFan1992 FelixFan1992 merged commit 70ca044 into AUTO-9179-cleanup Mar 21, 2024
114 checks passed
@FelixFan1992 FelixFan1992 deleted the AUTO-9112-convert-registry-registrar-to-billing-token-2 branch March 21, 2024 21:10
github-merge-queue bot pushed a commit that referenced this pull request Mar 21, 2024
* improve some nits and refactor foundry tests

* add changesets

* fix

* fix tests

* write registerUpkeep() foundry tests for auto v2.3 (#12535)

move addFunds() tests to foundry for auto v2.3

add tests for onTokenTransfer()

---------

Co-authored-by: Ryan Hall <RyanRHall@users.noreply.github.com>
silaslenihan pushed a commit that referenced this pull request Mar 21, 2024
* improve some nits and refactor foundry tests

* add changesets

* fix

* fix tests

* write registerUpkeep() foundry tests for auto v2.3 (#12535)

move addFunds() tests to foundry for auto v2.3

add tests for onTokenTransfer()

---------

Co-authored-by: Ryan Hall <RyanRHall@users.noreply.github.com>
github-merge-queue bot pushed a commit that referenced this pull request Mar 28, 2024
…ator (#12534)

* Applied LimitMultiplier to chainSpecificGasLimit in all gas estimators

* Added changeset

* altered tests to use a limit multiplier of 1.5 rather than 1

* improve some nits and refactor foundry tests (#12522)

* improve some nits and refactor foundry tests

* add changesets

* fix

* fix tests

* write registerUpkeep() foundry tests for auto v2.3 (#12535)

move addFunds() tests to foundry for auto v2.3

add tests for onTokenTransfer()

---------

Co-authored-by: Ryan Hall <RyanRHall@users.noreply.github.com>

* Added error checks

* updated existing tests

* Extracted fee limit multiplier out of indivudal gas estimators, into WrappedEvmEstimator

* Cleaned up unused LimitMultipliers

* Removed unused limit multipliers in tests and cleaned up

* removed chainSpecificGasLimit from BumpDynamicFee, GetDynamicFee

* Fixed failing tests

---------

Co-authored-by: FelixFan1992 <fankejin@gmail.com>
Co-authored-by: Ryan Hall <RyanRHall@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants