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

Reworked contract calls caching, adding caching for Log2PLDSF #2838

Open
wants to merge 13 commits into
base: v6/develop
Choose a base branch
from

Commits on Dec 11, 2023

  1. Implementation of caching and parameter storage handler

    Milos Stanisavljevic committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a8c7806 View commit details
    Browse the repository at this point in the history
  2. caching code improvement and removing unnecessary logs

    Milos Stanisavljevic committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d0870db View commit details
    Browse the repository at this point in the history
  3. code improvement

    Milos Stanisavljevic committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ade1090 View commit details
    Browse the repository at this point in the history
  4. undefined bugfix

    Milos Stanisavljevic committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3176845 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. updated cache to be scalable

    Milos Stanisavljevic committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    829599f View commit details
    Browse the repository at this point in the history
  2. updated cache to be scalable

    Milos Stanisavljevic committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4ac849d View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. added contractName as parameter in caching

    Milos Stanisavljevic committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    d44ed6d View commit details
    Browse the repository at this point in the history
  2. Reworked contract calls caching, adding caching for Log2PLDSF functio…

    …n and parameter values casting based on ABIs
    u-hubar committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    844ddf0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    254fc63 View commit details
    Browse the repository at this point in the history
  2. Removed unused function from web3-service, moved solidity types casti…

    …ng directly to the callContractFunction
    u-hubar committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    70488b3 View commit details
    Browse the repository at this point in the history
  3. Reverted back solidity types casting in 'callContractFunction', fixed…

    … type casting in the blockchain event listener
    u-hubar committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5f7fe79 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    483ef33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29f52cf View commit details
    Browse the repository at this point in the history