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

Feature #58: Promisified API #63

Merged
merged 86 commits into from
Nov 24, 2020
Merged

Conversation

mmv08
Copy link
Member

@mmv08 mmv08 commented Nov 24, 2020

This PR:

  • Implements a new version of safe apps SDK with promise-based API and also refactors the internals

Now the communicator (a module responsible for communicating with the interface) will wait for a response from the interface side. It acts like a regular HTTP Server now. No more request ids.

The message also includes version info now, so we differ requests from SDK v1/v2

src/eth/index.ts Outdated Show resolved Hide resolved
Copy link
Member

@rmeissner rmeissner left a comment

Choose a reason for hiding this comment

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

Looks good, I will try to test it in action later this week ;)

README.md Outdated Show resolved Hide resolved
@mmv08 mmv08 merged commit b4e5a7f into development Nov 24, 2020
@mmv08 mmv08 deleted the feature/58-promisified-api-2 branch November 24, 2020 15:59
mmv08 added a commit that referenced this pull request May 13, 2021
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.

3 participants