Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rsksmart/bridge-state-data-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: rsksmart/bridge-state-data-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 11 commits
  • 9 files changed
  • 3 contributors

Commits on Apr 5, 2024

  1. Implement new version without full web3 package

    - use web3-eth-abi package only
    - change argument from web3 to host
    - use fetch API to get Bridge state from host
    josedahlquist authored and marcos-iov committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    dee6ae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c390de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16adac3 View commit details
    Browse the repository at this point in the history
  4. Update typings

    josedahlquist authored and marcos-iov committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f77712f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    027f6c3 View commit details
    Browse the repository at this point in the history
  6. fix linting

    josedahlquist authored and marcos-iov committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e3d31ac View commit details
    Browse the repository at this point in the history
  7. Include new argument blockToSearch

    - Add new optional argument blockToSearch (latest by default)
    - Change tests to avoid using rewire, increasing coverage of fetch APIs
    josedahlquist authored and marcos-iov committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3a61f91 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    750dac3 View commit details
    Browse the repository at this point in the history
  9. Update package-lock file

    marcos-iov committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f20883f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c6be332 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #40 from rsksmart/no-web3

    No full web3 implementation
    marcos-iov authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4352278 View commit details
    Browse the repository at this point in the history
Loading