This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 734
Feature/agent service: connect #23
Merged
jovfer
merged 35 commits into
hyperledger-archives:master
from
jovfer:feature/agent_service
Jun 6, 2017
Merged
Feature/agent service: connect #23
jovfer
merged 35 commits into
hyperledger-archives:master
from
jovfer:feature/agent_service
Jun 6, 2017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 2ee8411.
vimmerru
pushed a commit
that referenced
this pull request
Aug 22, 2017
Merging master from hyperledger
dkulic
pushed a commit
to dkulic/indy-sdk
that referenced
this pull request
Aug 14, 2018
…ves#23) * When node's garbage collection is triggered, a callback in clearOnExit will be called which calls release on the Rust connection object. Garbage collection should happen with our sdk when garbage collection happens with node. Improved Tests * added comments for the clearOnExit * Removed the list_state function in connection object because it isn't implemented in Rust yet. * fixed connection tests and Connection Interface * changed vars to camel case. Changed docker file to update npm * deleted js files in src directory * changed test because of naming conflicts * fixed path for one of the imports * changed tsconfig * added dist directory. This will be temporary * added weak library to package.json * Corrected the test format for index-test.js Removed the references to cxs_connection_list_state because we aren't using it yet Fixed paths in connection-test * added js files from dist. Won't have in the future * Removed the dist directory from github * fixed the default path for the .so file. Exported the Connection class * exported CXSRuntimeConfig so that consumer could change path to .so file * added .npmignore to leave out unnecessary files * excluded tsconfig files in the .npmignore file * Excluded .map files from the npm pack Added a null check to the CXSRuntime class Added typscript as a runtime dependency Signed-off-by: ryMarsh44 <ryan.marsh44@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.