1. 18 Dec, 2024 3 commits
  2. 17 Dec, 2024 4 commits
  3. 16 Dec, 2024 5 commits
  4. 13 Dec, 2024 6 commits
  5. 11 Dec, 2024 2 commits
  6. 10 Dec, 2024 1 commit
  7. 09 Dec, 2024 3 commits
    • tom goriunov's avatar
      ReCaptcha: migrate back to v2 solution (#2446) · a8bb817e
      tom goriunov authored
      * show recaptcha in the site footer
      
      * replace badge in footer with text
      
      * add invisible reCaptcha v2
      
      * handle unsolved reCaptcha case
      
      * migrate the rest of components to invisible reCaptcha v2
      
      * remove unused code
      
      * refactoring
      
      * add env for demo
      
      * fix tests
      
      * update values for demo
      
      * update link to secret in vault
      
      * mock recaptcha for tests
      
      * ohhh victor victor
      
      * fix token metadata update test
      
      * deprecate variable for ReCaptcha v3
      a8bb817e
    • tom goriunov's avatar
      Zilliqa: filter for Scilla contracts (#2449) · cd27e8fc
      tom goriunov authored
      * Zilliqa: filter for Scilla contracts
      
      Fixes #2427
      
      * [skip ci] review fixes
      cd27e8fc
    • tom goriunov's avatar
      Add Nouns pfps (#2447) · 196a4b8b
      tom goriunov authored
      Fixes #2428
      196a4b8b
  8. 04 Dec, 2024 1 commit
  9. 03 Dec, 2024 1 commit
  10. 29 Nov, 2024 4 commits
  11. 27 Nov, 2024 1 commit
  12. 26 Nov, 2024 5 commits
  13. 25 Nov, 2024 4 commits
    • tom goriunov's avatar
      Contract page improvements (#2419) · 3cc3937c
      tom goriunov authored
      * display address selector for non-verified proxy contract
      
      * add code view snippet for ABI and Compiler Settings
      
      * syntax highlighting for Scilla contracts
      
      * ENV preset for zilliqa
      
      * fix tests
      
      * add native coin value to simulate method call
      
      * fix test
      3cc3937c
    • tom goriunov's avatar
      Bump up Node.js to v22 (#2410) · e8a46424
      tom goriunov authored
      * Bump up Node.js to v22
      
      Fixes #2404
      
      * update Playwright to v1.49.0
      
      * fix tests
      
      * one more fix
      
      * fix screenshots
      e8a46424
    • tom goriunov's avatar
      Try `@helia/verified-fetch` for fetching NFT images from IPFS (#2363) · c435980e
      tom goriunov authored
      * prototype
      
      * fetch video poster from ipfs
      
      * add a constraint to the asset type
      
      * add ENV variable
      
      * fix tests
      
      * [skip ci] clean up
      c435980e
    • tom goriunov's avatar
      Fix tooltip of Celo Block Epoch (#2422) · ad1c4b22
      tom goriunov authored
      * up dappscout-iframe for react version compatibility
      
      * Celo: Cross-link to epoch block on the regular block view and Epoch rewards CSV export (#2386)
      
      * Celo: Cross-link to epoch block on the regular block view
      
      Fixes #2365
      
      * [skip ci] fix hover state for gray-blue tag
      
      * CSV export of epoch transactions for address
      
      * fix tooltip behavior on mobile
      
      ---------
      Co-authored-by: default avatarisstuev <isstuev@gmail.com>
      ad1c4b22