-
Notifications
You must be signed in to change notification settings - Fork 7
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
v0.0.12 #22
Commits on Apr 11, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 9f8fb7f - Browse repository at this point
Copy the full SHA 9f8fb7fView commit details
Commits on Jun 1, 2022
-
changing decodelog implementation (#18)
* changing decodeog implementation * fixing pr comments * exporting constants Co-authored-by: Ubuntu <kayseriiovlabs>
Configuration menu - View commit details
-
Copy full SHA for c283371 - Browse repository at this point
Copy the full SHA c283371View commit details
Commits on Aug 4, 2022
-
Revert "changing decodelog implementation (#18)"
This reverts commit c283371.
Configuration menu - View commit details
-
Copy full SHA for 034638c - Browse repository at this point
Copy the full SHA 034638cView commit details -
Revert "adding proxy EIP1167 validation (#17)"
This reverts commit 9f8fb7f.
Configuration menu - View commit details
-
Copy full SHA for 24e4c06 - Browse repository at this point
Copy the full SHA 24e4c06View commit details
Commits on Aug 22, 2022
-
Merge pull request #19 from rsksmart/revert-to-last-version
Revert to last version
Configuration menu - View commit details
-
Copy full SHA for db52b61 - Browse repository at this point
Copy the full SHA db52b61View commit details
Commits on Sep 8, 2022
-
* 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
Configuration menu - View commit details
-
Copy full SHA for 8ae26fc - Browse repository at this point
Copy the full SHA 8ae26fcView commit details
Commits on Mar 14, 2023
-
feat: upgradeable erc20 token support
Sergio committedMar 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 3236479 - Browse repository at this point
Copy the full SHA 3236479View commit details
Commits on Mar 20, 2023
-
Update src/lib/ContractParser.js
Co-authored-by: Ilan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca2685e - Browse repository at this point
Copy the full SHA ca2685eView commit details -
Update src/lib/ContractParser.js
Co-authored-by: Ilan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 498594e - Browse repository at this point
Copy the full SHA 498594eView commit details -
fix: pr change requests applied
Sergio committedMar 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 3a93534 - Browse repository at this point
Copy the full SHA 3a93534View commit details -
Sergio committed
Mar 20, 2023 Configuration menu - View commit details
-
Copy full SHA for d93fabf - Browse repository at this point
Copy the full SHA d93fabfView commit details -
Sergio committed
Mar 20, 2023 Configuration menu - View commit details
-
Copy full SHA for c2bd3b9 - Browse repository at this point
Copy the full SHA c2bd3b9View commit details -
Sergio committed
Mar 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 7810b62 - Browse repository at this point
Copy the full SHA 7810b62View commit details -
Sergio committed
Mar 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 6338c57 - Browse repository at this point
Copy the full SHA 6338c57View commit details
Commits on Mar 21, 2023
-
feat: ERC1967 upgradeable erc20
Sergio committedMar 21, 2023 Configuration menu - View commit details
-
Copy full SHA for f422ffa - Browse repository at this point
Copy the full SHA f422ffaView commit details -
Merge pull request #31 from rsksmart/feat/upgradeable-token-support-v2
Feat/upgradeable token support v2
Sergio authoredMar 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 8a7dd53 - Browse repository at this point
Copy the full SHA 8a7dd53View commit details
Commits on Jul 28, 2023
-
feat: add support for the different bridge ABIs through historical Ro…
…otstock releases
Configuration menu - View commit details
-
Copy full SHA for 0812270 - Browse repository at this point
Copy the full SHA 0812270View commit details -
Configuration menu - View commit details
-
Copy full SHA for 029a893 - Browse repository at this point
Copy the full SHA 029a893View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4532fe3 - Browse repository at this point
Copy the full SHA 4532fe3View commit details
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6849f89 - Browse repository at this point
Copy the full SHA 6849f89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b9a7d4 - Browse repository at this point
Copy the full SHA 5b9a7d4View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ef4d801 - Browse repository at this point
Copy the full SHA ef4d801View commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8cf9d75 - Browse repository at this point
Copy the full SHA 8cf9d75View commit details -
Configuration menu - View commit details
-
Copy full SHA for acc9154 - Browse repository at this point
Copy the full SHA acc9154View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c81df7 - Browse repository at this point
Copy the full SHA 3c81df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for feff32e - Browse repository at this point
Copy the full SHA feff32eView commit details -
Merge pull request #34 from rsksmart/fix/update-abis-and-refactor-bri…
…dge-abi-management Fix/update abis and refactor bridge abi management
Configuration menu - View commit details
-
Copy full SHA for f00dcd6 - Browse repository at this point
Copy the full SHA f00dcd6View commit details
Commits on Sep 5, 2023
-
fix: export getBridgeAbi function instead of abi object from the prev…
…ious implementation
Configuration menu - View commit details
-
Copy full SHA for 0da7ba8 - Browse repository at this point
Copy the full SHA 0da7ba8View commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4885edf - Browse repository at this point
Copy the full SHA 4885edfView commit details -
Merge pull request #37 from rsksmart/feat/update-package-version
update package version
Configuration menu - View commit details
-
Copy full SHA for f709117 - Browse repository at this point
Copy the full SHA f709117View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fcf76fc - Browse repository at this point
Copy the full SHA fcf76fcView commit details
Commits on Nov 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7baeb57 - Browse repository at this point
Copy the full SHA 7baeb57View commit details
Commits on Nov 7, 2023
-
Merge pull request #38 from rsksmart/Fix/update-npm-packg-version-and…
…-publish-develop-branch feat: update npm packg version
Configuration menu - View commit details
-
Copy full SHA for a31dd52 - Browse repository at this point
Copy the full SHA a31dd52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50223ef - Browse repository at this point
Copy the full SHA 50223efView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee66553 - Browse repository at this point
Copy the full SHA ee66553View commit details -
Merge pull request #39 from rsksmart/feat/update-package-version
update package version
Configuration menu - View commit details
-
Copy full SHA for 5af6e44 - Browse repository at this point
Copy the full SHA 5af6e44View commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0a4dda8 - Browse repository at this point
Copy the full SHA 0a4dda8View commit details
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1eedbbc - Browse repository at this point
Copy the full SHA 1eedbbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6580f55 - Browse repository at this point
Copy the full SHA 6580f55View commit details
Commits on Dec 19, 2023
-
Merge pull request #45 from nicov-iov/fix/D1-822/silence-other-spammy…
…-logs fix: remove spammy logs (no matching event and method reverted)
Configuration menu - View commit details
-
Copy full SHA for adf0a5f - Browse repository at this point
Copy the full SHA adf0a5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9edc55a - Browse repository at this point
Copy the full SHA 9edc55aView commit details -
Merge pull request #46 from rsksmart/fix/upload-matching-dist-folder
upload matching dist with src
Configuration menu - View commit details
-
Copy full SHA for d57938b - Browse repository at this point
Copy the full SHA d57938bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b81bfa1 - Browse repository at this point
Copy the full SHA b81bfa1View commit details -
Merge pull request #47 from rsksmart/feat/increase-package-version
feat/increase-package-version
Configuration menu - View commit details
-
Copy full SHA for 59c5b12 - Browse repository at this point
Copy the full SHA 59c5b12View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5102bc - Browse repository at this point
Copy the full SHA b5102bcView commit details -
Merge pull request #48 from ezequiel-rodriguez/patch-1
Update LICENSE
Configuration menu - View commit details
-
Copy full SHA for 92236d8 - Browse repository at this point
Copy the full SHA 92236d8View commit details