-
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
chore!: made ResourceCache
consider resource owner
#3697
Open
Torres-ssf
wants to merge
19
commits into
st/chore/[email protected]
Choose a base branch
from
st/chore/made-resource-cache-owner-specific
base: st/chore/[email protected]
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+811
−420
Open
Changes from 17 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
d5b35b5
made ResourceCache consider resource owner
Torres-ssf b970b6c
adjust resource cache unit tests
Torres-ssf e9d0353
adjust resource cache use on provider class
Torres-ssf 3e6fd3e
Merge branch 'master' into st/chore/made-resource-cache-owner-specific
Torres-ssf bc3f981
Merge branch 'master' into st/chore/made-resource-cache-owner-specific
Torres-ssf 5aa2239
moving resources cache to same file
Torres-ssf 4eaee56
rename some vars
Torres-ssf 2e1fd8c
implement helper adjustResourcesToExclude
Torres-ssf f2bf5f8
adding tests
Torres-ssf 948309a
remove unused imports
Torres-ssf 5e7f755
make lint happy
Torres-ssf 5f0f208
add changeset
Torres-ssf 26ce04c
Merge branch 'master' into st/chore/made-resource-cache-owner-specific
Torres-ssf 3534f30
Merge branch 'master' into st/chore/made-resource-cache-owner-specific
Torres-ssf e1f0501
Merge branch 'st/chore/[email protected]' into st/chore/made-r…
Torres-ssf f689858
adjusting tests
Torres-ssf 27b0276
prioritize recent cached IDs
Torres-ssf 246d8a2
lint fix
Torres-ssf ac299b3
Merge branch 'st/chore/[email protected]' into st/chore/made-r…
Torres-ssf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@fuel-ts/account": minor | ||
--- | ||
|
||
chore!: made `ResourceCache` consider resource owner |
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Have we questions the client team about using the
maxInputs
as the configurable for the maximum number ofexcludedIds
?This could become an issue when attempting to consolidate UTXOs.
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.
cc @nedsalk