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

Release v1.0.0 #464

Merged
merged 4 commits into from
Mar 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="https://github.com/0xcert/framework/raw/master/assets/cover.png" />

[![Build Status](https://travis-ci.org/0xcert/framework.svg?branch=master)](https://travis-ci.org/0xcert/framework)&nbsp;[![codecov](https://codecov.io/gh/0xcert/framework/branch/master/graph/badge.svg)](https://codecov.io/gh/0xcert/framework)&nbsp;[![Bug Bounty](https://img.shields.io/badge/bounty-pending-2930e8.svg)](https://github.com/0xcert/framework/blob/master/BUG_BOUNTY.md)&nbsp;[![Join the chat at https://gitter.im/0xcert/framework](https://badges.gitter.im/0xcert/framework.svg)](https://gitter.im/0xcert/framework?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=I%20support%20the%20%23dapp%20revolution%20and%20the%20open-source%20%23JavaScript%20library%20for%20building%20dapps%20-%20the%200xcert%20Framework.&url=https://github.com/0xcert/framework&hashtags=ethereum,nft,erc721,erc20)
[![Build Status](https://travis-ci.org/0xcert/framework.svg?branch=master)](https://travis-ci.org/0xcert/framework)&nbsp;[![codecov](https://codecov.io/gh/0xcert/framework/branch/master/graph/badge.svg)](https://codecov.io/gh/0xcert/framework)&nbsp;[![Bug Bounty](https://img.shields.io/badge/bounty-open-2930e8.svg)](https://github.com/0xcert/framework/blob/master/BUG_BOUNTY.md)&nbsp;[![Join the chat at https://gitter.im/0xcert/framework](https://badges.gitter.im/0xcert/framework.svg)](https://gitter.im/0xcert/framework?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=I%20support%20the%20%23dapp%20revolution%20and%20the%20open-source%20%23JavaScript%20library%20for%20building%20dapps%20-%20the%200xcert%20Framework.&url=https://github.com/0xcert/framework&hashtags=ethereum,nft,erc721,erc20)

The 0xcert Framework is a free and open-source JavaScript library that provides tools for building powerful decentralized applications. Our mission is to equip application developers with a secure, agnostic and opinionated framework with conventions to enable interoperability between applications.

Expand Down
36 changes: 18 additions & 18 deletions common/config/rush/npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"policyName": "patchAll",
"definitionName": "lockStepVersion",
"version": "1.0.0-rc13",
"version": "1.0.0",
"nextBump": "patch"
}
]
430 changes: 206 additions & 224 deletions conventions/.vuepress/public/token-mock.json

Large diffs are not rendered by default.

2,819 changes: 1,208 additions & 1,611 deletions conventions/.vuepress/public/xcert-mock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion conventions/86-base-asset-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ issue: 86
title: Base asset schema
id: 3f4a0870cd6039e6c987b067b0d28de54efea17449175d7a8cd6ec10ab23cc5d
author: Kristijan Sedlak <kristijan@0xcert.org>, William Entriken <github.com@phor.net>
version: 1.0.0-rc13
version: 1.0.0
category: conventions
status: Draft
created: 2018-11-07
Expand Down
2 changes: 1 addition & 1 deletion conventions/87-asset-evidence-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ issue: 87
title: Asset evidence schema
id: 331b2de5f698fe579b1c7e735e8dfb96f98026a54ea1a17bae1e292932818df8
author: Kristijan Sedlak <kristijan@0xcert.org>
version: 1.0.0-rc13
version: 1.0.0
category: conventions
status: Draft
created: 2018-11-07
Expand Down
2 changes: 1 addition & 1 deletion conventions/88-crypto-collectible-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ issue: 88
title: Crypto Collectible Asset
id: a4cf0407b223849773430feaf0949827373c40feb3258d82dd605ed41c5e9a2c
author: Kristijan Sedlak <kristijan@0xcert.org>
version: 1.0.0-rc13
version: 1.0.0
category: conventions
status: Draft
created: 2018-11-07
Expand Down
8 changes: 4 additions & 4 deletions packages/0xcert-cert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xcert/cert",
"version": "1.0.0-rc13",
"version": "1.0.0",
"description": "Asset certification module for 0xcert Framework.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -72,8 +72,8 @@
"typescript": "^3.1.1"
},
"dependencies": {
"@0xcert/utils": "1.0.0-rc13",
"@0xcert/merkle": "1.0.0-rc13",
"@0xcert/conventions": "1.0.0-rc13"
"@0xcert/utils": "1.0.0",
"@0xcert/merkle": "1.0.0",
"@0xcert/conventions": "1.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/0xcert-conventions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xcert/conventions",
"version": "1.0.0-rc13",
"version": "1.0.0",
"description": "Module with implementation of all confirmed conventions.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -64,7 +64,7 @@
],
"license": "MIT",
"devDependencies": {
"@0xcert/utils": "1.0.0-rc13",
"@0xcert/utils": "1.0.0",
"@hayspec/cli": "^0.8.3",
"@hayspec/spec": "^0.8.3",
"ajv": "^6.7.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/0xcert-ethereum-asset-ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xcert/ethereum-asset-ledger",
"version": "1.0.0-rc13",
"version": "1.0.0",
"description": "Asset ledger module for asset management on the Ethereum blockchain.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -67,8 +67,8 @@
],
"license": "MIT",
"devDependencies": {
"@0xcert/ethereum-sandbox": "1.0.0-rc13",
"@0xcert/ethereum-order-gateway": "1.0.0-rc13",
"@0xcert/ethereum-sandbox": "1.0.0",
"@0xcert/ethereum-order-gateway": "1.0.0",
"@specron/cli": "^0.5.6",
"@specron/spec": "^0.5.6",
"nyc": "^13.1.0",
Expand All @@ -79,9 +79,9 @@
"web3": "1.0.0-beta.37"
},
"dependencies": {
"@0xcert/ethereum-generic-provider": "1.0.0-rc13",
"@0xcert/ethereum-utils": "1.0.0-rc13",
"@0xcert/scaffold": "1.0.0-rc13",
"@0xcert/utils": "1.0.0-rc13"
"@0xcert/ethereum-generic-provider": "1.0.0",
"@0xcert/ethereum-utils": "1.0.0",
"@0xcert/scaffold": "1.0.0",
"@0xcert/utils": "1.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/0xcert-ethereum-erc20-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xcert/ethereum-erc20-contracts",
"version": "1.0.0-rc13",
"version": "1.0.0",
"description": "Smart contract implementation of the ERC-20 standard on the Ethereum blockchain.",
"scripts": {
"build": "npm run clean && npx specron compile && npx tsc",
Expand Down Expand Up @@ -63,7 +63,7 @@
],
"license": "MIT",
"devDependencies": {
"@0xcert/ethereum-utils-contracts": "1.0.0-rc13",
"@0xcert/ethereum-utils-contracts": "1.0.0",
"@specron/cli": "^0.5.6",
"@specron/spec": "^0.5.6",
"solc": "0.5.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/0xcert-ethereum-erc721-contracts/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@0xcert/ethereum-erc721-contracts",
"entries": [
{
"version": "1.0.0-rc13",
"tag": "@0xcert/ethereum-erc721-contracts_v1.0.0-rc13",
"version": "1.0.0",
"tag": "@0xcert/ethereum-erc721-contracts_v1.0.0",
"date": "Thu, 22 Nov 2018 00:51:03 GMT",
"comments": {}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/0xcert-ethereum-erc721-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This log was last generated on Thu, 22 Nov 2018 00:51:03 GMT and should not be manually modified.

## 1.0.0-rc13
## 1.0.0
Thu, 22 Nov 2018 00:51:03 GMT

*Initial release*
Expand Down
4 changes: 2 additions & 2 deletions packages/0xcert-ethereum-erc721-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xcert/ethereum-erc721-contracts",
"version": "1.0.0-rc13",
"version": "1.0.0",
"description": "Smart contract implementation of the ERC-721 standard on the Ethereum blockchain.",
"scripts": {
"build": "npm run clean && npx specron compile && npx tsc",
Expand Down Expand Up @@ -63,7 +63,7 @@
],
"license": "MIT",
"devDependencies": {
"@0xcert/ethereum-utils-contracts": "1.0.0-rc13",
"@0xcert/ethereum-utils-contracts": "1.0.0",
"@specron/cli": "^0.5.6",
"@specron/spec": "^0.5.6",
"solc": "0.5.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/0xcert-ethereum-generic-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xcert/ethereum-generic-provider",
"version": "1.0.0-rc13",
"version": "1.0.0",
"description": "Basic implementation of communication provider for the Ethereum blockchain.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -67,7 +67,7 @@
],
"license": "MIT",
"devDependencies": {
"@0xcert/ethereum-sandbox": "1.0.0-rc13",
"@0xcert/ethereum-sandbox": "1.0.0",
"@types/node": "^10.12.24",
"@specron/cli": "^0.5.6",
"@specron/spec": "^0.5.6",
Expand All @@ -80,8 +80,8 @@
"web3": "1.0.0-beta.37"
},
"dependencies": {
"@0xcert/ethereum-utils": "1.0.0-rc13",
"@0xcert/scaffold": "1.0.0-rc13",
"@0xcert/ethereum-utils": "1.0.0",
"@0xcert/scaffold": "1.0.0",
"events": "^3.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/0xcert-ethereum-http-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xcert/ethereum-http-provider",
"version": "1.0.0-rc13",
"version": "1.0.0",
"description": "Implementation of HTTP communication provider for the Ethereum blockchain.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -67,7 +67,7 @@
],
"license": "MIT",
"devDependencies": {
"@0xcert/ethereum-sandbox": "1.0.0-rc13",
"@0xcert/ethereum-sandbox": "1.0.0",
"@specron/cli": "^0.5.6",
"@specron/spec": "^0.5.6",
"nyc": "^13.1.0",
Expand All @@ -78,7 +78,7 @@
"web3": "1.0.0-beta.37"
},
"dependencies": {
"@0xcert/ethereum-generic-provider": "1.0.0-rc13",
"@0xcert/utils": "1.0.0-rc13"
"@0xcert/ethereum-generic-provider": "1.0.0",
"@0xcert/utils": "1.0.0"
}
}
Loading