Skip to content

Commit 5d2dfea

Browse files
authored
Release 1.5.0 (#125)
# 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 parent 8e30077 commit 5d2dfea

24 files changed

+3044
-259
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11

2-
# exclude WebStorm
32
.idea/
43
.vscode
54

65
# npm
76
node_modules/
7+
8+
# Testing files
9+
*.feature
10+
temp

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ language: node_js
44
node_js:
55
- "12"
66

7-
install:
8-
- curl https://raw.githubusercontent.com/algorand/algorand-sdk-testing/master/scripts/sdkupdate.sh -o ~/sdkupdate.sh
9-
- chmod +x ~/sdkupdate.sh
10-
- npm install
11-
127
script:
8+
- set -e
139
- npm test
14-
- ~/sdkupdate.sh --js
10+
- ./tests/cucumber/docker/run_docker.sh

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.5.0
2+
# Added
3+
- additional Algorand Smart Contracts (ASC)
4+
- support for Dynamic Fee contract
5+
- support for Limit Order contract
6+
- support for Periodic Payment contract
7+
- support for Suggested Params
18
# 1.4.1
29
# Added
310
- Added asset decimals field.

dist/algosdk.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)