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

Fixed bug which caused calling entry points for smart contracts deplo… #4969

Commits on Nov 20, 2024

  1. Fixed bug which caused calling entry points for smart contracts deplo…

    …yed as "Transaction::Deploy" (or created in v1.x) to always fail. The fix involves changing the way we fetch entry point data in DataAccessLayer. If entry point is not found under Key::EntryPoint we fallback to see if there is a contract entry for the given contract hash. If a Contract entry exists, we query it's `entry_points` field
    Jakub Zajkowski committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    69a6b46 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Applied CR remarks

    Jakub Zajkowski committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    983beba View commit details
    Browse the repository at this point in the history