-
Notifications
You must be signed in to change notification settings - Fork 102
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
ci: Fix Windows build #6825
Closed
Closed
ci: Fix Windows build #6825
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
* fix: remove wallet pills from staking panes * chore: replaced duplicate logic by selectedParticipationOverview * chore: added typings and minor cleanup * fix: isStakedForAirdrop more error proof
* feat: adds staking rewards per account * feat: adds per account rewards in StakingAirdrop * fix: adds sum of rewards below minimum * feat: adds staking asset tile * fix: code review * fix: got rid of circular dependency * fix: minor fixes * fix: wrong key name access * feat: improve ui Co-authored-by: Tuditi <[email protected]> Co-authored-by: Begoña Alvarez <[email protected]>
* fix: spacing * fix: balanceEquiv display
* chore: point to same wallet-rs revision as develop * chore: add mainnet staking events
* adds the first column of governance dashboard * adds the second column of governance dashboard * adds locales * updates the UI with latest changes * adds voting power info popup * removes community treasury strings and puts it into component * removes or from locales
…2282) * feat: add governance to sidebar (#2164) * adds new component and route, and componentizes existing page * adds UI * displays information of fetched event * adds submitting of event participation * fix: wallet pill props Co-authored-by: Begoña Alvarez <[email protected]>
* chore: added voting answer and question type * feat: adding cast votes popup * chore: remove duplicate icon * chore: removed unused import * fix: correct popup property * feat: added success popup * feat: open confirmation popup on cast vote * chore: removed unused prop * feat: added voting and unvoting notifications * chore: removed hardcoded staking action, unnecessary comments and duplicate type annotations * chore: renamed hasPendingParticipation to isParticipationPending * feat: added change/merge/stop voting functionality * fix: added missing text * chore: extracted logic to parent view * feat: adaptive showing of icon based on event status
* fix: disabled popup if event is ended or inactive * chore: ran prettier on newly added svelte files * fix: simplified canParticipate lib function * chore: use lib function and button
* feat: adds account balance value * feat: adds governance info illustration * feat: adds treasury illustration * fix: changes info icon * fix: changes event status locale strings * feat: adds milestoneToDate function * feat: adds timestamp to voting open and count * fix: rounds minutes and seconds in milestoneToDate function * feat: adds info icon to event details status * feat: adds duration string function * [WIP] feat: adds event info details * feat: adds chart ui * fix: progress and length calculation * feat: adds real data to vote counting * fix: adds optional chaining operator were possible * fix: lint * fix: code review comments * fix: some fixes after rebasing * fix: button closing * fix: fixes after test and review
* feat: add spinner * feat: add message to spinner * chore: minor changes * fix: added syncing with pending participations
* feat: adds transaction voting and staking+voting disclaimers * fix: refactor and expected behavior * fix: clean code
* fix: only show merge buttons if necessary * fix: make code crash-proof
* fix: fixes transaction crash * fix: changes ternary to nullish coalescing operator
* fix: adds handleTransactionEventData to wallet.ts * feat: adds prompt to connect ledger * fix: remove unused imports in Staking component * feat: adds ledger confirm tx popup * fix: improves comment about function * fix: code review fixes
* fix: removed non-existing wallet.rs function * chore: remove unused function
* wip * fix: removes wallet pill * fix: dark theme and responsiveness * fix: adds iotatreasury.org to url whitelist * fix: bigger texts adapting to layout * feat: adds not found event state * fix: governance info link light theme * fix: governance events button dark theme * fix: option states fixes * feat: add winner state to voting buttons
* chore: remove custom bridge functionality * feat: add tag and metadata parsing and validation * feat: add optional keyword to tag & metadata * fix: remove unused import * fix: correctly handle tag addition
* chore: update necessary code * chore: assembly staking blog post URL
* chore: move address validation to send address * chore: fix isValidAddressAndPrefix * chore: change info windows
* chore: update desktop version * chore: update event id
* chore: prepare code for next Assembly staking event * chore: bump version to 1.7.1 --------- Co-authored-by: Begoña Alvarez <[email protected]>
* fix: pass dist-url flag * chore: update wallet.rs to point to production * chore: update disturl flag
* chore: update CI * chore: update Snyk CI
* chore: update constants * chore: add event and times * chore: update version --------- Co-authored-by: Tuditi <[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.
Sidebar.svelte
rebase & add governance tab #2673)saveStrongholdBackup
(fix: add lacking function to Electron API #3306)unstyled
prop to button component (fix: add missingunstyled
prop to button component #3308)isAccountVoting
included staking participations (Fix:isAccountVoting
included staking participations #3310)--no-sandbox
to electron start script #4794)Summary
...
Changelog
Testing
Platforms
Instructions
...
Checklist