convector icon indicating copy to clipboard operation
convector copied to clipboard

Smart Contract Systems the easy way. Open source development framework.

Results 43 convector issues
Sort by recently updated
recently updated
newest added

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

## Proposed changes Use a context data library, [cls-hooked](https://github.com/bringg/cls-hooked) to fix a context issue reported in #105. Previously, convector had problems with concurrent transaction, because it was [setting a global...

## The problem Concurrent invokes may mix up the transaction context, resulting on unpredictable behaviors on block result.

bug
core

## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves...

## The problem Bring support to Hyperledger Fabric 2.0, this will mostly involve changes in the fabric adapter or create a new adapter for this.

adapters
fabric

https://github.com/hyperledger-labs/convector/blob/b80312aa90348df3c92ce418b305198ded9a0f10/%40worldsibu/convector-storage-stub/src/stub-storage.ts#L20 This should be changed to: ``` public async query(query: any, storageOptions?: any): Promise { return await this.stubHelper.getQueryResultAsList(query, storageOptions); } ```

Getting Started only shows how to setup a project. There's a reference to a fullstack project, but it is necessary to show the actual details and step by step which...

enhancement
docs

## The problem Hi I am trying to install hruley on ubuntu 18.04, but it fails at the install of x509. I even tried building x509 from source with node-gyp...

## The problem Functions on retrieved instances derived from a ConvectorModel like history and query promise to return an instance of a defined ConvectorModel. For example history(): Promise; The Template...

bug
fabric

## The problem It would be helpful to write some utilities functions like making parallel invokes or in batches.

core