Skip to content

Commit

Permalink
Release 1.5.0 (#125)
Browse files Browse the repository at this point in the history
# 1.5.0
# Added
-  additional Algorand Smart Contracts (ASC)
    -  support for Dynamic Fee contract
    -  support for Limit Order contract
    -  support for Periodic Payment contract
- support for Suggested Params
  • Loading branch information
algorotem authored Mar 24, 2020
1 parent 8e30077 commit 5d2dfea
Show file tree
Hide file tree
Showing 24 changed files with 3,044 additions and 259 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@

# exclude WebStorm
.idea/
.vscode

# npm
node_modules/

# Testing files
*.feature
temp
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ language: node_js
node_js:
- "12"

install:
- curl https://raw.githubusercontent.com/algorand/algorand-sdk-testing/master/scripts/sdkupdate.sh -o ~/sdkupdate.sh
- chmod +x ~/sdkupdate.sh
- npm install

script:
- set -e
- npm test
- ~/sdkupdate.sh --js
- ./tests/cucumber/docker/run_docker.sh
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.5.0
# Added
- additional Algorand Smart Contracts (ASC)
- support for Dynamic Fee contract
- support for Limit Order contract
- support for Periodic Payment contract
- support for Suggested Params
# 1.4.1
# Added
- Added asset decimals field.
Expand Down
2 changes: 1 addition & 1 deletion dist/algosdk.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 5d2dfea

Please sign in to comment.