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

v0.0.12 #22

Closed
wants to merge 46 commits into from
Closed

v0.0.12 #22

wants to merge 46 commits into from

Commits on Apr 11, 2022

  1. adding proxy EIP1167 validation (#17)

    * adding proxy EIP1167 validation
    
    * adding constants for eip1167 prefix
    
    Co-authored-by: Kayseri Martinez <[email protected]>
    Co-authored-by: Kayseri Martinez <[email protected]>
    3 people authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    9f8fb7f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. changing decodelog implementation (#18)

    * changing decodeog implementation
    
    * fixing pr comments
    
    * exporting constants
    
    Co-authored-by: Ubuntu <kayseriiovlabs>
    kayseriiovlabs authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    c283371 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Revert "changing decodelog implementation (#18)"

    This reverts commit c283371.
    ilanolkies committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    034638c View commit details
    Browse the repository at this point in the history
  2. Revert "adding proxy EIP1167 validation (#17)"

    This reverts commit 9f8fb7f.
    ilanolkies committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    24e4c06 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Merge pull request #19 from rsksmart/revert-to-last-version

    Revert to last version
    ilanolkies authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    db52b61 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Fix abi decoder (#20)

    * Fix event decoding
    
    1. ethereumjs-abi is deprecated, it needs to be replaced for a new library 2. the indexed address[] events were wrongly decoded. This change introduced 1. Leading 0s on not-even hex representations 2. try/catch on decodeLog
    
    * Remove ethereumjs-abi from Contract
    
    * Add address[] event arg to addresses
    
    * Update package.json
    ilanolkies authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    8ae26fc View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. feat: upgradeable erc20 token support

    Sergio committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    3236479 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Update src/lib/ContractParser.js

    Co-authored-by: Ilan <[email protected]>
    Sergio and ilanolkies authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    ca2685e View commit details
    Browse the repository at this point in the history
  2. Update src/lib/ContractParser.js

    Co-authored-by: Ilan <[email protected]>
    Sergio and ilanolkies authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    498594e View commit details
    Browse the repository at this point in the history
  3. fix: pr change requests applied

    Sergio committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    3a93534 View commit details
    Browse the repository at this point in the history
  4. fix: adds test

    Sergio committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d93fabf View commit details
    Browse the repository at this point in the history
  5. fix: test

    Sergio committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    c2bd3b9 View commit details
    Browse the repository at this point in the history
  6. fix: test

    Sergio committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    7810b62 View commit details
    Browse the repository at this point in the history
  7. fix: test

    Sergio committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    6338c57 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. feat: ERC1967 upgradeable erc20

    Sergio committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    f422ffa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from rsksmart/feat/upgradeable-token-support-v2

    Feat/upgradeable token support v2
    Sergio authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    8a7dd53 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    0812270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    029a893 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4532fe3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    6849f89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b9a7d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    8cf9d75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acc9154 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c81df7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    feff32e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #34 from rsksmart/fix/update-abis-and-refactor-bri…

    …dge-abi-management
    
    Fix/update abis and refactor bridge abi management
    IOVgomezdn authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f00dcd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

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

Commits on Oct 6, 2023

  1. update package version

    IOVgomezdn committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4885edf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from rsksmart/feat/update-package-version

    update package version
    IOVgomezdn authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f709117 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #36 from rsksmart/fix/rsk-contract-parser-index-fi…

    …le-exports
    
    fix: export getBridgeAbi function instead of abi object from the previous implementation
    IOVgomezdn authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    fcf76fc View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

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

Commits on Nov 7, 2023

  1. Merge pull request #38 from rsksmart/Fix/update-npm-packg-version-and…

    …-publish-develop-branch
    
    feat: update npm packg version
    IOVgomezdn authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a31dd52 View commit details
    Browse the repository at this point in the history
  2. update package version

    IOVgomezdn committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    50223ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee66553 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #39 from rsksmart/feat/update-package-version

    update package version
    IOVgomezdn authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5af6e44 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    1eedbbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6580f55 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Merge pull request #45 from nicov-iov/fix/D1-822/silence-other-spammy…

    …-logs
    
    fix: remove spammy logs (no matching event and method reverted)
    IOVgomezdn authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    adf0a5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9edc55a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #46 from rsksmart/fix/upload-matching-dist-folder

    upload matching dist with src
    IOVgomezdn authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    d57938b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b81bfa1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #47 from rsksmart/feat/increase-package-version

    feat/increase-package-version
    IOVgomezdn authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    59c5b12 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Update LICENSE

    ezequiel-rodriguez authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b5102bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48 from ezequiel-rodriguez/patch-1

    Update LICENSE
    IOVgomezdn authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    92236d8 View commit details
    Browse the repository at this point in the history