-
Notifications
You must be signed in to change notification settings - Fork 301
LIVE-1004 Hedera integration #4966
base: develop
Are you sure you want to change the base?
Commits on Apr 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4e7187e - Browse repository at this point
Copy the full SHA 4e7187eView commit details -
* Update latest live-common on develop * update * Sunset libcore * Revert unrelated package bump * Remove experimental JS setting * Target LLC branch sunset-libcore * trigger CI Co-authored-by: haammar-ledger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69f6bd4 - Browse repository at this point
Copy the full SHA 69f6bd4View commit details -
[LIVE-1174] - Feature: Upgrade NFT architecture (#4870)
* Add nftMetadataResolver to currencyBridge Proxy * Update DropDowns for NFTs * Update NFT send flow for new NFT model * Update NFT Gallery for new NFT model * Update NFT Collections for new NFT model * Update NFT Viewer for new NFT model * Update operations for new NFT model * Add missing error translation for NFT quantity * Add LLC dependency * Fix NFT send summary showing wrong NFT * Remove all $FlowFixMe for exported memo * Update LLC dep to future v22.0.0
Configuration menu - View commit details
-
Copy full SHA for 11d1af9 - Browse repository at this point
Copy the full SHA 11d1af9View commit details
Commits on Apr 11, 2022
-
LIVE-1569 Add "Hide NFT Collection" feature (#4868)
* Update NFT send flow for new NFT model * Add LLC dependency * run ci * LIVE-1569 Add filtering for NFT collections on settings * LIVE-1569 Use currency id and contract address to index hidden collections * LIVE-1569 Add unhide for NFT Collections to the settings page * LIVE-1569 Add hide menu beside NFT Collection name * LIVE-1569 Add ban icon the context menu * LIVE-1569 Change wording for hiding NFT collections instructions * LIVE-1569 Fix linting * LIVE-1569 Rename collectionAddress variable in the redux reducer * Fix missing NFT filter * Remove hidden NFT collections from NFT send select * Update LLC dep to future v22.0.0 Co-authored-by: lambertkevin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4cf9a9d - Browse repository at this point
Copy the full SHA 4cf9a9dView commit details -
* add ETH goerli * regenerate cryptoassets * update screenshots (windows) * update screenshots (linux) * Update LLC dep to future v22.0.0 Co-authored-by: Team Live <[email protected]> Co-authored-by: lambertkevin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca2231d - Browse repository at this point
Copy the full SHA ca2231dView commit details
Commits on Apr 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7a59cfb - Browse repository at this point
Copy the full SHA 7a59cfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 308f3da - Browse repository at this point
Copy the full SHA 308f3daView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4484a7 - Browse repository at this point
Copy the full SHA d4484a7View commit details -
Bump minimist from 1.2.5 to 1.2.6 (#4866)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b0378ac - Browse repository at this point
Copy the full SHA b0378acView commit details -
Bump plist from 3.0.4 to 3.0.5 (#4890)
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/TooTallNate/node-plist/releases) - [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md) - [Commits](https://github.com/TooTallNate/node-plist/commits) --- updated-dependencies: - dependency-name: plist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Roger Lux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 104ecd9 - Browse repository at this point
Copy the full SHA 104ecd9View commit details -
Bump url-parse from 1.5.7 to 1.5.10 (#4891)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Roger Lux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe04f33 - Browse repository at this point
Copy the full SHA fe04f33View commit details -
LIVE-1751 Solana staking (#4884)
* add solana memo field * add allow not created recipient checkbox * tweak allow not created recipient checkbox * update yarn.lock * remove local specifics * restore yarn.lock * solana: add backbone for opt in flow * solana improve opt in flow * solana adapt reworked tx model * solana add en translations for errors * solana add info link to send flow * solana switch to common info * solana remove redundant error * solana improve send memo * solana remove token related code * solana initial staking * solana improve staking * solana improve staking * solana improve staking * solana use stakes with meta * solana add meta to validators * solana make validators searchable * solana improve staking * solana fix delegation amount * solana add stake reward * solana add unstake flow modal * solana show correct delegation dialogs * solana add delegation modals * solana build undelegate flow modal * solana build delegation reactivate flow modal * solana build delegation withdraw modal flow * solana build delegation modal flow * solana improve delegation ux * solana improve delegation ux * solana improve staking ux * solana address mandatory autodelegate on staking * solana add delegation activate flow * solana rename error prop * solana switch to validators app validators * solana refactor delegation validators * solana fallback to explorer if no validator url * solana show correct stakes meta info * solana add fee error to stake withdraw * solana show fee error on stake withdraw & activate * solana add validator step to stake deactivate * solana add validator step to reactivate stake * solana update delegated amount of a stake * solana use shuffled staking validators * solana refine validators search * solana clean delegations * solana organize imports * solana update tracking info * solana add delegation translations * solana set live-common dep * solana add loading icon to stake in transition * solana fix stake tooltip color * solana add account balance summary footer * solana add staking info modal * solana refactor staking validators field * solana move validator row to a shared cmp * solana update stake validator row * solana add border around validators field * solana switch to ledger by figment TC footer for staking flow * solana fix stake reactivate error i18n * solana fix wrong package url * solana update yarn lock * Target LLC branch family/solana * Update Help Center staking Solana URL (#4885) * solana refactor stake active percent calc * solana show percent as fixed number * Update targeted LLC commit * Fix the link for LedgerByFigment's T&C * Be more resilient before 1st sync with staking data Co-authored-by: konoart <[email protected]> Co-authored-by: FabriceDautriat <[email protected]> Co-authored-by: Kévin Lambert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad0534a - Browse repository at this point
Copy the full SHA ad0534aView commit details -
[LIVE-1911] Feature - Add collection name resolver to eth familly (#4899
) * Bump temp LLC dependency * update screenshots (windows) * update screenshots (linux) * Fix NFT transaction summary error (#4898) * v2.41.0 * run ci * Add LLC dependency * Add nftResolvers to bridge proxy * Add useNftCollectionName everywhere Co-authored-by: Team Live <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6117c65 - Browse repository at this point
Copy the full SHA 6117c65View commit details -
Bugfix: Solana linting (#4902)
* Fix Solana linting * Add back null condition to SolanaValidatorField while respecting React "no conditional hook" rule * Fix more lint * Silent flow error * update LLC dependency Co-authored-by: haammar-ledger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4adeca - Browse repository at this point
Copy the full SHA a4adecaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8970be2 - Browse repository at this point
Copy the full SHA 8970be2View commit details -
Configuration menu - View commit details
-
Copy full SHA for af9fb9d - Browse repository at this point
Copy the full SHA af9fb9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d3220e - Browse repository at this point
Copy the full SHA 7d3220eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15ad917 - Browse repository at this point
Copy the full SHA 15ad917View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddb4636 - Browse repository at this point
Copy the full SHA ddb4636View commit details -
Configuration menu - View commit details
-
Copy full SHA for 582f4cf - Browse repository at this point
Copy the full SHA 582f4cfView commit details -
feat: add support article link to account creation step
Signed-off-by: Jack Ta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 879e52d - Browse repository at this point
Copy the full SHA 879e52dView commit details -
Signed-off-by: Jack Ta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13bc1d8 - Browse repository at this point
Copy the full SHA 13bc1d8View commit details -
refactor: scope
messageIfVirtual
i18n key under HederaSigned-off-by: Jack Ta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53c8156 - Browse repository at this point
Copy the full SHA 53c8156View commit details -
refactor: add specific UI for
StepReceiveFunds
Signed-off-by: Jack Ta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ad9d41 - Browse repository at this point
Copy the full SHA 4ad9d41View commit details -
refactor: relocate hedera support article link
Signed-off-by: Jack Ta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2931891 - Browse repository at this point
Copy the full SHA 2931891View commit details -
refactor: lowercase 'Hedera' in i18n
Signed-off-by: Jack Ta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92a1c36 - Browse repository at this point
Copy the full SHA 92a1c36View commit details -
Signed-off-by: Jack Ta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d090b0 - Browse repository at this point
Copy the full SHA 0d090b0View commit details -
refactor: restructure
StepReceiveFunds
into custom hedera UI componentSigned-off-by: Jack Ta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d29577 - Browse repository at this point
Copy the full SHA 0d29577View commit details -
refactor: restructure 'no associated account text' inside `StepImport…
…` into custom hedera UI component Signed-off-by: Jack Ta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97899b3 - Browse repository at this point
Copy the full SHA 97899b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff35ed8 - Browse repository at this point
Copy the full SHA ff35ed8View commit details
Commits on May 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 85767e4 - Browse repository at this point
Copy the full SHA 85767e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60b2c4c - Browse repository at this point
Copy the full SHA 60b2c4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65742ca - Browse repository at this point
Copy the full SHA 65742caView commit details
Commits on May 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for be9d7db - Browse repository at this point
Copy the full SHA be9d7dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd89fe4 - Browse repository at this point
Copy the full SHA bd89fe4View commit details
Commits on May 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5dd139e - Browse repository at this point
Copy the full SHA 5dd139eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2981e9 - Browse repository at this point
Copy the full SHA a2981e9View commit details
Commits on May 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ba56086 - Browse repository at this point
Copy the full SHA ba56086View commit details -
Configuration menu - View commit details
-
Copy full SHA for f160234 - Browse repository at this point
Copy the full SHA f160234View commit details
Commits on May 13, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for f052598 - Browse repository at this point
Copy the full SHA f052598View commit details
Commits on May 17, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for b58835f - Browse repository at this point
Copy the full SHA b58835fView commit details