Merged
Conversation
…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>
Realign 7.2.1
… to depend on `get tx/info` API
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
Regenerate lock files
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bug Fixes
Features
ACIHelpersandACITransformationto bundle (#970) (8b475e0)allowUnsyncedforpollmethod which allow to depend onget tx/infoAPI (9c80ce0)debugoption to Channel stamp (#967) (68fcba5)