-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix: provider cache #3278
Merged
arboleya
merged 34 commits into
master
from
st/chore/remove-latest-block-from-chain-query
Oct 10, 2024
Merged
fix: provider cache #3278
arboleya
merged 34 commits into
master
from
st/chore/remove-latest-block-from-chain-query
Oct 10, 2024
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Torres-ssf
changed the title
St/chore/remove latest block from chain query
chore: remove Oct 8, 2024
latestBlock
from getChain
query
This PR is published in NPM with version 0.0.0-pr-3278-20241009131606 |
CodSpeed Performance ReportMerging #3278 will not alter performanceComparing Summary
|
arboleya
changed the title
chore: remove
fix: provider cache and optimize chain config gql query
Oct 8, 2024
latestBlock
from getChain
query…b.com:FuelLabs/fuels-ts into st/chore/remove-latest-block-from-chain-query
Torres-ssf
changed the title
fix: provider cache and optimize chain config gql query
fix: provider cache
Oct 9, 2024
arboleya
reviewed
Oct 9, 2024
arboleya
previously approved these changes
Oct 10, 2024
…b.com:FuelLabs/fuels-ts into st/chore/remove-latest-block-from-chain-query
petertonysmith94
approved these changes
Oct 10, 2024
arboleya
approved these changes
Oct 10, 2024
danielbate
approved these changes
Oct 10, 2024
Coverage Report:
Changed Files:
|
Dhaiwat10
pushed a commit
that referenced
this pull request
Nov 19, 2024
* remove latest block from query chain * release PR * properly using chain and node cache * Adding changeset * fix callstack error * fix get latest getblock * fix changeset Co-authored-by: Anderson Arboleya <[email protected]> * revert changes related to latest block removal * unrelease PR * reverting changes * implement Provider instance clearChainAndNodeCaches * made static clearChainAndNodeCaches private * made fetchChainAndNodeInfo to use cached data * adjusting provider tests * update transaction upgrade test suite * add test case * fixed changeset * update test case * revert cache approach * update tests * update tests * adjusting tests * fix changeset * adjust test * update proxy contract factory * adjusting tests again * rollback change proxy contract --------- Co-authored-by: Anderson Arboleya <[email protected]> Co-authored-by: Peter Smith <[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.
Release notes
In this release, we:
Provider
.Checklist