Skip to content

Commit 58e013b

Browse files
authored
Merge pull request #437 from aeternity/release/3.4.0
Release/3.4.0
2 parents d957cc9 + 36a076b commit 58e013b

39 files changed

+161
-107
lines changed

.env

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
TAG=master
1+
TAG=v3.0.0-rc.1
22
COMPILER_TAG=v2.1.0
3-

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [3.4.0](https://github.com/aeternity/aepp-sdk-js/compare/2.4.0...3.4.0) (2019-05-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **State Channels:** Remove automatic pinging to fix browser compatibility ([#432](https://github.com/aeternity/aepp-sdk-js/issues/432)) ([0700f3a](https://github.com/aeternity/aepp-sdk-js/commit/0700f3a))
7+
8+
9+
### Features
10+
11+
* **Transaction Builder:** Improve min fee calculation(Reduce the fee) ([#424](https://github.com/aeternity/aepp-sdk-js/pull/424))
12+
* **AXIOS:** Add ability to intercept error from axios ([#431](https://github.com/aeternity/aepp-sdk-js/pull/431))
13+
> Added additional param to sdk initialization `axiosConfig`
14+
15+
> Example: `Universal({ axiosConfig: { config: { // axios config object }, errorHandler: (err) => throw err }})`
16+
* **Transaction Builder:** Implement vm/abi validation for contract/oracle tx based on consensus protocol version. Add custom verification based on transaction type ([#425](https://github.com/aeternity/aepp-sdk-js/pull/425)) ([#426](https://github.com/aeternity/aepp-sdk-js/pull/426))
17+
18+
19+
120
# [3.3.0](https://github.com/aeternity/aepp-sdk-js/compare/2.4.0...3.3.0) (2019-05-17)
221

322

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ aepp-sdk is [hosted on GitHub].
1313
![Concept Drawing of aepp-sdk][concept]
1414

1515
[concept]: concept.png "Concept Drawing of aepp-sdk"
16-
1716
[æternity]: https://aeternity.com/
1817
[æternity node]: https://github.com/aeternity/aeternity
1918
[hosted on GitHub]: https://github.com/aeternity/aepp-sdk-js

docs/api/account.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## @aeternity/aepp-sdk/es/account
44
Account module
55

6-
**Export**: Account
76
**Example**
87
```js
98
import Account from '@aeternity/aepp-sdk/es/account'

docs/api/account/memory.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## @aeternity/aepp-sdk/es/account/memory
44
Memory Account module
55

6-
**Export**: MemoryAccount
76
**Example**
87
```js
98
import MemoryAccount from '@aeternity/aepp-sdk/es/account/memory'

docs/api/account/selector.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Accounts Selector module
55

66
This is the complement to [@aeternity/aepp-sdk/es/accounts](#module_@aeternity/aepp-sdk/es/accounts).
77

8-
**Export**: Account
98
**Example**
109
```js
1110
import Selector from '@aeternity/aepp-sdk/es/account/selector'

docs/api/accounts.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## @aeternity/aepp-sdk/es/accounts
44
Accounts module
55

6-
**Export**: Accounts
76
**Example**
87
```js
98
import Accounts from '@aeternity/aepp-sdk/es/accounts'

docs/api/ae.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## @aeternity/aepp-sdk/es/ae
44
Ae module
55

6-
**Export**: Ae
76
**Example**
87
```js
98
import Ae from '@aeternity/aepp-sdk/es/ae'

docs/api/ae/aens.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ The high-level description of the naming system is
77
https://github.com/aeternity/protocol/blob/master/AENS.md in the protocol
88
repository.
99

10-
**Export**: Aens
1110
**Example**
1211
```js
1312
import Aens from '@aeternity/aepp-sdk/es/ae/aens'

docs/api/ae/aepp.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## @aeternity/aepp-sdk/es/ae/aepp
44
Aepp module
55

6-
**Export**: Aepp
76
**Example**
87
```js
98
import Ae from '@aeternity/aepp-sdk/es/ae/aepp'

0 commit comments

Comments
 (0)