Skip to content

Commit

Permalink
Release V1.6.0 (#168)
Browse files Browse the repository at this point in the history
See CHANGELOG.md for details.

Review: #168
  • Loading branch information
algorotem authored Jun 1, 2020
1 parent 5d2dfea commit a520f49
Show file tree
Hide file tree
Showing 37 changed files with 2,194 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ node_js:
script:
- set -e
- npm test
- ./tests/cucumber/docker/run_docker.sh
- make docker-test
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.6.0
# Added
- Clients for Indexer and algod V2
# 1.5.0
# Added
- additional Algorand Smart Contracts (ASC)
Expand Down
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
unit:
node_modules/.bin/cucumber-js --tags "@unit.offline or @unit.algod or @unit.indexer" tests/cucumber/features --require tests/cucumber/steps/*

integration:
node_modules/.bin/cucumber-js --tags "@algod or @assets or @auction or @kmd or @send or @template or @indexer" tests/cucumber/features --require tests/cucumber/steps/*

docker-test:
./tests/cucumber/docker/run_docker.sh
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Include this line in your HTML.
<script src="algosdk.min.js"/>
```
## SDK Development
Run tests with `make docker-test`
## Quick Start
```javascript
const token = "Your algod API token";
Expand Down
2 changes: 1 addition & 1 deletion dist/algosdk.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit a520f49

Please sign in to comment.