Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

nop33

nop33 pushed 2 commits to optimize-tanstack alephium/alephium-frontend
  • Fix audit 73e2ced
  • Merge pull request #1038 from alephium/fix-audit Fix audit 9569c5e

View on GitHub

nop33 closed a pull request on alephium/alephium-frontend
Fix audit
nop33 opened a pull request on alephium/alephium-frontend
Fix audit
nop33 pushed 207 commits to fix-audit alephium/alephium-frontend
  • Fiat price -> Address worth 4b5e640
  • Update web3 to 1.8.4 and extract TokensWithPrice 60d4052
  • Correctly display asset worth in AssetList b05d890
  • Downgrade web3 back to 1.5.1 Will be updated in a dedicated PR c7774ce
  • Add tokens worth to address worth ef7ec94
  • Explicitely define the number of decimals in calculateAmountWorth 9778ae5
  • Add changeset aacde83
  • Fix grid of NFTs in transaction details modal b109d7f
  • Bump desktop wallet version to 2.4.3-rc.3 d1f7cc3
  • Export PRICED_TOKENS from shared, use it in explorer 4dce05c
  • Use PRICED_TOKENS in DW aa9df0a
  • Make decimals mandatory in calculateAmountWorth 346f4d3
  • Remove unused translation 8e41915
  • Merge pull request #935 from alephium/fix-nfts Fix grid of NFTs in transaction details modal 8d33f57
  • Merge pull request #934 from alephium/fix-audit Fix elliptic audit b1410d7
  • Bump desktop wallet version to 2.4.3-rc.4 7890f9e
  • Do not render badge text if it will be hidden f493184
  • Memoize TokenBadge db794cf
  • Use @ as price separator for more clarity 6c3665b
  • Cleanup amount colors in token balance row 222040b
  • and 187 more ...

View on GitHub

nop33 opened a pull request on alephium/alephium-frontend
Optimize Tanstack
Related to: - https://github.com/alephium/alephium-frontend/issues/1010 Reduces the number of calls of the Tanstack queries `combine` functions by **99.7%** πŸ’₯ Those calls are responsible for th...
nop33 pushed 1 commit to optimize-tanstack alephium/alephium-frontend
  • Improve performance of API data transformation Related to #1010 c21ea43

View on GitHub

nop33 pushed 1 commit to optimize-tanstack alephium/alephium-frontend
  • Improve performance of API data transformation Related to #1010 a32acc2

View on GitHub

nop33 created a branch on alephium/alephium-frontend

optimize-tanstack - A monorepo containing all things frontend on Alephium.

nop33 closed a pull request on alephium/alephium-frontend
Fix DW bugs
Addresses these issues: - https://github.com/alephium/alephium-frontend/issues/1035 - https://github.com/alephium/alephium-frontend/issues/981 The workaround I created for addressing [this iss...
nop33 pushed 2 commits to fix-bugs alephium/alephium-frontend

View on GitHub

nop33 pushed 1 commit to fix-bugs alephium/alephium-frontend

View on GitHub

nop33 opened a pull request on alephium/alephium-frontend
Fix DW bugs
Addresses these issues: - https://github.com/alephium/alephium-frontend/issues/1035 - https://github.com/alephium/alephium-frontend/issues/981 The workaround I created for addressing [this iss...
nop33 pushed 3 commits to next alephium/alephium-frontend
  • Extend clean npm scripts 4ee278e
  • Add install:pod command 4742d8d
  • Merge pull request #1028 from alephium/clean-scripts Extend clean npm scripts a897ea0

View on GitHub

nop33 closed a pull request on alephium/alephium-frontend
Extend clean npm scripts
nop33 pushed 18 commits to next alephium/alephium-frontend
  • Connect to Ledger 077f409
  • Go with HID and USB libs instead ea92ab2
  • Generate address and 1 addr per group with Ledger 6e8ef58
  • Imperative showToast and better address generation errors Related to #875 a85d247
  • Improve connectivity error handling fde5c9e
  • Address discovery with Ledger 6f3931b
  • Do not allow private key copy with Ledger 40d6169
  • Sign txs with Ledger 89128b5
  • Cleanup c2a845a
  • Remove unused package 0ee0309
  • Close Ledger transport after address discovery e644193
  • Store metadata for Ledger wallets abf8037
  • Disable wallet action for Ledger wallets ccb27b3
  • Fix display of Ledger wallet name 5c654f8
  • Fix lint 42b2bb5
  • Add TODO a89d9b4
  • Catch all Ledger disconnect errors 4ba9f91
  • Merge pull request #1018 from alephium/ledger-dw Generate addresses and sign txs with Ledger 25096a5

View on GitHub

nop33 closed a pull request on alephium/alephium-frontend
Generate addresses and sign txs with Ledger
For the implementation I used @polarker guidance (https://github.com/alephium/alephium-frontend/pull/926#issuecomment-2446782499) and lots of code from the [extension wallet](https://github.com/ale...
nop33 created a comment on an issue on alephium/alephium-frontend
I discovered the reason why people are reporting that their desktop wallet balances don’t update after transactions are confirmed. It’s because the backend does not respond fast enough to these cha...

View on GitHub

nop33 created a branch on alephium/alephium-frontend

fix-bugs - A monorepo containing all things frontend on Alephium.

nop33 created a comment on an issue on alephium/alephium-frontend
Reopening this issue because it still affects some users. Particularly, these have been the new reports: 1. Case 1: Transferred NFT from an external address to the wallet. Wallet still displays _"...

View on GitHub

nop33 reopened an issue on alephium/alephium-frontend
Total balances do not reflect amounts in transactions list
@h0ngcha0 reported to me today that he and a friend of his experienced the problem that even though the desktop wallet displays a list of incoming confirmed transactions, the total balance of the w...
nop33 created a comment on a pull request on alephium/alephium-frontend
@mvaivre I find it helpful to run both ios and android simulators side by side <img width="928" alt="image" src="https://github.com/user-attachments/assets/90ff34cb-a386-4d30-85a2-c601e8c93ff6">

View on GitHub

nop33 pushed 2 commits to UI-redesign-part5-rebased alephium/alephium-frontend
  • Fix bottom screen padding On some devices, inset.bottom is 0 so if we want extra padding we have to provide it 504ddb9
  • Merge pull request #1034 from alephium/mw-redesign-ilias Fix bottom screen padding a4f9e98

View on GitHub

nop33 closed a pull request on alephium/alephium-frontend
Fix bottom screen padding
On some devices, `inset.bottom` is 0 so if we want extra padding we have to provide it
nop33 created a review comment on a pull request on alephium/alephium-frontend
Seems to be fixed

View on GitHub

nop33 created a review on a pull request on alephium/alephium-frontend

View on GitHub

nop33 created a review on a pull request on alephium/alephium-frontend

View on GitHub

nop33 opened a pull request on alephium/alephium-frontend
Fix bottom screen padding
On some devices, `inset.bottom` is 0 so if we want extra padding we have to provide it
nop33 pushed 1 commit to mw-redesign-ilias alephium/alephium-frontend

View on GitHub

Load more