Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
chore(): prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshyx committed Apr 17, 2018
1 parent 25285e5 commit 36ad5ec
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion main/modules/entry/downvote-entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const execute = Promise.coroutine(function* (data: EntryUpvoteRequest, cb) {
throw new Error('Vote weight value must be between 1-10');
}

const txData = contracts.instance.Votes.voteEntry.request(data.weight, data.entryId, true, data.ethAddress, { gas: 200000 });
const txData = contracts.instance.Votes.voteEntry.request(data.weight, data.entryId, true, data.ethAddress, { gas: 250000 });
const transaction = yield contracts.send(txData, data.token, cb);
return { tx: transaction.tx, receipt: transaction.receipt };
});
Expand Down
2 changes: 1 addition & 1 deletion main/modules/entry/publish-entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const execute = Promise.coroutine(function* (data: EntryCreateRequest, cb) {
default:
publishMethod = contracts.instance.Entries.publishOther;
}
const txData = publishMethod.request(...decodedHash, data.tags, { gas: 2000000 });
const txData = publishMethod.request(...decodedHash, data.tags, { gas: 800000 });
ipfsEntry = null;
delete data.content;
delete data.tags;
Expand Down
2 changes: 1 addition & 1 deletion main/modules/entry/upvote-entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const execute = Promise.coroutine(function* (data: EntryUpvoteRequest, cb) {
throw new Error('Vote weight value must be between 1-10');
}

const txData = contracts.instance.Votes.voteEntry.request(data.weight, data.entryId, false, data.ethAddress, { gas: 200000 });
const txData = contracts.instance.Votes.voteEntry.request(data.weight, data.entryId, false, data.ethAddress, { gas: 250000 });
const transaction = yield contracts.send(txData, data.token, cb);
pinner.execute({
type: ObjectType.ENTRY,
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"description": "Akasha platform",
"main": "dist/main/index.js",
"version": "0.6.2",
"version": "0.7.0",
"scripts": {
"test": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 mocha --require test/test-setup.js --compilers js:babel-register test/app/setup.js --recursive test/**/*.spec.js",
"test-watch": "npm test -- --watch",
Expand Down Expand Up @@ -91,13 +91,13 @@
"@types/chai": "4.1.2",
"@types/lru-cache": "4.1.0",
"@types/mocha": "5.0.0",
"@types/node": "9.6.4",
"@types/node": "9.6.5",
"@types/rimraf": "2.0.2",
"antd": "3.4.1",
"asar": "0.14.3",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.2",
"babel-eslint": "8.2.3",
"babel-loader": "7.1.4",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-dev-expression": "0.2.1",
Expand Down Expand Up @@ -139,23 +139,23 @@
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-babel": "5.0.0",
"eslint-plugin-import": "2.10.0",
"eslint-plugin-import": "2.11.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.7.0",
"ethereumjs-testrpc": "6.0.3",
"express": "4.16.3",
"extract-text-webpack-plugin": "^4.0.0-alpha.0",
"fbjs-scripts": "0.8.2",
"file-loader": "1.1.11",
"flow-bin": "0.69.0",
"flow-bin": "0.70.0",
"flow-typed": "2.4.0",
"fuzzy": "0.1.3",
"history": "4.7.2",
"html-webpack-plugin": "3.2.0",
"immutable": "4.0.0-rc.9",
"joi-browser": "13.0.1",
"joi-validation-strategy": "0.3.3",
"jsdom": "11.7.0",
"jsdom": "11.8.0",
"jsdom-global": "3.0.2",
"json-loader": "0.5.7",
"less": "3.0.1",
Expand All @@ -164,10 +164,10 @@
"lokijs": "^1.5.3",
"megadraft": "0.4.37",
"minimist": "1.2.0",
"mocha": "5.0.5",
"mocha": "5.1.0",
"mock-css-modules": "1.0.0",
"node-libs-browser": "2.1.0",
"node-pre-gyp": "0.9.0",
"node-pre-gyp": "0.9.1",
"node-sass": "4.8.3",
"optimize-css-assets-webpack-plugin": "4.0.0",
"pica": "4.1.1",
Expand All @@ -179,18 +179,18 @@
"proxyquire": "2.0.1",
"qrcode.react": "0.8.0",
"querystring": "0.2.0",
"react": "16.3.1",
"react": "16.3.2",
"react-addons-css-transition-group": "15.6.2",
"react-addons-perf": "15.4.2",
"react-addons-test-utils": "15.6.2",
"react-avatar-editor": "11.0.2",
"react-dnd": "2.6.0",
"react-dnd-html5-backend": "2.6.0",
"react-dom": "16.3.1",
"react-dom": "16.3.2",
"react-hot-loader": "4.0.1",
"react-intl": "2.4.0",
"react-intl-translations-manager": "5.0.3",
"react-masonry-component": "6.0.2",
"react-masonry-component": "6.2.0",
"react-redux": "5.0.7",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
Expand Down Expand Up @@ -229,7 +229,7 @@
},
"dependencies": {
"@akashaproject/contracts.js": "1.3.11",
"@akashaproject/geth-connector": "1.7.33",
"@akashaproject/geth-connector": "1.7.34",
"@akashaproject/ipfs-connector": "1.10.22",
"archiver": "2.1.1",
"bluebird": "3.5.1",
Expand Down Expand Up @@ -306,7 +306,7 @@
"icon": "icons"
},
"snap": {
"grade": "devel"
"grade": "stable"
},
"mac": {
"category": "public.app-category.social-networking",
Expand Down

0 comments on commit 36ad5ec

Please sign in to comment.