Skip to content
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

RNS integration + fixes #220

Merged
merged 26 commits into from
Jun 7, 2024
Merged

RNS integration + fixes #220

merged 26 commits into from
Jun 7, 2024

Commits on Apr 11, 2024

  1. feat: automatic update of blocks and transactions

    	- An option was added to the view to be able to indicate the automatic updating of blocks and transactions.
    	- Unnecessary code was removed from the home view
    	- The automatic update for transactions only works when you are in the home view, this prevents the data from being reloaded in the transaction view.
    krlz16 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8405ae8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Merge pull request #212 from rsksmart/feat/autoupdate-blocks-txs

    feat: automatic update of blocks and transactions
    ezequiel-rodriguez authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4e8446a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03a9b13 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #213 from rsksmart/fix/autoupdate-blocks

    fix: autoupdate block - dafault: true
    ezequiel-rodriguez authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d453ac3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    e96945d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    261a15a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    46fa6da View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    251db9f View commit details
    Browse the repository at this point in the history
  2. feat: integrate rns

    jonathansmirnoff committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e6462bc View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. fix: unnecessary code deleted

    krlz16 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    93906c3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'D1-1015-rsk-explorer-integration-on-input-search-new-fe…

    …ature' into new-search-rns-integration
    jonathansmirnoff committed May 14, 2024
    Configuration menu
    Copy the full SHA
    cac26cf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'D1-1015-rsk-explorer-integration-on-input-search-new-fe…

    …ature' into new-search-rns-integration
    jonathansmirnoff committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3e57a5e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. fix: delay in search

    	A delay was added in the search when it is an rns so that
    	the message that there is no data does not appear
    krlz16 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    771bfaa View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    5abc1ff View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. fix: duplicate file deleted

    krlz16 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1b25c01 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    91cf097 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Merge pull request #215 from rsksmart/new-search-rns-integration

    Rns Integration & Search bar improvements
    ezequiel-rodriguez authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    4bd3a12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4074bf9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #216 from rsksmart/revert-215-new-search-rns-integ…

    …ration
    
    Revert "Rns Integration & Search bar improvements"
    ezequiel-rodriguez authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b784e93 View commit details
    Browse the repository at this point in the history
  4. fix: reload data

    	If the route is not the same or the url parameter changed,
    	the data of the entire page must be requested
    krlz16 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    67a6394 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5fd398 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #217 from rsksmart/revert-216-revert-215-new-searc…

    …h-rns-integration
    
    Revert "Revert "Rns Integration & Search bar improvements""
    ezequiel-rodriguez authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0642f47 View commit details
    Browse the repository at this point in the history
  7. fix: If the url does not have a parameter, it indicates that it is an…

    …other view and we request the data
    krlz16 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8d55930 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    93d59a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c5d1264 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #219 from rsksmart/new-search-rns-integration

    fix: validate url params
    ezequiel-rodriguez authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5637f21 View commit details
    Browse the repository at this point in the history