Skip to content

Release 7.3.0#994

Merged
nduchak merged 20 commits intomasterfrom
release/7.3.0
May 21, 2020
Merged

Release 7.3.0#994
nduchak merged 20 commits intomasterfrom
release/7.3.0

Conversation

@nduchak
Copy link
Contributor

@nduchak nduchak commented May 20, 2020

Bug Fixes

Features

  • ACI: expose events decoding through Contract ACI stamp (#971) (4930635)
  • AEX_2: Allow to connect without node (#991) (87b9ef9)
  • AEX_2: Connect to extension from iframe (#992) (47179f7)
  • Build: Expose ACIHelpers and ACITransformation to bundle (#970) (8b475e0)
  • Chain: Add option allowUnsynced for poll method which allow to depend on get tx/info API (9c80ce0)
  • Channel: add timeout message handler (#983) (1940a15)
  • Channel: Channel force progress (#964) (8f15bef)
  • Contract: Add unpacked transaction to contract call with error (#981) (4efd341)
  • Node: Add debug option to Channel stamp (#967) (68fcba5)

greenkeeper bot and others added 18 commits March 25, 2020 20:26
…951)

* fix(package): update @aeternity/aepp-sdk to version 7.2.1

* fix(package): update @aeternity/aepp-sdk to version 7.2.1

* chore(package): update lockfile examples/browser/vuejs/connect-two-ae/identity/package-lock.json

* chore(package): update lockfile examples/browser/vuejs/connect-two-ae/aepp/package-lock.json

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
feat(Chain): Add option `allowUnsynced` for `poll` method
* chore(package): update @babel/plugin-proposal-object-rest-spread to version 7.9.5

* chore(package): update @babel/plugin-proposal-object-rest-spread to version 7.9.5

* chore(package): update @babel/plugin-proposal-object-rest-spread to version 7.9.5

* chore(package): update @babel/preset-env to version 7.9.5

* chore(package): update @babel/preset-env to version 7.9.5

* chore(package): update @babel/preset-env to version 7.9.5

* chore(package): update lockfile package-lock.json

* chore(package): update lockfile examples/browser/vuejs/connect-two-ae/identity/package-lock.json

* chore(package): update lockfile examples/browser/vuejs/connect-two-ae/aepp/package-lock.json

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
* fix(example): Regenerate lock

* refactor(utils): Move `getAddressFromPriv` from `keystore` to `crypto` and other few methods

* fix(Linter): Fix linter error
* feat(Channel): Add serialization/deserialization for ForceProgressTx
Add new Channel API `forceProgress` to Channel stamp, add handler

* feat(Channel): Add new type of transaction filed `stateTree`.
Add handler for processing the forceProgress Transaction
Adjust `node.tx` method to retrieve

* feat(Node): get tx info for force progress tx in `tx` method of the Node

* feat(Node): adjust tests

* chore(Node): update to 5

* chore(Node): update node to 5.5.3

* chore(test): skip snapshot test
* fix(package): update uuid to version 8.0.0

* chore(package): update lockfile package-lock.json

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
* feat(Node): Add `debug` option to Channel stamp which log all websocket communication

* chore(Node): update node to

* chore(ACI): export function for preparing arguments for compiler

* feat(Channel): write channelId also on funding_signed message

* feat(Channel): Provide updates on contract call to sign fn

* feat(Channel): Provide updates on contract call to sign fn

* feat(Channel): Add proper channel close handling

* feat(Channel): Add another event to close handler

* feat(Channel): fix of channel close handler

* chore(package): Update lock file

* chore(package): debug

* chore(package): debug
* feat(ACI)L: Fid order of events when decoding
TODO: Check with core about order thingy from EVENTS docs

* fix(Test): Fix contract test

* fix(Test): Fix event parsing tests

* chore(build): Update node version to 5.5.4
…981)

* feat(Contract): Add unpacked transaction to contract call with error

* fix(Contract): adjust dry-run error handling
* feat(AEX_2): Remove check for available network in Wallet `connect` handler

* feat(AEX_2): Fix RPC example apps.
* feat(AEX_2): Add flag for allowing cross origin messages for WindowMessageConnection and Content script bridge
Adjust WalletDetector to properly resolve origin and create connnection

* feat(AEX_2): Remove check for available network in Wallet `connect` handler

* feat(AEX_2): Add auto target detection for BrowserWindowConnection

* feat(AEX_2): Adjust helper for multiple browser support

* feat(AEX_2): Fix RPC test's

* feat(AEX_2): Fix RPC test's
@nduchak nduchak requested a review from mradkov May 20, 2020 19:22
@nduchak nduchak self-assigned this May 20, 2020
@codecov
Copy link

codecov bot commented May 21, 2020

Codecov Report

Merging #994 into master will decrease coverage by 0.47%.
The diff coverage is 87.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #994      +/-   ##
==========================================
- Coverage   93.11%   92.63%   -0.48%     
==========================================
  Files          58       58              
  Lines        3034     3096      +62     
==========================================
+ Hits         2825     2868      +43     
- Misses        209      228      +19     
Impacted Files Coverage Δ
es/tx/builder/index.js 83.09% <50.00%> (-0.48%) ⬇️
...communication/connection/browser-window-message.js 91.66% <60.00%> (-8.34%) ⬇️
es/utils/aepp-wallet-communication/helpers.js 95.45% <60.00%> (-4.55%) ⬇️
es/channel/handlers.js 80.83% <86.95%> (+1.10%) ⬆️
es/ae/contract.js 95.58% <100.00%> (+0.06%) ⬆️
es/chain/node.js 94.11% <100.00%> (ø)
es/channel/index.js 89.21% <100.00%> (+0.67%) ⬆️
es/channel/internal.js 95.52% <100.00%> (-0.58%) ⬇️
es/contract/aci/helpers.js 100.00% <100.00%> (ø)
es/contract/aci/index.js 95.65% <100.00%> (ø)
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6c45e8b...40f8687. Read the comment docs.

Copy link
Contributor

@mradkov mradkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@nduchak nduchak merged commit 0511bdb into master May 21, 2020
@nduchak nduchak deleted the release/7.3.0 branch May 25, 2020 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants