-
Notifications
You must be signed in to change notification settings - Fork 8
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
chain release2.9 compatibility Grace Period and overdue #3387
Merged
+733
−118
Merged
Changes from all commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
4008755
Refactor: add yarn to script to avoid errors
0oM4R 50e3d5a
Feat: add some methods and interfaces
0oM4R fa43de3
Feat: calculate unique name prcice
0oM4R 593914d
chore: inhance docstirng
0oM4R 8693051
Feat: support contract payment state calculations
0oM4R 9af58da
Refactor: unlock contracts to use new overdue calculations
0oM4R 46b6166
Refactor:
0oM4R 6ae49d0
chore: inhance imports
0oM4R c655eb6
Refactor: unlock contracts
0oM4R 9bc59cf
add overdue details interfaces
0oM4R e0cd248
chore: contract overdue
0oM4R 8d72c5c
chore: expose get over due amount by the contract info only
0oM4R c5f6de8
fix: remove duplicated call
0oM4R eb1a7fd
refactor:
0oM4R 200b46c
WIP: support overdue changes on contracts list in dashboard
0oM4R e1d0363
refactor: fix unique name contract
0oM4R 8f2b5b7
wip fix calculations
0oM4R f29a977
feat: support Payment state
0oM4R e80eae6
chore: clean up
0oM4R a496e73
refactor: enhance contract lock state
0oM4R a1910e2
refactor: enhance contract lock
0oM4R c161781
refactor: fix is on rented node flag
0oM4R a946efe
refactor: call the associated rent contract on unlock rent contracts
0oM4R aa0e95f
feat: show the rent contract that will be unlocked as it is associate…
0oM4R d1e1889
Style: fix loading spinner in lock dialogs
0oM4R 976695d
fix: build
0oM4R 3eaf6f5
fix: passing contracts to client
0oM4R ca76686
docs: add deprecated annotation
0oM4R f650c2f
return the contract cost whatever if it is on a rented node or not
0oM4R a3f6a6f
docs: WIP adding docstrings
0oM4R 9c1d7d3
WIP: support unlock node contract if the associated rent contract is …
0oM4R b179374
docs: WIP adding docstrings
0oM4R 524f918
cleanup: remove unused module
0oM4R accb85b
fix: build
0oM4R 694b6c8
Chore: support unlock node contract if its rent contract is in create…
0oM4R 5721a34
Chore: avoid bill same contract multiple times
0oM4R 1c32ecf
Chore: use currency module to convert usd to tft
0oM4R b9e0216
refactor:
0oM4R c16787e
chore: list all contracts
0oM4R e642604
fix: build
0oM4R c08b88d
Chore: apply comments
0oM4R 4950681
Chore: support multiple ipv4 per contract
0oM4R 88bf71b
Chore: enahnce code readability
0oM4R 09f8bab
Chore:
0oM4R 9b8f032
Fix: avoid having deleted rent contracts while listing rent contracts
0oM4R f1b4d55
Fix: pass CRU as number without conversion
0oM4R ee14685
Chore: add node extra fees to rent contract cost
0oM4R b2e8914
refactor: include premuim price for certified nodes in the unbuiled nu
0oM4R 60d3ed4
Merge branch 'development' of github.com:threefoldtech/tfgrid-sdk-ts …
0oM4R 69397c3
chore: set decimals to 7 in convert tft price
0oM4R efb365c
refactor: convert the monthly cost to avoid missing decimals on conve…
0oM4R cd8d087
fix: get total overdue
0oM4R 829718d
refactor: calculate node contract on rented node
0oM4R 5d63c81
refactor
0oM4R 3abb1a5
refactor:
0oM4R b2ec2e4
fix: reset total overdue on refresh
0oM4R 8e482a8
reset rentcontract on reset table
0oM4R 7026c2c
Fix: add premium price for ip price on rent node
0oM4R 0714187
Chore: remove unused functions
0oM4R aed21b5
Chore: set to fixed point 15 and fix the error msg
0oM4R 0a4aab6
Chore: include node contract on rented node in the getTotalOverDue fu…
0oM4R 8667aa0
Style: rephrase unlock dialog msg
0oM4R 5b4536f
merge development
0oM4R 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
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.
Can we handle the case where there are no returned contracts and return early?