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

chore: release v1.530.0 #6105

Merged
merged 5 commits into from Feb 1, 2024
Merged

chore: release v1.530.0 #6105

merged 5 commits into from Feb 1, 2024

Conversation

0xApotheosis
Copy link
Contributor

fix: lp deposit balance checks (#6102)
fix: thorchain LP deposit invalidation (#6101)
feat: thorchain LP deposits (#6084)
revert: quote loading state (#6103)
feat: improve mm impersonator checks (#5896)

gomesalexandre and others added 5 commits January 30, 2024 05:18
* feat: mm impersonator checks

* feat: add comment

* feat: she worky

* chore: bump hdwallet to 1.53.3

* doodle checksums

---------

Co-authored-by: Apotheosis <97164662+0xApotheosis@users.noreply.github.com>
Co-authored-by: woodenfurniture <125113430+woodenfurniture@users.noreply.github.com>
Revert "fix: quote loading state (#6088)"

This reverts commit 04574b8.
* feat: bsc deposit wip

* fix: view-layer logic

* feat: programmatic router

* wip: queries invalidation

* feat: safety

* feat: refetch vs. invalidate

* feat: revert to invalidate

* feat: cleaner and support token deposits

* feat: improve commentary

* feat: rune MsgDeposit

* fix: ROON deposits

* feat: atom deposits

* feat: synchronize THORChain status and Tx status at view-layer

* fix: isToken checks

* feat: cleanup

* feat: improvements

* turn into a stepper

* feat: programmatic AccountIds

* feat: cleanup and add TODO

* feat: utxo deposits for active positions

* feat: useUserLpData narrow by AccountId if passed

* feat: cleanup

* fix: inboundAddress checks on RUNE

* fix: many

* feat: getThorchainLpPosition

* wip: transactionType

* feat: cleanup and otherAssetAddress working

* feat: otherAssetAddress working when no position

* fix: otherAssetAddress

* feat: safety

* feat: programmatic assetAccountNumber

* feat: cleanup

* feat: cleanup

* feat: use fee curve bps

* feat: cleanup and use feeBps from confirmedQuote

* feat: full fee bps wire-up

* feat: turbo derp

* feat: cleanup

* feat: remove approx. wait time

* feat: rm console.log

* feat consistently use isRuneTx

* fix: lint

* feat: use constant and add comment

* fix: serialization of MsgDeposit Txs, and token deposits

* fix: rugged Tx history link with two forward slashes

* fix: activeStepIndex, might as well

* feat: rm console log

* feat: exhaustive chain checks

---------

Co-authored-by: reallybeard <89934888+reallybeard@users.noreply.github.com>
Co-authored-by: Apotheosis <0xapotheosis@gmail.com>
* feat: bsc deposit wip

* fix: view-layer logic

* feat: programmatic router

* wip: queries invalidation

* feat: safety

* feat: refetch vs. invalidate

* feat: revert to invalidate

* feat: cleaner and support token deposits

* feat: improve commentary

* feat: rune MsgDeposit

* fix: ROON deposits

* feat: atom deposits

* feat: synchronize THORChain status and Tx status at view-layer

* fix: isToken checks

* feat: cleanup

* feat: improvements

* turn into a stepper

* feat: programmatic AccountIds

* feat: cleanup and add TODO

* feat: utxo deposits for active positions

* feat: useUserLpData narrow by AccountId if passed

* feat: cleanup

* fix: inboundAddress checks on RUNE

* fix: many

* feat: getThorchainLpPosition

* wip: transactionType

* feat: cleanup and otherAssetAddress working

* feat: otherAssetAddress working when no position

* fix: otherAssetAddress

* feat: safety

* feat: programmatic assetAccountNumber

* feat: cleanup

* feat: cleanup

* feat: use fee curve bps

* feat: cleanup and use feeBps from confirmedQuote

* feat: full fee bps wire-up

* feat: turbo derp

* feat: cleanup

* feat: remove approx. wait time

* feat: rm console.log

* feat consistently use isRuneTx

* fix: lint

* feat: use constant and add comment

* fix: serialization of MsgDeposit Txs, and token deposits

* fix: rugged Tx history link with two forward slashes

* fix: activeStepIndex, might as well

* feat: rm console log

* feat: exhaustive chain checks

* feat: paranoia sleep

---------

Co-authored-by: reallybeard <89934888+reallybeard@users.noreply.github.com>
Co-authored-by: Apotheosis <97164662+0xApotheosis@users.noreply.github.com>
* feat: bsc deposit wip

* fix: view-layer logic

* feat: programmatic router

* wip: queries invalidation

* feat: safety

* feat: refetch vs. invalidate

* feat: revert to invalidate

* feat: cleaner and support token deposits

* feat: improve commentary

* feat: rune MsgDeposit

* fix: ROON deposits

* feat: atom deposits

* feat: synchronize THORChain status and Tx status at view-layer

* fix: isToken checks

* feat: cleanup

* feat: improvements

* turn into a stepper

* feat: programmatic AccountIds

* feat: cleanup and add TODO

* feat: utxo deposits for active positions

* feat: useUserLpData narrow by AccountId if passed

* feat: cleanup

* fix: inboundAddress checks on RUNE

* fix: many

* feat: getThorchainLpPosition

* wip: transactionType

* feat: cleanup and otherAssetAddress working

* feat: otherAssetAddress working when no position

* fix: otherAssetAddress

* feat: safety

* feat: programmatic assetAccountNumber

* feat: cleanup

* feat: cleanup

* feat: use fee curve bps

* feat: cleanup and use feeBps from confirmedQuote

* feat: full fee bps wire-up

* feat: turbo derp

* feat: cleanup

* feat: remove approx. wait time

* feat: rm console.log

* feat consistently use isRuneTx

* fix: lint

* feat: use constant and add comment

* fix: serialization of MsgDeposit Txs, and token deposits

* fix: rugged Tx history link with two forward slashes

* fix: activeStepIndex, might as well

* feat: rm console log

* feat: exhaustive chain checks

* feat: paranoia sleep

* feat: add balance hunks, ditch amount hunks

* feat: use virtual amounts

* fix: rune to asset prorate

* fix: times by virtual amount times 2, not actual

---------

Co-authored-by: reallybeard <89934888+reallybeard@users.noreply.github.com>
Co-authored-by: Apotheosis <97164662+0xApotheosis@users.noreply.github.com>
@MBMaria
Copy link

MBMaria commented Jan 31, 2024

Noted while testing this release that on occasion when adding Metamask snaps that sometimes the BTC balance doesnt show. Noting it is transient, sometimes happens, sometimes doesnt but potentially something to be mindful of.

Discord testing thread: https://discord.com/channels/554694662431178782/1202073048728211457

@0xApotheosis 0xApotheosis merged commit b6886fd into main Feb 1, 2024
14 checks passed
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.

None yet

3 participants