Skip to content

Commit

Permalink
Merge pull request #589 from 0xcert/2.0
Browse files Browse the repository at this point in the history
2.0
  • Loading branch information
xpepermint committed Nov 18, 2019
2 parents 4696d4b + 141f8a0 commit e7fc2dc
Show file tree
Hide file tree
Showing 465 changed files with 30,889 additions and 22,790 deletions.
4 changes: 2 additions & 2 deletions INTERFACE.md
Expand Up @@ -93,9 +93,9 @@ const asset = {
};
```
```ts
import { OrderGateway } from '@0xcert/ethereum-order-gateway';
import { Gateway } from '@0xcert/ethereum-gateway';

const gateway = new OrderGateway(context);
const gateway = new Gateway(context);
gateway.on(event, handler);
gateway.off(event, handler);
gateway.subscribe();
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -35,15 +35,15 @@ To learn more about the 0xcert Framework, the Protocol, and the 0xcert news, ple
| 0xcert/ethereum-asset-ledger | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-asset-ledger.svg)](https://badge.fury.io/js/%400xcert%2Fethereum-asset-ledger) | Asset ledger module for asset management on the Ethereum blockchain.
| 0xcert/ethereum-http-provider | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-http-provider.svg)](https://badge.fury.io/js/%400xcert%2Fethereum-http-provider) | Implementation of HTTP communication provider for the Ethereum blockchain.
| 0xcert/ethereum-metamask-provider | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-metamask-provider.svg)](https://badge.fury.io/js/%400xcert%2Fethereum-metamask-provider) | Implementation of MetaMask communication provider for the Ethereum blockchain.
| 0xcert/ethereum-order-gateway | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-order-gateway.svg)](https://badge.fury.io/js/%400xcert%2Fethereum-order-gateway) | Order gateway module for executing atomic operations on the Ethereum blockchain.
| 0xcert/ethereum-gateway | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-gateway.svg)](https://badge.fury.io/js/%400xcert%2Fethereum-gateway) | Order gateway module for executing atomic operations on the Ethereum blockchain.
| 0xcert/ethereum-value-ledger | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-value-ledger.svg)](https://badge.fury.io/js/%400xcert%2Fethereum-value-ledger) | Value ledger module for currency management on the Ethereum blockchain.

### Wanchain
| Package | Version | Description
|-|-|-
| 0xcert/wanchain-asset-ledger | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fwanchain-asset-ledger.svg)](https://badge.fury.io/js/%400xcert%2Fwanchain-asset-ledger) | Asset ledger module for asset management on the Wanchain blockchain.
| 0xcert/wanchain-http-provider | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fwanchain-http-provider.svg)](https://badge.fury.io/js/%400xcert%2Fwanchain-http-provider) | Implementation of HTTP communication provider for the Wanchain blockchain.
| 0xcert/wanchain-order-gateway | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fwanchain-order-gateway.svg)](https://badge.fury.io/js/%400xcert%2Fwanchain-order-gateway) | Order gateway module for executing atomic operations on the Wanchain blockchain.
| 0xcert/wanchain-gateway | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fwanchain-gateway.svg)](https://badge.fury.io/js/%400xcert%2Fwanchain-gateway) | Order gateway module for executing atomic operations on the Wanchain blockchain.
| 0xcert/wanchain-value-ledger | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fwanchain-value-ledger.svg)](https://badge.fury.io/js/%400xcert%2Fwanchain-value-ledger) | Value ledger module for currency management on the Wanchain blockchain.

### Plugins
Expand Down
16,647 changes: 11,402 additions & 5,245 deletions common/config/rush/npm-shrinkwrap.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Expand Up @@ -2,7 +2,7 @@
{
"policyName": "patchAll",
"definitionName": "lockStepVersion",
"version": "1.9.0",
"version": "2.0.0-alpha6",
"nextBump": "patch"
}
]
29 changes: 22 additions & 7 deletions common/scripts/install-run-rush.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions common/scripts/install-run-rushx.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 45 additions & 26 deletions common/scripts/install-run.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7fc2dc

Please sign in to comment.