-
Notifications
You must be signed in to change notification settings - Fork 171
Commits on Apr 11, 2022
-
LL-1589 more robust bitcoin retry (#1835)
* fix bot * fix sync error exception process
Configuration menu - View commit details
-
Copy full SHA for 722d1c1 - Browse repository at this point
Copy the full SHA 722d1c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f5301 - Browse repository at this point
Copy the full SHA b3f5301View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0a5ca9 - Browse repository at this point
Copy the full SHA f0a5ca9View commit details -
Remove all libcore codebase (#1831)
* Remove all libcore codebase * trigger some bot (commit to revert before merging this PR) * lint * remove useless cli test run * fix type issue * cli update * Revert "trigger some bot (commit to revert before merging this PR)" This reverts commit add2667. * update cli/README * fix merge * Cosmos js (#1832) Document Nano app limitations + minor fix on reward amounts * Modularize the all.libcore.tests (#1834) * Additional cleanup on bitcoin implem * LIVE-1873 Co-authored-by: wa-aal <[email protected]> Co-authored-by: haammar-ledger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8144581 - Browse repository at this point
Copy the full SHA 8144581View commit details -
* add ETH goerli * add goerli test
Configuration menu - View commit details
-
Copy full SHA for 0d81b9e - Browse repository at this point
Copy the full SHA 0d81b9eView commit details -
* Set bot on family/cosmos branch * LIVE-1873 * trigger bot
Configuration menu - View commit details
-
Copy full SHA for c54b189 - Browse repository at this point
Copy the full SHA c54b189View commit details -
* LIVE-1743 Fix crypto.com address derivation path (#1836) * trigger bot * Tentative to fix crypto.com use of address Co-authored-by: Thomas Nguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29c4f00 - Browse repository at this point
Copy the full SHA 29c4f00View commit details -
[LIVE-1174] - Feature: Upgrade NFT Architecture (#1805)
* Fix wrong NFTResource typing * Update NFT types to ProtoNFT * Update NFT Id to contain currency * Update NFT Helpers for new model * Update Eth API metadata call to include chainId * Move nft metadata resolution to bridge * Update NftMetadaProvider logic to use bridge * Update prepare tx of ERC721/1155 w/ new model * Update CLI for new NFT model * Add getNftCapabilities to nft support * Naming + fixing ERC1155 quantity potentially falsy * Make CLI use the LLC branch hash * Add type to nftMetadataResolver param + use of sync metadata * Remove useless import * Remove useless comment in CLI formatters * Add comment to nftsByCollection helper * Add comments + types to NFT metadata call batchers * Fix sync metadata resolution for Eth family * Add return type to nftMetadataResolver + decodeNftId
Configuration menu - View commit details
-
Copy full SHA for d236719 - Browse repository at this point
Copy the full SHA d236719View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dcd607 - Browse repository at this point
Copy the full SHA 1dcd607View commit details -
[LIVE-1909] - Bugfix: OpenSea Lazy mint quantity fix (#1862)
* Fix lazyminting issue for nfts quantity * run ci
Configuration menu - View commit details
-
Copy full SHA for c3f4cda - Browse repository at this point
Copy the full SHA c3f4cdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0097633 - Browse repository at this point
Copy the full SHA 0097633View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9197c15 - Browse repository at this point
Copy the full SHA 9197c15View commit details -
[LIVE-1911][LIVE-1912] Feature - Add collection name resolver to eth …
…familly (#1863) * Change nfts resolvers from Bridge type * Update eth nft resolvers & add collection resolver * Add loadCollectionMetadata to nft context * Change eth NFT prepareTransaction to use collection call instead of nft metadata call
Configuration menu - View commit details
-
Copy full SHA for fabf32c - Browse repository at this point
Copy the full SHA fabf32cView commit details -
Bump plist from 3.0.4 to 3.0.5 in /mobile-test-app (#1849)
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>
Configuration menu - View commit details
-
Copy full SHA for 4a7d30d - Browse repository at this point
Copy the full SHA 4a7d30dView commit details -
Bump cocoapods-downloader from 1.3.0 to 1.6.3 in /mobile-test-app (#1857
) Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.3.0 to 1.6.3. - [Release notes](https://github.com/CocoaPods/cocoapods-downloader/releases) - [Changelog](https://github.com/CocoaPods/cocoapods-downloader/blob/master/CHANGELOG.md) - [Commits](CocoaPods/cocoapods-downloader@1.3.0...1.6.3) --- updated-dependencies: - dependency-name: cocoapods-downloader 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 2e90a3a - Browse repository at this point
Copy the full SHA 2e90a3aView commit details -
Bump ansi-regex from 3.0.0 to 3.0.1 (#1850)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](chalk/ansi-regex@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: ansi-regex 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 da09b83 - Browse repository at this point
Copy the full SHA da09b83View commit details -
* solana add initial staking support * solana improve staking * solana fix typos * solana fix cli format for staking * solana add device fields for stake create acc * solana add stake delegate support * solana fix lint * solana add stake undelegate * solana add stake withdraw * solana add stake split * solana add stakes loading * solana improve staking * solana introduce solana resources * solana add preload data * solana add hydrate to bridge * solana add stake actions * solana improve staking * solana add meta to validators * solana add validator name * solana fix seed for stake accs * solana add stake reward * solana improve staking * solana stake add withdrawable amount * solana refactor framework * solana fix tests * solana make auto delegation mandatory * solana sort stakes * solana fix error key * solana add delegation validator validation * solana add staking create acc tests * solana add staking delegate tests * solana add stake undelegate tests * solana remove redundant checks for stake delegation * solana skip options validations on cli level * solana skip undelegate options validations on cli level * solana improve staking tests * solana add delegatable check to staking * solana fix estimate max spendable * solana add delegation active test * solana add stake state tests * solana introduce validators app validators * solana add validators for testnet & devnet * solana refactor validators app validators * solana update meta of stakes * solana update sort order of stakes * solana add delegated op type * solana shuffle staking validators * solana fix stake withdraw optimistic value * solana clean comments * solana update mock data * solana add initial staking bot specs * solana add staking bot specs * solana move ledger vote acc to utils * solana add swap util * solana update device tx config * solana fix lint * Add bot for Solana * Solana staking integration (#1825) * solana add initial staking support * solana improve staking * solana fix typos * solana fix cli format for staking * solana add device fields for stake create acc * solana add stake delegate support * solana fix lint * solana add stake undelegate * solana add stake withdraw * solana add stake split * solana add stakes loading * solana improve staking * solana introduce solana resources * solana add preload data * solana add hydrate to bridge * solana add stake actions * solana improve staking * solana add meta to validators * solana add validator name * solana fix seed for stake accs * solana add stake reward * solana improve staking * solana stake add withdrawable amount * solana refactor framework * solana fix tests * solana make auto delegation mandatory * solana sort stakes * solana fix error key * solana add delegation validator validation * solana add staking create acc tests * solana add staking delegate tests * solana add stake undelegate tests * solana remove redundant checks for stake delegation * solana skip options validations on cli level * solana skip undelegate options validations on cli level * solana improve staking tests * solana add delegatable check to staking * solana fix estimate max spendable * solana add delegation active test * solana add stake state tests * solana introduce validators app validators * solana add validators for testnet & devnet * solana refactor validators app validators * solana update meta of stakes * solana update sort order of stakes * solana add delegated op type * solana shuffle staking validators * solana fix stake withdraw optimistic value * solana clean comments * solana update mock data * solana add initial staking bot specs * solana add staking bot specs * solana move ledger vote acc to utils * solana add swap util * solana update device tx config * solana fix lint * Change seed for Solana bot * Change seed again for Solana bot * trigger bot * solana add stake percent calc fn * solana update spec for new nano app * solana set minimum required nano app version * solana add validators app url env variable * fix bad merge * trigger bot * trigger bot * trigger bot * trigger bot * Solana bot - increase timeout and decrease minimum to delegate * trigger bot * trigger bot * trigger bot * trigger bot * Setup the bot to not use the validators.app proxy (yet) * Replace all deprecated uses of open(deviceId) with withDevice * Solana - replace open(deviceId) with withDevice * Remove custom data * Update solana bot Co-authored-by: konoart <[email protected]> Co-authored-by: konoart <[email protected]> Co-authored-by: lambertkevin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 099939f - Browse repository at this point
Copy the full SHA 099939fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc47e5 - Browse repository at this point
Copy the full SHA ffc47e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc5e632 - Browse repository at this point
Copy the full SHA bc5e632View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2089d2d - Browse repository at this point
Copy the full SHA 2089d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab98ea - Browse repository at this point
Copy the full SHA 3ab98eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed43eef - Browse repository at this point
Copy the full SHA ed43eefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8266669 - Browse repository at this point
Copy the full SHA 8266669View commit details