-
Notifications
You must be signed in to change notification settings - Fork 59
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
Realign 6.1.3 #825
Commits on Oct 31, 2019
-
* 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
Configuration menu - View commit details
-
Copy full SHA for 081bc4e - Browse repository at this point
Copy the full SHA 081bc4eView commit details
Commits on Nov 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 66cef36 - Browse repository at this point
Copy the full SHA 66cef36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f801ab - Browse repository at this point
Copy the full SHA 1f801abView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1128bbd - Browse repository at this point
Copy the full SHA 1128bbdView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6d4078e - Browse repository at this point
Copy the full SHA 6d4078eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for deed7fc - Browse repository at this point
Copy the full SHA deed7fcView commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 9725b08 - Browse repository at this point
Copy the full SHA 9725b08View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c8ebb76 - Browse repository at this point
Copy the full SHA c8ebb76View commit details -
Update commander to the latest version 🚀 (#743)
* fix(package): update commander to version 4.0.0 * chore(package): update lockfile package-lock.json
Configuration menu - View commit details
-
Copy full SHA for 4ff3345 - Browse repository at this point
Copy the full SHA 4ff3345View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b580057 - Browse repository at this point
Copy the full SHA b580057View commit details -
Update rlp to the latest version 🚀 (#744)
* fix(package): update rlp to version 2.2.4 * chore(package): update lockfile package-lock.json
Configuration menu - View commit details
-
Copy full SHA for 13cdd07 - Browse repository at this point
Copy the full SHA 13cdd07View commit details -
fix(AENS): auction end block calculation (#746)
* fix(AENS): auction end block calculation * chore(build): Update node to 5.0.2
Configuration menu - View commit details
-
Copy full SHA for 4c1f5e4 - Browse repository at this point
Copy the full SHA 4c1f5e4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fd14225 - Browse repository at this point
Copy the full SHA fd14225View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf11eb6 - Browse repository at this point
Copy the full SHA bf11eb6View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 11d8055 - Browse repository at this point
Copy the full SHA 11d8055View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0166c2 - Browse repository at this point
Copy the full SHA e0166c2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 232e0ab - Browse repository at this point
Copy the full SHA 232e0abView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddc6611 - Browse repository at this point
Copy the full SHA ddc6611View commit details -
feat(state channels): allow off chain updates to be cancelled with cu…
…stom error code (#753)
Configuration menu - View commit details
-
Copy full SHA for ae4426e - Browse repository at this point
Copy the full SHA ae4426eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c5f35d1 - Browse repository at this point
Copy the full SHA c5f35d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c950937 - Browse repository at this point
Copy the full SHA c950937View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 07cb0e7 - Browse repository at this point
Copy the full SHA 07cb0e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5250e75 - Browse repository at this point
Copy the full SHA 5250e75View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for de83204 - Browse repository at this point
Copy the full SHA de83204View commit details -
feat(Contract): Add ability to pass arguments or callData for contrac…
…t `deploy/call/callStatic` API (#768)
Configuration menu - View commit details
-
Copy full SHA for 12aaca3 - Browse repository at this point
Copy the full SHA 12aaca3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ca8b467 - Browse repository at this point
Copy the full SHA ca8b467View commit details -
feat(AENS): Increase default nameTtl (#775)
* feat(AENS): Increase default nameTtl * feat(AENS): Increase default nameTtl
Configuration menu - View commit details
-
Copy full SHA for c5f2582 - Browse repository at this point
Copy the full SHA c5f2582View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87062ea - Browse repository at this point
Copy the full SHA 87062eaView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 74952aa - Browse repository at this point
Copy the full SHA 74952aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06129de - Browse repository at this point
Copy the full SHA 06129deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 777c012 - Browse repository at this point
Copy the full SHA 777c012View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3e78d3 - Browse repository at this point
Copy the full SHA a3e78d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65b3111 - Browse repository at this point
Copy the full SHA 65b3111View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2edf518 - Browse repository at this point
Copy the full SHA 2edf518View commit details
Commits on Nov 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 233ce3a - Browse repository at this point
Copy the full SHA 233ce3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fe875e - Browse repository at this point
Copy the full SHA 3fe875eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3afef67 - Browse repository at this point
Copy the full SHA 3afef67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 545af20 - Browse repository at this point
Copy the full SHA 545af20View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcf6b1d - Browse repository at this point
Copy the full SHA fcf6b1dView commit details -
feat(KeyStore): Remove
argon2
package, uselibsodium
for both bro……wser and node (#782)
Configuration menu - View commit details
-
Copy full SHA for c18047e - Browse repository at this point
Copy the full SHA c18047eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fe6021b - Browse repository at this point
Copy the full SHA fe6021bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b0af4e - Browse repository at this point
Copy the full SHA 6b0af4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39d3625 - Browse repository at this point
Copy the full SHA 39d3625View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ac705f - Browse repository at this point
Copy the full SHA 9ac705fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d43ca5a - Browse repository at this point
Copy the full SHA d43ca5aView commit details -
Merge remote-tracking branch 'origin/hotfix/chain-composition' into h…
…otfix/chain-composition
Configuration menu - View commit details
-
Copy full SHA for e8aaed8 - Browse repository at this point
Copy the full SHA e8aaed8View commit details -
Merge pull request #789 from aeternity/hotfix/chain-composition
Hotfix/chain-composition
Configuration menu - View commit details
-
Copy full SHA for d0a29ff - Browse repository at this point
Copy the full SHA d0a29ffView commit details
Commits on Dec 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4be8eb8 - Browse repository at this point
Copy the full SHA 4be8eb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dd2fc1 - Browse repository at this point
Copy the full SHA 5dd2fc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4d8767 - Browse repository at this point
Copy the full SHA d4d8767View commit details -
Configuration menu - View commit details
-
Copy full SHA for da747c0 - Browse repository at this point
Copy the full SHA da747c0View commit details -
Merge branch 'fix/channel-5.2.0-compatibility' of https://github.com/…
…aeternity/aepp-sdk-js into fix/channel-5.2.0-compatibility
Configuration menu - View commit details
-
Copy full SHA for b5642bf - Browse repository at this point
Copy the full SHA b5642bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d738d9f - Browse repository at this point
Copy the full SHA d738d9fView commit details -
Merge remote-tracking branch 'origin/fix/channel-5.2.0-compatibility'…
… into fix/channel-5.2.0-compatibility
Configuration menu - View commit details
-
Copy full SHA for 6296133 - Browse repository at this point
Copy the full SHA 6296133View commit details -
Merge pull request #823 from aeternity/fix/channel-5.2.0-compatibility
hotfix(Channel): 5.2.0 compatibility
Configuration menu - View commit details
-
Copy full SHA for 178b662 - Browse repository at this point
Copy the full SHA 178b662View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c24df3e - Browse repository at this point
Copy the full SHA c24df3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82af04b - Browse repository at this point
Copy the full SHA 82af04bView commit details