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

Feat/lazy loading contracts #609

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

r-marques
Copy link
Member

Description

  • Add lazy loading for the contracts. ABIs will be fetched and contracts will be initialized on-demand.
  • Refactor and simplify initialization of contracts

Is this PR related with an open issue?

Related to Issue #604

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • Follows the code style of this project.
  • Tests Cover Changes
  • Documentation

Funny gif

Put a link of a funny gif inside the parenthesis-->

@r-marques r-marques requested review from a team as code owners November 2, 2023 16:39
Copy link
Member

@aaitor aaitor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm
ship it :shipit:

@@ -210,6 +210,8 @@ export class Keeper extends Instantiable {
this.utils = {
eventHandler: new EventHandler(),
}

console.log('version', this.didRegistry)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cleanup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants