-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Realign/3.2.1 (#412) * chore(package): Bump version to 2.4.1 * chore(Adjust CHANGELOG): * chore(CAHNGELOG): Fix typo * docs(USAGE): Fix networkId in Wallet example * fix(Http): Remove userAgent from axios * chore(CHANGELOG): Fix typo * docs(*): Regenrate docs * chore(bump version in package): * chore(CHANGELOG): Adjust changelog to conventional changelog style * chore(Docker): Update node version tot 2.3.0 * docs(CHANGELOG): Adjust release * feat(npm): Add script for auto-generating changelog * chore(Node): downgrade to 2.2.0 due to failed channel test * fix(Channel): Fix failing test on 2.3.0 node * chore(package-lock): adjust package-lock * chore(Channel): Revert to 2.2.0 * docs(Docs): Regenerate docs * refactor(node): Add txHash to sendTransaction error * chore(package): bump version to 3.1.0 * chore(Docs): Regeneratee docs and changelog * chore(package): Add packa-lock * chore(changelog): Adjust closes issue * chore(package): Bump version to 3.2.0 * docs(Docs and Changelog): Regenerate docs * docs(CHANGELOG): Adjust changelog * docs(CHANGELOG): Adjust changelog * chore(Jenkions): Force jenkins * fix(NPM): Make audit of npm packages. Remove esm from deps * chore(Release): Bump version in package, generate CHNAGELOG * force Jenkins * force Jenkins * force Jenkins * force Jenkins * feat(Consensus): Add function to get consensus version. (#413) * feat(Consensus): Add function to get conmsensus version. Get vm/abi based on node protocol * chore(node): Remove logs * add docs for node getProtocol * disable channel tests * try to fix channel test * try to fix channel test * Make sdk compatible with node from 2.3.0 to 4.0.0 * feat(TxBuilder): INT type must be greater or equal 0 int transaction * feat(State Channels): Make state channels compatible with aeternity v… (#415) * feat(State Channels): Make state channels compatible with aeternity v3.0.0 * Fix lint error * feat(Transaction Builder): Add serializations for transactions introd… (#416) * feat(Transaction Builder): Add serializations for transactions introduced in fortuna release * Fix lint errors * fix(AEP exampe): Fix contract in AEPP example * chore(package): Bump version to 3.3.0 * fix(Node): Use universalUrl istead of ES URL * Enable channel tests
- Loading branch information
Showing
13 changed files
with
623 additions
and
148 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TAG=v2.5.0 | ||
TAG=master | ||
COMPILER_TAG=v2.1.0 | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,10 @@ keys: | |
|
||
chain: | ||
persist: true | ||
hard_forks: | ||
"1": 0 | ||
"2": 2 | ||
"3": 4 | ||
|
||
mining: | ||
autostart: true | ||
|
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.