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.3 #825

Merged
merged 57 commits into from
Dec 12, 2019
Merged

Realign 6.1.3 #825

merged 57 commits into from
Dec 12, 2019

Commits on Oct 31, 2019

  1. Release/6.0.2 (#741)

    * Update @aeternity/aepp-sdk in group default to the latest version 🚀 (#702)
    
    * fix(package): update @aeternity/aepp-sdk to version 5.0.0
    
    * fix(package): update @aeternity/aepp-sdk to version 5.0.0
    
    * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/identity/yarn.lock
    
    * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/aepp/yarn.lock
    
    * Realign 5.0.0 (#701)
    
    * chrome(Release): Bump version 5.0.0. Regenerate docs
    
    * chrome(Release): Prepare CHANGELOG. Regenerate lock file
    
    * Update README.md (#704)
    
    fix typo
    
    * Feat(AENS): auction name fee calculation (#706)
    
    * chrome(Release): Bump version 5.0.0. Regenerate docs
    
    * chrome(Release): Prepare CHANGELOG. Regenerate lock file
    
    * feat(AENS): Add auction name fee helpers and schema
    
    * feat(AENS): Add nameFee calculation and validation to name `claim` function
    
    * feat(AENS): Fix name length
    
    * feat(AENS): Add `bid` function. Add test for name auction
    
    * feat(AENS): Clear logs
    
    * refactor(AENS): refactor claim (#709)
    
    * chrome(Release): Bump version 5.0.0. Regenerate docs
    
    * chrome(Release): Prepare CHANGELOG. Regenerate lock file
    
    * refactor(constants): Move const to shema. Improve isAddressValid.
    
    * refactor(constants): Move const to shema. Improve isAddressValid.
    
    * refactor(AENS): Remove `prelimaCommitmentId`. Add function for generating `nameId`
    
    * refactor(AE): Generate nameId in spend by name function instead of calling node
    
    * Fix(Example): FIx example app (#712)
    
    * chrome(Release): Bump version 5.0.0. Regenerate docs
    
    * chrome(Release): Prepare CHANGELOG. Regenerate lock file
    
    * fix(examples): Fix contract in example AEPP
    
    * fix(examples): Add compilerVersion to AEPP example app
    
    * fix(Compiler): Add cross compiler compatibility for old compiler
    
    * fix(Compiler): Revert cross compiler options check
    
    * chore(Jenkins): Force
    
    * fix(AENS): Change tld for Lima from `aet` to `chain` (#714)
    
    * fix(AENS): Change tld for Lima from `aet` to `chain`
    Point docker to the rc-5 node and 4.0.0 compiler
    Move `classify` method from AENS to transaction builder helpers
    
    * fix(AENS): Fix claim command with new tld
    
    * feat(SPEND): Add additional validation for recipient (#715)
    
    * feat(state channels): make state channels compatible with node v5.0.0… (#688)
    
    * feat(Lima): Create Lima branch
    
    * feat(Compiler): Compiler 4.0.0 compatibility (#632)
    
    * feat(newCompiler): Increase compiler version. Add `backend` option to compiler API
    
    * fix(TX): Add fate vm version
    
    * feat(Contract): Make Contract works with node 5.0.0 rc1 (lima hard-fork) and compiler 4.0.0 rc2
    
    * chore(test): Debug channel test
    
    * fix(channel): fix contract in channel test
    
    * chore(test): Remove logs
    
    * feat(ACI): Add `payable` to contract call
    
    * feat(ACI): Add test for payable
    
    * fix(Linter): Fix linter error
    
    * feat(Compiler): Point to compiler 3.2.0. Improve `payble` to support old compiler
    
    * feat(Compiler): disable payable test
    
    * feat(Lima): Point compiler to 4.0.0. Enable tests for `payable`
    
    * feat(Lima): Make contact for channel test payable
    
    * chore(test): Enable tests
    
    * feat(Contract/ACI): Add ability to use contract with external deps(`include "someLib"`) (#653)
    
    * docs(Contract): Adjust contract docs (#658)
    
    * Release 4.7.0-next.1 (#660)
    
    * chore(release): Generate CHANGELOG. Bump version
    
    * chore(test): Test backward compatibility
    
    * chore(test): revert
    
    * feat(SCHEMA): Add fate constants
    
    * chore(release): bump version to 5.0.0-next.1
    
    * feat(Lima): add check for compiler <-> consensus protocol version check
    
    * feat(Lima): add check for abi/vm <-> backend(FATE/AEVM) (#680)
    
    * feat(Lima): add check for abi/vm <-> backend(FATE/AEVM)
    
    * feat(Lima): add check for abi/vm <-> backend(FATE/AEVM)
    
    * feat(Contract): Add fate tests
    
    * feat(Contract): enable all tests
    
    * feat(Node): Add check in dry-run endpoint(node cross compatibility)
    
    * feat(Contract): enable all tests
    
    * feat(Contract): enable all tests
    
    * feat(Contract): fix docker file run command
    
    * feat(Swagger): Resolve refs
    
    * feat(tests): Skip Channel and AENS
    
    * feat(Node): Change compatibility range from 4.x.x to 5.x.x
    
    * feat(Node): Change compatibility range from 4.x.x to 6.0.0
    
    * fix(Oracle): fix abi field resolving
    
    * chrome(build): Regenerate lock
    
    * feat(state channels): make state channels compatible with node v5.0.0-rc.2
    
    * feat(Compiler): make FATE by default (#693)
    
    * feat(Contract): Use FATE by default
    
    * Fix lint error
    
    * feat(AENS): Lima compatibility (#687)
    
    * Aens lima compatibility
    
    * Make aens cross compatible with pre-lima releases
    
    * Remove .only
    
    * Fix native build of claim tx test
    
    * feat(GA): Make GA compatible with Lima. Add cross compiler compatibility
    
    * fix(Test): Fix test for cross compatibility. Add test for AEVM
    
    * fix(AE): Add pointers verification for spend by name. Improve AENS cross node tests
    
    * build(Node): Point node to 5.0.0-rc3
    
    * Change node version to v5.0.0-rc.3
    
    * Fix test
    
    * Fix channel contracts tests
    
    * Update @aeternity/aepp-sdk in group default to the latest version 🚀 (#720)
    
    * fix(package): update @aeternity/aepp-sdk to version 6.0.0
    
    * fix(package): update @aeternity/aepp-sdk to version 6.0.0
    
    * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/identity/yarn.lock
    
    * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/aepp/yarn.lock
    
    * Realign 6.0.0 (#719)
    
    * chrome(Release): Bump version 5.0.0. Regenerate docs
    
    * chrome(Release): Prepare CHANGELOG. Regenerate lock file
    
    * Release 6.0.0 (#716)
    
    * Update @aeternity/aepp-sdk in group default to the latest version 🚀 (#702)
    
    * fix(package): update @aeternity/aepp-sdk to version 5.0.0
    
    * fix(package): update @aeternity/aepp-sdk to version 5.0.0
    
    * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/identity/yarn.lock
    
    * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/aepp/yarn.lock
    
    * Realign 5.0.0 (#701)
    
    * chrome(Release): Bump version 5.0.0. Regenerate docs
    
    * chrome(Release): Prepare CHANGELOG. Regenerate lock file
    
    * Update README.md (#704)
    
    fix typo
    
    * Feat(AENS): auction name fee calculation (#706)
    
    * chrome(Release): Bump version 5.0.0. Regenerate docs
    
    * chrome(Release): Prepare CHANGELOG. Regenerate lock file
    
    * feat(AENS): Add auction name fee helpers and schema
    
    * feat(AENS): Add nameFee calculation and validation to name `claim` function
    
    * feat(AENS): Fix name length
    
    * feat(AENS): Add `bid` function. Add test for name auction
    
    * feat(AENS): Clear logs
    
    * refactor(AENS): refactor claim (#709)
    
    * chrome(Release): Bump version 5.0.0. Regenerate docs
    
    * chrome(Release): Prepare CHANGELOG. Regenerate lock file
    
    * refactor(constants): Move const to shema. Improve isAddressValid.
    
    * refactor(constants): Move const to shema. Improve isAddressValid.
    
    * refactor(AENS): Remove `prelimaCommitmentId`. Add function for generating `nameId`
    
    * refactor(AE): Generate nameId in spend by name function instead of calling node
    
    * Fix(Example): FIx example app (#712)
    
    * chrome(Release): Bump version 5.0.0. Regenerate docs
    
    * chrome(Release): Prepare CHANGELOG. Regenerate lock file
    
    * fix(examples): Fix contract in example AEPP
    
    * fix(examples): Add compilerVersion to AEPP example app
    
    * fix(Compiler): Add cross compiler compatibility for old compiler
    
    * fix(Compiler): Revert cross compiler options check
    
    * chore(Jenkins): Force
    
    * fix(AENS): Change tld for Lima from `aet` to `chain` (#714)
    
    * fix(AENS): Change tld for Lima from `aet` to `chain`
    Point docker to the rc-5 node and 4.0.0 compiler
    Move `classify` method from AENS to transaction builder helpers
    
    * fix(AENS): Fix claim command with new tld
    
    * feat(SPEND): Add additional validation for recipient (#715)
    
    * feat(state channels): make state channels compatible with node v5.0.0… (#688)
    
    * feat(Lima): Create Lima branch
    
    * feat(Compiler): Compiler 4.0.0 compatibility (#632)
    
    * feat(newCompiler): Increase compiler version. Add `backend` option to compiler API
    
    * fix(TX): Add fate vm version
    
    * feat(Contract): Make Contract works with node 5.0.0 rc1 (lima hard-fork) and compiler 4.0.0 rc2
    
    * chore(test): Debug channel test
    
    * fix(channel): fix contract in channel test
    
    * chore(test): Remove logs
    
    * feat(ACI): Add `payable` to contract call
    
    * feat(ACI): Add test for payable
    
    * fix(Linter): Fix linter error
    
    * feat(Compiler): Point to compiler 3.2.0. Improve `payble` to support old compiler
    
    * feat(Compiler): disable payable test
    
    * feat(Lima): Point compiler to 4.0.0. Enable tests for `payable`
    
    * feat(Lima): Make contact for channel test payable
    
    * chore(test): Enable tests
    
    * feat(Contract/ACI): Add ability to use contract with external deps(`include "someLib"`) (#653)
    
    * docs(Contract): Adjust contract docs (#658)
    
    * Release 4.7.0-next.1 (#660)
    
    * chore(release): Generate CHANGELOG. Bump version
    
    * chore(test): Test backward compatibility
    
    * chore(test): revert
    
    * feat(SCHEMA): Add fate constants
    
    * chore(release): bump version to 5.0.0-next.1
    
    * feat(Lima): add check for compiler <-> consensus protocol version check
    
    * feat(Lima): add check for abi/vm <-> backend(FATE/AEVM) (#680)
    
    * feat(Lima): add check for abi/vm <-> backend(FATE/AEVM)
    
    * feat(Lima): add check for abi/vm <-> backend(FATE/AEVM)
    
    * feat(Contract): Add fate tests
    
    * feat(Contract): enable all tests
    
    * feat(Node): Add check in dry-run endpoint(node cross compatibility)
    
    * feat(Contract): enable all tests
    
    * feat(Contract): enable all tests
    
    * feat(Contract): fix docker file run command
    
    * feat(Swagger): Resolve refs
    
    * feat(tests): Skip Channel and AENS
    
    * feat(Node): Change compatibility range from 4.x.x to 5.x.x
    
    * feat(Node): Change compatibility range from 4.x.x to 6.0.0
    
    * fix(Oracle): fix abi field resolving
    
    * chrome(build): Regenerate lock
    
    * feat(state channels): make state channels compatible with node v5.0.0-rc.2
    
    * feat(Compiler): make FATE by default (#693)
    
    * feat(Contract): Use FATE by default
    
    * Fix lint error
    
    * feat(AENS): Lima compatibility (#687)
    
    * Aens lima compatibility
    
    * Make aens cross compatible with pre-lima releases
    
    * Remove .only
    
    * Fix native build of claim tx test
    
    * feat(GA): Make GA compatible with Lima. Add cross compiler compatibility
    
    * fix(Test): Fix test for cross compatibility. Add test for AEVM
    
    * fix(AE): Add pointers verification for spend by name. Improve AENS cross node tests
    
    * build(Node): Point node to 5.0.0-rc3
    
    * Change node version to v5.0.0-rc.3
    
    * Fix test
    
    * Fix channel contracts tests
    
    * chore(release): Bump version to 6.0.0
    
    * chore(release): Adjust CHANGELOG. Regenerate lock file. Regenerate docs
    
    * chore(release): Force Jenkins
    
    * chore(Test): Adjust timeout for pollQuery test
    
    * chrome(test): enable State chanel tests
    
    * chrome(test): fix oracle pollQuery
    
    * Update libsodium-wrappers-sumo to the latest version 🚀 (#721)
    
    * fix(package): update libsodium-wrappers-sumo to version 0.7.6
    
    * chore(package): update lockfile package-lock.json
    
    * Keystore: Make usable in nodejs@10 and below (#726)
    
    * keystore: Fix name in example
    
    * Add missed Keystore module export
    
    * keystore: Add example for versions of nodejs that don't supports esm
    
    * fix(aens): added lower case transformation for aens names (#730)
    
    * fix(aens): added lower case transformation for aens names
    
    commitment Id has been generated incorrectly because names have not been transformed to a lower case
    
    * fix(aens): removed unnecessary lower case transformation during the name encoding process
    
    * fix(aens): disable test for spend by name
    
    #728
    
    * fix(aens): fixed namespace for claim transactions
    
    #728
    
    * removed empty lines
    
    * style(changelog): added whitespaces to separate changelog sections
    
    * name claim: Revert ignoring waitMined from user passed options (#727)
    
    Reverts changes in 8850900#diff-bd3d95ffcb66b185645d812b7d5ba656L179-R176
    
    * Bump version to 6.0.2
    
    * Regenerate lock file. Regenerate docs
    mpowaga authored Oct 31, 2019
    Configuration menu
    Copy the full SHA
    081bc4e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. removed empty lines

    tarasherasymchuk authored and nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    66cef36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f801ab View commit details
    Browse the repository at this point in the history
  3. Feat(AENS): auction name fee calculation (#706)

    * chrome(Release): Bump version 5.0.0. Regenerate docs
    
    * chrome(Release): Prepare CHANGELOG. Regenerate lock file
    
    * feat(AENS): Add auction name fee helpers and schema
    
    * feat(AENS): Add nameFee calculation and validation to name `claim` function
    
    * feat(AENS): Fix name length
    
    * feat(AENS): Add `bid` function. Add test for name auction
    
    * feat(AENS): Clear logs
    nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    1128bbd View commit details
    Browse the repository at this point in the history
  4. refactor(AENS): refactor claim (#709)

    * chrome(Release): Bump version 5.0.0. Regenerate docs
    
    * chrome(Release): Prepare CHANGELOG. Regenerate lock file
    
    * refactor(constants): Move const to shema. Improve isAddressValid.
    
    * refactor(constants): Move const to shema. Improve isAddressValid.
    
    * refactor(AENS): Remove `prelimaCommitmentId`. Add function for generating `nameId`
    
    * refactor(AE): Generate nameId in spend by name function instead of calling node
    nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    6d4078e View commit details
    Browse the repository at this point in the history
  5. feat(state channels): make state channels compatible with node v5.0.0… (

    #688)
    
    * feat(Lima): Create Lima branch
    
    * feat(Compiler): Compiler 4.0.0 compatibility (#632)
    
    * feat(newCompiler): Increase compiler version. Add `backend` option to compiler API
    
    * fix(TX): Add fate vm version
    
    * feat(Contract): Make Contract works with node 5.0.0 rc1 (lima hard-fork) and compiler 4.0.0 rc2
    
    * chore(test): Debug channel test
    
    * fix(channel): fix contract in channel test
    
    * chore(test): Remove logs
    
    * feat(ACI): Add `payable` to contract call
    
    * feat(ACI): Add test for payable
    
    * fix(Linter): Fix linter error
    
    * feat(Compiler): Point to compiler 3.2.0. Improve `payble` to support old compiler
    
    * feat(Compiler): disable payable test
    
    * feat(Lima): Point compiler to 4.0.0. Enable tests for `payable`
    
    * feat(Lima): Make contact for channel test payable
    
    * chore(test): Enable tests
    
    * feat(Contract/ACI): Add ability to use contract with external deps(`include "someLib"`) (#653)
    
    * docs(Contract): Adjust contract docs (#658)
    
    * Release 4.7.0-next.1 (#660)
    
    * chore(release): Generate CHANGELOG. Bump version
    
    * chore(test): Test backward compatibility
    
    * chore(test): revert
    
    * feat(SCHEMA): Add fate constants
    
    * chore(release): bump version to 5.0.0-next.1
    
    * feat(Lima): add check for compiler <-> consensus protocol version check
    
    * feat(Lima): add check for abi/vm <-> backend(FATE/AEVM) (#680)
    
    * feat(Lima): add check for abi/vm <-> backend(FATE/AEVM)
    
    * feat(Lima): add check for abi/vm <-> backend(FATE/AEVM)
    
    * feat(Contract): Add fate tests
    
    * feat(Contract): enable all tests
    
    * feat(Node): Add check in dry-run endpoint(node cross compatibility)
    
    * feat(Contract): enable all tests
    
    * feat(Contract): enable all tests
    
    * feat(Contract): fix docker file run command
    
    * feat(Swagger): Resolve refs
    
    * feat(tests): Skip Channel and AENS
    
    * feat(Node): Change compatibility range from 4.x.x to 5.x.x
    
    * feat(Node): Change compatibility range from 4.x.x to 6.0.0
    
    * fix(Oracle): fix abi field resolving
    
    * chrome(build): Regenerate lock
    
    * feat(state channels): make state channels compatible with node v5.0.0-rc.2
    
    * feat(Compiler): make FATE by default (#693)
    
    * feat(Contract): Use FATE by default
    
    * Fix lint error
    
    * feat(AENS): Lima compatibility (#687)
    
    * Aens lima compatibility
    
    * Make aens cross compatible with pre-lima releases
    
    * Remove .only
    
    * Fix native build of claim tx test
    
    * feat(GA): Make GA compatible with Lima. Add cross compiler compatibility
    
    * fix(Test): Fix test for cross compatibility. Add test for AEVM
    
    * fix(AE): Add pointers verification for spend by name. Improve AENS cross node tests
    
    * build(Node): Point node to 5.0.0-rc3
    
    * Change node version to v5.0.0-rc.3
    
    * Fix test
    
    * Fix channel contracts tests
    mpowaga authored and nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    deed7fc View commit details
    Browse the repository at this point in the history
  6. Realign 6.0.0 (#719)

    * chrome(Release): Bump version 5.0.0. Regenerate docs
    
    * chrome(Release): Prepare CHANGELOG. Regenerate lock file
    
    * Release 6.0.0 (#716)
    
    * Update @aeternity/aepp-sdk in group default to the latest version 🚀 (#702)
    
    * fix(package): update @aeternity/aepp-sdk to version 5.0.0
    
    * fix(package): update @aeternity/aepp-sdk to version 5.0.0
    
    * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/identity/yarn.lock
    
    * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/aepp/yarn.lock
    
    * Realign 5.0.0 (#701)
    
    * chrome(Release): Bump version 5.0.0. Regenerate docs
    
    * chrome(Release): Prepare CHANGELOG. Regenerate lock file
    
    * Update README.md (#704)
    
    fix typo
    
    * Feat(AENS): auction name fee calculation (#706)
    
    * chrome(Release): Bump version 5.0.0. Regenerate docs
    
    * chrome(Release): Prepare CHANGELOG. Regenerate lock file
    
    * feat(AENS): Add auction name fee helpers and schema
    
    * feat(AENS): Add nameFee calculation and validation to name `claim` function
    
    * feat(AENS): Fix name length
    
    * feat(AENS): Add `bid` function. Add test for name auction
    
    * feat(AENS): Clear logs
    
    * refactor(AENS): refactor claim (#709)
    
    * chrome(Release): Bump version 5.0.0. Regenerate docs
    
    * chrome(Release): Prepare CHANGELOG. Regenerate lock file
    
    * refactor(constants): Move const to shema. Improve isAddressValid.
    
    * refactor(constants): Move const to shema. Improve isAddressValid.
    
    * refactor(AENS): Remove `prelimaCommitmentId`. Add function for generating `nameId`
    
    * refactor(AE): Generate nameId in spend by name function instead of calling node
    
    * Fix(Example): FIx example app (#712)
    
    * chrome(Release): Bump version 5.0.0. Regenerate docs
    
    * chrome(Release): Prepare CHANGELOG. Regenerate lock file
    
    * fix(examples): Fix contract in example AEPP
    
    * fix(examples): Add compilerVersion to AEPP example app
    
    * fix(Compiler): Add cross compiler compatibility for old compiler
    
    * fix(Compiler): Revert cross compiler options check
    
    * chore(Jenkins): Force
    
    * fix(AENS): Change tld for Lima from `aet` to `chain` (#714)
    
    * fix(AENS): Change tld for Lima from `aet` to `chain`
    Point docker to the rc-5 node and 4.0.0 compiler
    Move `classify` method from AENS to transaction builder helpers
    
    * fix(AENS): Fix claim command with new tld
    
    * feat(SPEND): Add additional validation for recipient (#715)
    
    * feat(state channels): make state channels compatible with node v5.0.0… (#688)
    
    * feat(Lima): Create Lima branch
    
    * feat(Compiler): Compiler 4.0.0 compatibility (#632)
    
    * feat(newCompiler): Increase compiler version. Add `backend` option to compiler API
    
    * fix(TX): Add fate vm version
    
    * feat(Contract): Make Contract works with node 5.0.0 rc1 (lima hard-fork) and compiler 4.0.0 rc2
    
    * chore(test): Debug channel test
    
    * fix(channel): fix contract in channel test
    
    * chore(test): Remove logs
    
    * feat(ACI): Add `payable` to contract call
    
    * feat(ACI): Add test for payable
    
    * fix(Linter): Fix linter error
    
    * feat(Compiler): Point to compiler 3.2.0. Improve `payble` to support old compiler
    
    * feat(Compiler): disable payable test
    
    * feat(Lima): Point compiler to 4.0.0. Enable tests for `payable`
    
    * feat(Lima): Make contact for channel test payable
    
    * chore(test): Enable tests
    
    * feat(Contract/ACI): Add ability to use contract with external deps(`include "someLib"`) (#653)
    
    * docs(Contract): Adjust contract docs (#658)
    
    * Release 4.7.0-next.1 (#660)
    
    * chore(release): Generate CHANGELOG. Bump version
    
    * chore(test): Test backward compatibility
    
    * chore(test): revert
    
    * feat(SCHEMA): Add fate constants
    
    * chore(release): bump version to 5.0.0-next.1
    
    * feat(Lima): add check for compiler <-> consensus protocol version check
    
    * feat(Lima): add check for abi/vm <-> backend(FATE/AEVM) (#680)
    
    * feat(Lima): add check for abi/vm <-> backend(FATE/AEVM)
    
    * feat(Lima): add check for abi/vm <-> backend(FATE/AEVM)
    
    * feat(Contract): Add fate tests
    
    * feat(Contract): enable all tests
    
    * feat(Node): Add check in dry-run endpoint(node cross compatibility)
    
    * feat(Contract): enable all tests
    
    * feat(Contract): enable all tests
    
    * feat(Contract): fix docker file run command
    
    * feat(Swagger): Resolve refs
    
    * feat(tests): Skip Channel and AENS
    
    * feat(Node): Change compatibility range from 4.x.x to 5.x.x
    
    * feat(Node): Change compatibility range from 4.x.x to 6.0.0
    
    * fix(Oracle): fix abi field resolving
    
    * chrome(build): Regenerate lock
    
    * feat(state channels): make state channels compatible with node v5.0.0-rc.2
    
    * feat(Compiler): make FATE by default (#693)
    
    * feat(Contract): Use FATE by default
    
    * Fix lint error
    
    * feat(AENS): Lima compatibility (#687)
    
    * Aens lima compatibility
    
    * Make aens cross compatible with pre-lima releases
    
    * Remove .only
    
    * Fix native build of claim tx test
    
    * feat(GA): Make GA compatible with Lima. Add cross compiler compatibility
    
    * fix(Test): Fix test for cross compatibility. Add test for AEVM
    
    * fix(AE): Add pointers verification for spend by name. Improve AENS cross node tests
    
    * build(Node): Point node to 5.0.0-rc3
    
    * Change node version to v5.0.0-rc.3
    
    * Fix test
    
    * Fix channel contracts tests
    
    * chore(release): Bump version to 6.0.0
    
    * chore(release): Adjust CHANGELOG. Regenerate lock file. Regenerate docs
    
    * chore(release): Force Jenkins
    
    * chore(Test): Adjust timeout for pollQuery test
    
    * chrome(test): enable State chanel tests
    
    * chrome(test): fix oracle pollQuery
    nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    9725b08 View commit details
    Browse the repository at this point in the history
  7. Update libsodium-wrappers-sumo to the latest version 🚀 (#721)

    * fix(package): update libsodium-wrappers-sumo to version 0.7.6
    
    * chore(package): update lockfile package-lock.json
    greenkeeper[bot] authored and nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    c8ebb76 View commit details
    Browse the repository at this point in the history
  8. Update commander to the latest version 🚀 (#743)

    * fix(package): update commander to version 4.0.0
    
    * chore(package): update lockfile package-lock.json
    greenkeeper[bot] authored and nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    4ff3345 View commit details
    Browse the repository at this point in the history
  9. Update vue-loader in group default to the latest version 🚀 (#745)

    * chore(package): update vue-loader to version 15.7.2
    
    * chore(package): update vue-loader to version 15.7.2
    greenkeeper[bot] authored and nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    b580057 View commit details
    Browse the repository at this point in the history
  10. Update rlp to the latest version 🚀 (#744)

    * fix(package): update rlp to version 2.2.4
    
    * chore(package): update lockfile package-lock.json
    greenkeeper[bot] authored and nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    13cdd07 View commit details
    Browse the repository at this point in the history
  11. fix(AENS): auction end block calculation (#746)

    * fix(AENS): auction end block calculation
    
    * chore(build): Update node to 5.0.2
    nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    4c1f5e4 View commit details
    Browse the repository at this point in the history
  12. fix(AENS): Fix produceNameId function(Make name lowercase). Enable … (

    #750)
    
    * fix(AENS): Fix `produceNameId` function(Make name lowercase). Enable spend by name test
    
    * chore(Test): Increase amount of tokens for AENS tests
    nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    fd14225 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bf11eb6 View commit details
    Browse the repository at this point in the history
  14. Update @aeternity/aepp-sdk in group default to the latest version 🚀 (#…

    …733)
    
    * fix(package): update @aeternity/aepp-sdk to version 6.0.1
    
    * fix(package): update @aeternity/aepp-sdk to version 6.0.1
    
    * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/identity/yarn.lock
    
    * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/aepp/yarn.lock
    greenkeeper[bot] authored and nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    11d8055 View commit details
    Browse the repository at this point in the history
  15. Remove extra eslint exceptions (#729)

    davidyuk authored and nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    e0166c2 View commit details
    Browse the repository at this point in the history
  16. Update babel7 in group default to the latest version 🚀 (#754)

    * chore(package): update @babel/cli to version 7.7.0
    
    * chore(package): update @babel/cli to version 7.7.0
    
    * chore(package): update @babel/cli to version 7.7.0
    
    * chore(package): update @babel/core to version 7.7.0
    
    * chore(package): update @babel/core to version 7.7.0
    
    * chore(package): update @babel/core to version 7.7.0
    
    * chore(package): update @babel/node to version 7.7.0
    
    * chore(package): update @babel/node to version 7.7.0
    
    * chore(package): update @babel/node to version 7.7.0
    
    * chore(package): update @babel/preset-env to version 7.7.0
    
    * chore(package): update @babel/preset-env to version 7.7.0
    
    * chore(package): update @babel/preset-env to version 7.7.0
    
    * chore(package): update @babel/register to version 7.7.0
    
    * chore(package): update @babel/register to version 7.7.0
    
    * chore(package): update @babel/register to version 7.7.0
    
    * chore(package): update @babel/runtime to version 7.7.0
    
    * chore(package): update @babel/runtime to version 7.7.0
    
    * chore(package): update @babel/runtime to version 7.7.0
    
    * chore(package): update lockfile package-lock.json
    
    * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/identity/yarn.lock
    
    * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/aepp/yarn.lock
    greenkeeper[bot] authored and nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    232e0ab View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ddc6611 View commit details
    Browse the repository at this point in the history
  18. feat(state channels): allow off chain updates to be cancelled with cu…

    …stom error code (#753)
    mpowaga authored and nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    ae4426e View commit details
    Browse the repository at this point in the history
  19. fix(state channels): wait for connection to be established before sen…

    …ding generic message (#723)
    
    * feat(state channels): add .off method
    
    * fix(state channels): wait for connection to be established before sending generic message
    mpowaga authored and nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    c5f35d1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c950937 View commit details
    Browse the repository at this point in the history
  21. feat(ACI): Add validation for contractAddress (#764)

    * feat(ACI): Add validation for contractAddress and provided bytecode with corresponding one on-chain
    
    * feat(ACI): Add tests
    nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    07cb0e7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5250e75 View commit details
    Browse the repository at this point in the history
  23. feat(Crypto): Implement asymmetric encoding/decoding using `tweennac…

    …l` and `Ed25519` keypair (#466)
    
    * feat(Add nacl box implementtation): ]
    
    * feat(Crypto): Implement asymetric encoding/decoding using tweennacl and Ed25519 keypair
    
    Converts a 32-byte Ed25519 public key into a 32-byte Curve25519 public key.Converts a 64-byte
    Ed25519 secret key (or just the first 32-byte part of it, which is the secret value) into a 32-byte
    Curve25519 secret key
    
    #465
    
    * chore(merge): Fix conflict
    nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    de83204 View commit details
    Browse the repository at this point in the history
  24. feat(Contract): Add ability to pass arguments or callData for contrac…

    …t `deploy/call/callStatic` API (#768)
    nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    12aaca3 View commit details
    Browse the repository at this point in the history
  25. Update babel7 in group default to the latest version 🚀 (#771)

    * chore(package): update @babel/core to version 7.7.2
    
    * chore(package): update @babel/core to version 7.7.2
    
    * chore(package): update @babel/core to version 7.7.2
    
    * chore(package): update @babel/preset-env to version 7.7.1
    
    * chore(package): update @babel/preset-env to version 7.7.1
    
    * chore(package): update @babel/preset-env to version 7.7.1
    
    * chore(package): update @babel/runtime to version 7.7.2
    
    * chore(package): update @babel/runtime to version 7.7.2
    
    * chore(package): update @babel/runtime to version 7.7.2
    
    * chore(package): update lockfile package-lock.json
    
    * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/identity/yarn.lock
    
    * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/aepp/yarn.lock
    greenkeeper[bot] authored and nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    ca8b467 View commit details
    Browse the repository at this point in the history
  26. feat(AENS): Increase default nameTtl (#775)

    * feat(AENS): Increase default nameTtl
    
    * feat(AENS): Increase default nameTtl
    nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    c5f2582 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    87062ea View commit details
    Browse the repository at this point in the history
  28. feat(state channels): make state channels compatible with node v5.1.0… (

    #776)
    
    * feat(state channels): make state channels compatible with node v5.1.0-rc.1
    
    * Fix lint error
    mpowaga authored and nduchak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    74952aa View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    06129de View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    777c012 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a3e78d3 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    65b3111 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #779 from aeternity/release/6.1.0

    Release 6.1.0
    nduchak authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    2edf518 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. removed empty lines

    tarasherasymchuk authored and nduchak committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    233ce3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fe875e View commit details
    Browse the repository at this point in the history
  3. feat(Crypto): Implement asymmetric encoding/decoding using `tweennac…

    …l` and `Ed25519` keypair (#466)
    
    * feat(Add nacl box implementtation): ]
    
    * feat(Crypto): Implement asymetric encoding/decoding using tweennacl and Ed25519 keypair
    
    Converts a 32-byte Ed25519 public key into a 32-byte Curve25519 public key.Converts a 64-byte
    Ed25519 secret key (or just the first 32-byte part of it, which is the secret value) into a 32-byte
    Curve25519 secret key
    
    #465
    
    * chore(merge): Fix conflict
    nduchak committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    3afef67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    545af20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcf6b1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c18047e View commit details
    Browse the repository at this point in the history
  7. fix(ACI): Disable bytecode check for source and code on-chain (#783)

    * fix(ACI): Disable bytecode check for source and code on-chain
    
    * fix(ACI): Disable bytecode check for source and code on-chain
    nduchak committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    fe6021b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b0af4e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #785 from aeternity/release/6.1.1

    Release 6.1.1
    nduchak authored Nov 12, 2019
    Configuration menu
    Copy the full SHA
    39d3625 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9ac705f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d43ca5a View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/hotfix/chain-composition' into h…

    …otfix/chain-composition
    nduchak committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    e8aaed8 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #789 from aeternity/hotfix/chain-composition

    Hotfix/chain-composition
    nduchak authored Nov 12, 2019
    Configuration menu
    Copy the full SHA
    d0a29ff View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Configuration menu
    Copy the full SHA
    4be8eb8 View commit details
    Browse the repository at this point in the history
  2. Fix lint error

    mpowaga committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    5dd2fc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4d8767 View commit details
    Browse the repository at this point in the history
  4. Fix internal.js

    mpowaga committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    da747c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5642bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d738d9f View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/fix/channel-5.2.0-compatibility'…

    … into fix/channel-5.2.0-compatibility
    nduchak committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    6296133 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #823 from aeternity/fix/channel-5.2.0-compatibility

    hotfix(Channel): 5.2.0 compatibility
    shekhar-shubhendu authored Dec 11, 2019
    Configuration menu
    Copy the full SHA
    178b662 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' into realign/6.1.3

    # Conflicts:
    #	.env
    #	CHANGELOG.md
    #	docs/api/channel/index.md
    #	es/ae/contract.js
    #	es/ae/wallet.js
    #	es/channel/handlers.js
    #	es/channel/internal.js
    #	es/tx/builder/helpers.js
    #	es/tx/builder/index.js
    #	examples/browser/vuejs/connect-two-ae/aepp/package.json
    #	examples/browser/vuejs/connect-two-ae/aepp/yarn.lock
    #	examples/browser/vuejs/connect-two-ae/identity/package.json
    #	examples/browser/vuejs/connect-two-ae/identity/yarn.lock
    #	package-lock.json
    #	package.json
    #	test/integration/channel.js
    #	test/integration/contract.js
    nduchak committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    c24df3e View commit details
    Browse the repository at this point in the history
  10. fix(.env): Fix env name

    nduchak committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    82af04b View commit details
    Browse the repository at this point in the history