This repository was archived by the owner on Oct 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 73
fix: rename bundled assets to hiro naming #1012
Open
kyranjamie
wants to merge
24
commits into
dev
Choose a base branch
from
ci/asset-names
base: dev
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.
Open
Conversation
This file contains hidden or 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
# [4.6.0-beta.1](v4.5.3...v4.6.0-beta.1) (2021-10-28) ### Bug Fixes * lack of warning when you're using the wrong ledger device ([099b03f](099b03f)) * remove 3rd party notification from link to explorer, closes [#937](#937) ([edf6bb3](edf6bb3)) * **stacking:** fee incorrectly applied to stacking contract calls ([cf608d0](cf608d0)) * typo with SENTRY_DSN ([5ba69ed](5ba69ed)) ### Features * **sentry:** add opt-in diagnostics with sentry, closes [#899](#899) ([5670b9d](5670b9d))
This commit updates the CI, so that dev is used as the default branch
# [4.6.0-dev.1](v4.5.3...v4.6.0-dev.1) (2021-10-28) ### Bug Fixes * lack of warning when you're using the wrong ledger device ([099b03f](099b03f)) * remove 3rd party notification from link to explorer, closes [#937](#937) ([edf6bb3](edf6bb3)) * **stacking:** fee incorrectly applied to stacking contract calls ([cf608d0](cf608d0)) * typo with SENTRY_DSN ([5ba69ed](5ba69ed)) ### Features * **sentry:** add opt-in diagnostics with sentry, closes [#899](#899) ([5670b9d](5670b9d)) * update release flow branches ([ee594d3](ee594d3))
# [4.6.0-dev.2](v4.6.0-dev.1...v4.6.0-dev.2) (2021-10-28) ### Bug Fixes * separate discord notifications, stable/dev ([55114dc](55114dc))
# [4.6.0-dev.3](v4.6.0-dev.2...v4.6.0-dev.3) (2021-11-02) ### Bug Fixes * **sentry:** use dsn in debug mode ([eea392c](eea392c))
# [4.6.0-dev.4](v4.6.0-dev.3...v4.6.0-dev.4) (2021-11-16) ### Features * add segment integration ([c1d6f1f](c1d6f1f)), closes [#928](#928)
# [4.6.0-dev.5](v4.6.0-dev.4...v4.6.0-dev.5) (2021-12-01) ### Bug Fixes * **send-form:** incorrect fee calc in send max button ([b4c1fee](b4c1fee))
fbwoolf
approved these changes
Dec 23, 2021
|
Should we release this or close as stale? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Update asset name with Hiro naming.
cc/ @alexlmiller, thanks for reporting