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

Realign 6.1.1 #787

Merged
merged 44 commits into from
Nov 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
081bc4e
Release/6.0.2 (#741)
mpowaga Oct 31, 2019
66cef36
removed empty lines
tarasherasymchuk Oct 31, 2019
1f801ab
style(changelog): added whitespaces to separate changelog sections
tarasherasymchuk Oct 31, 2019
1128bbd
Feat(AENS): auction name fee calculation (#706)
nduchak Oct 8, 2019
6d4078e
refactor(AENS): refactor claim (#709)
nduchak Oct 10, 2019
deed7fc
feat(state channels): make state channels compatible with node v5.0.0…
mpowaga Oct 16, 2019
9725b08
Realign 6.0.0 (#719)
nduchak Oct 17, 2019
c8ebb76
Update libsodium-wrappers-sumo to the latest version 🚀 (#721)
greenkeeper[bot] Oct 22, 2019
4ff3345
Update commander to the latest version 🚀 (#743)
greenkeeper[bot] Nov 1, 2019
b580057
Update vue-loader in group default to the latest version 🚀 (#745)
greenkeeper[bot] Nov 4, 2019
13cdd07
Update rlp to the latest version 🚀 (#744)
greenkeeper[bot] Nov 4, 2019
4c1f5e4
fix(AENS): auction end block calculation (#746)
nduchak Nov 4, 2019
fd14225
fix(AENS): Fix `produceNameId` function(Make name lowercase). Enable …
nduchak Nov 4, 2019
bf11eb6
aensQuery: Fix default value of pointers field (#735)
davidyuk Nov 4, 2019
11d8055
Update @aeternity/aepp-sdk in group default to the latest version 🚀 (…
greenkeeper[bot] Nov 4, 2019
e0166c2
Remove extra eslint exceptions (#729)
davidyuk Nov 4, 2019
232e0ab
Update babel7 in group default to the latest version 🚀 (#754)
greenkeeper[bot] Nov 6, 2019
ddc6611
feat(state channels): allow to pass metadata to transfer update (#755)
mpowaga Nov 6, 2019
ae4426e
feat(state channels): allow off chain updates to be cancelled with cu…
mpowaga Nov 6, 2019
c5f35d1
fix(state channels): wait for connection to be established before sen…
mpowaga Nov 6, 2019
c950937
feat(state channels): add round method (#763)
mpowaga Nov 6, 2019
07cb0e7
feat(ACI): Add validation for contractAddress (#764)
nduchak Nov 6, 2019
5250e75
feat(AENS): Add nameFee validation to TxValidator (#765)
nduchak Nov 7, 2019
de83204
feat(Crypto): Implement asymmetric encoding/decoding using `tweennac…
nduchak Nov 7, 2019
12aaca3
feat(Contract): Add ability to pass arguments or callData for contrac…
nduchak Nov 7, 2019
ca8b467
Update babel7 in group default to the latest version 🚀 (#771)
greenkeeper[bot] Nov 11, 2019
c5f2582
feat(AENS): Increase default nameTtl (#775)
nduchak Nov 11, 2019
87062ea
feat(Http): Assign error object to http error (#770)
nduchak Nov 11, 2019
74952aa
feat(state channels): make state channels compatible with node v5.1.0…
mpowaga Nov 11, 2019
06129de
docs(Examples): Fix contract example (#778)
nduchak Nov 11, 2019
777c012
fix(TxHelpers): Use BigNumber in auction end block calculation
nduchak Nov 11, 2019
a3e78d3
docs(Helpers): Add missed jsdocs
nduchak Nov 11, 2019
65b3111
chore(release): Bump version. Regenerate docs and CHANGELOG
nduchak Nov 11, 2019
2edf518
Merge pull request #779 from aeternity/release/6.1.0
nduchak Nov 11, 2019
233ce3a
removed empty lines
tarasherasymchuk Oct 31, 2019
3fe875e
style(changelog): added whitespaces to separate changelog sections
tarasherasymchuk Oct 31, 2019
3afef67
feat(Crypto): Implement asymmetric encoding/decoding using `tweennac…
nduchak Nov 7, 2019
545af20
feat(Http): Assign error object to http error (#770)
nduchak Nov 11, 2019
fcf6b1d
docs(Examples): Fix contract example (#778)
nduchak Nov 11, 2019
c18047e
feat(KeyStore): Remove `argon2` package, use `libsodium` for both bro…
nduchak Nov 12, 2019
fe6021b
fix(ACI): Disable bytecode check for source and code on-chain (#783)
nduchak Nov 12, 2019
6b0af4e
chore(release): Regenerate docs
nduchak Nov 12, 2019
39d3625
Merge pull request #785 from aeternity/release/6.1.1
nduchak Nov 12, 2019
991afa1
Merge branch 'master' into realign/6.1.1
nduchak Nov 12, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Till Kolter <till.kolter@gmail.com>
Alexander Kahl <ak@sodosopa.io>
Nazar Duchak <omelko39@gmail.com>
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [6.1.1](https://github.com/aeternity/aepp-sdk-js/compare/6.1.0...6.1.1) (2019-11-12)


### Bug Fixes

* **ACI:** Disable bytecode check for source and code on-chain. This changes will be included in next major release ([#783](https://github.com/aeternity/aepp-sdk-js/issues/783)) ([fe6021b](https://github.com/aeternity/aepp-sdk-js/commit/fe6021b))


### Features

* **KeyStore:** Remove `argon2` package, use `libsodium` for both browser and node ([#782](https://github.com/aeternity/aepp-sdk-js/issues/782)) ([c18047e](https://github.com/aeternity/aepp-sdk-js/commit/c18047e))



# [6.1.0](https://github.com/aeternity/aepp-sdk-js/compare/6.0.2...6.1.0) (2019-11-11)


Expand Down
1 change: 1 addition & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@
* [@aeternity/aepp-sdk/es/tx](api/tx.md)
* [@aeternity/aepp-sdk/es/tx/tx](api/tx/tx.md)
* [@aeternity/aepp-sdk/es/utils/crypto](api/utils/crypto.md)
* [@aeternity/aepp-sdk/es/utils/keystore](api/utils/keystore.md)
* [@aeternity/aepp-sdk/es/utils/swagger](api/utils/swagger.md)
6 changes: 5 additions & 1 deletion docs/api/utils/keystore.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ KeyStore module

**Example**
```js
import * as Crypto from '@aeternity/aepp-sdk/es/utils/keystore'
import * as Keystore from '@aeternity/aepp-sdk/es/utils/keystore'
```
**Example**
```js
const { Keystore } = require('@aeternity/aepp-sdk')
```

* [@aeternity/aepp-sdk/es/utils/keystore](#module_@aeternity/aepp-sdk/es/utils/keystore)
Expand Down