Skip to content

Commit d0a29ff

Browse files
authored
Merge pull request #789 from aeternity/hotfix/chain-composition
Hotfix/chain-composition
2 parents 39d3625 + e8aaed8 commit d0a29ff

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [6.1.2](https://github.com/aeternity/aepp-sdk-js/compare/6.1.1...6.1.2) (2019-11-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **Composition:** Chain composition ([9ac705f](https://github.com/aeternity/aepp-sdk-js/commit/9ac705f))
7+
8+
9+
110
# [6.1.1](https://github.com/aeternity/aepp-sdk-js/compare/6.1.0...6.1.1) (2019-11-12)
211

312

es/chain/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ const Chain = Oracle.compose({
6060
getTxInfo: required,
6161
mempool: required,
6262
txDryRun: required,
63-
getAccount: required,
64-
getContractByteCode: required,
65-
getContract: required
63+
getAccount: required
6664
}
6765
}))
6866

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aeternity/aepp-sdk",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "SDK for the æternity blockchain",
55
"main": "dist/aepp-sdk.js",
66
"browser": "dist/aepp-sdk.browser.js",

0 commit comments

Comments
 (0)