Commit Graph

631 Commits

Author SHA1 Message Date
Matthias Kretschmann 5c106a2ff3
Merge pull request #173 from bigchaindb/fix/documentation
Readme & dev updates
2018-05-14 18:00:03 +02:00
Matthias Kretschmann 81ef5978b8
API docs & dev updates
* new command: npm run doc, for generating the API.md file
* new command: npm run dev, for live watching webpack
* JSdoc: make all methods public by default, selectively make some private
* JSdoc: organize all methods under their class
* linting fixes
* package updates
2018-05-14 17:14:40 +02:00
Matthias Kretschmann 691fadfd98
readme updates
* update TOC
* tweak documentation links
* remnove IPDB references
2018-05-14 14:06:44 +02:00
Matthias Kretschmann 4570b24a5d
Merge pull request #172 from bigchaindb/fix/travis
Fix Travis
2018-05-14 13:51:47 +02:00
Matthias Kretschmann fbb9b9536f
test current and last 2 major Node.js versions 2018-05-14 13:07:02 +02:00
Matthias Kretschmann 03014b08f0
ignore vscode settings 2018-05-14 13:05:45 +02:00
Matthias Kretschmann 3527b1cff5
bump tendermint version
* just like in python driver: 4830b2b6cf
* delete unused travis script
2018-05-14 12:54:49 +02:00
Matthias Kretschmann e0d82b8778
ci script tweaks 2018-05-11 16:08:58 +02:00
Matthias Kretschmann 364f0a25d3
ESlint fixes
* use local eslint on Travis
* lint fixes for examples
2018-05-11 15:49:16 +02:00
Matthias Kretschmann a149ef9125
delete yarn.lock 2018-05-11 15:43:51 +02:00
Matthias Kretschmann b6a1a13bf8
bump Node.js version, build current and last version 2018-05-11 15:40:34 +02:00
Manolo 0c8a9c6c4c
Change localhost to test network 2018-05-11 10:36:01 +02:00
Manolo b2d34c87a2
Merge pull request #142 from michielmulders/docs-examples
Examples for JS driver
2018-05-11 10:34:36 +02:00
Matthias Kretschmann ba43fe48bb
Merge pull request #163 from bigchaindb/test-coverage
Increase test coverage
2018-05-09 22:54:13 +02:00
Manolo 5cb24cff84
Fix BigchainDB version compatibility 2018-04-19 12:26:49 +02:00
Jernej Pregelj 6c275da1bc
Merge pull request #162 from bigchaindb/format-docs
Format docs
2018-04-09 14:39:02 +02:00
manolodewiner c127b1c2a9 text improvement in readme 2018-04-04 10:44:15 +02:00
manolodewiner e2da49751c postTransaction --> postTransactionCommit in README 2018-04-04 10:27:23 +02:00
manolodewiner 22e0a59dcd test Sha256Condition 2018-04-04 10:16:39 +02:00
manolodewiner 107c8b0d6e version 4.0 added to breaking changes 2018-04-03 10:47:00 +02:00
manolodewiner 9023d061dd include BigchainDB2.0 in README 2018-04-03 10:43:25 +02:00
Manolo 7699e14705
Merge pull request #160 from bigchaindb/greenkeeper/sinon-5.0.0
Update sinon to the latest version 🚀
2018-04-03 08:28:08 +02:00
Manolo 7079b752e0
Merge branch 'master' into greenkeeper/sinon-5.0.0 2018-04-03 08:23:41 +02:00
Manolo 618c2526f8
Merge pull request #159 from bigchaindb/tendermint-tx-fixed
Update driver in order to be compatible with BigchainDB2.0
2018-03-29 19:29:56 +02:00
Manolo a905260e07
Merge branch 'master' into tendermint-tx-fixed 2018-03-29 19:26:17 +02:00
Jernej Pregelj bc32780630 Merge branch 'tendermint-tx-fixed' of https://github.com/bigchaindb/js-bigchaindb-driver into tendermint-tx-fixed 2018-03-29 19:22:23 +02:00
manolodewiner 55dbaf878a remove driver container 2018-03-29 19:18:27 +02:00
manolodewiner be9980e01c travis script typo 2018-03-29 19:14:37 +02:00
manolodewiner 57bb70074e node version updated 2018-03-29 19:11:03 +02:00
Jernej Pregelj bd8fbec5fd merge 2018-03-29 19:02:46 +02:00
Jernej Pregelj 150b625997 npm updates 2018-03-29 18:58:55 +02:00
manolodewiner 3d232c6fc2 test passing 2018-03-29 18:57:12 +02:00
manolodewiner 67b048a965 Revert "reformat docs"
This reverts commit 5a96c7fdbe.
2018-03-29 17:57:55 +02:00
manolodewiner 0d091d0a31 docker files created 2018-03-29 16:45:00 +02:00
manolodewiner 5a96c7fdbe reformat docs 2018-03-29 11:40:14 +02:00
manolodewiner 51ffdfe0b9 bigchaindb master image for travis 2018-03-28 17:04:45 +02:00
manolodewiner 0d9d04eb8b added versions numbers 2018-03-28 17:03:26 +02:00
manolodewiner 99a049056b fix tests 2018-03-27 16:44:59 +02:00
manolodewiner b4e31fe786 docs updated 2018-03-27 09:07:31 +02:00
manolodewiner abe1c89025 test integration failing 2018-03-26 12:15:36 +02:00
greenkeeper[bot] 2f2169d156 chore(package): update sinon to version 5.0.0 2018-03-21 18:19:28 +00:00
manolodewiner 2451ed2ae6 update endpoints 2018-03-21 11:30:54 +01:00
Manolo a1b25b1140
Merge pull request #154 from bigchaindb/greenkeeper/webpack-4.0.0
Update webpack to the latest version 🚀
2018-03-05 12:01:38 +01:00
Matthias Kretschmann 5affc1f85d
Merge pull request #156 from bigchaindb/greenkeeper/fetch-ponyfill-6.0.0
Update fetch-ponyfill to the latest version 🚀
2018-03-02 14:08:52 +01:00
Matthias Kretschmann f1b0c31b3a
Merge pull request #153 from bigchaindb/crypto-conditions-example
Add crypto conditions example
2018-03-02 14:07:38 +01:00
Matthias Kretschmann 6a90cf4b9c
Merge pull request #151 from bigchaindb/greenkeeper/lint-staged-7.0.0
Update lint-staged to the latest version 🚀
2018-03-02 14:05:25 +01:00
greenkeeper[bot] fa6cae6487 fix(package): update fetch-ponyfill to version 6.0.0 2018-03-02 13:01:16 +00:00
manolodewiner c3e1244e52 unique-fulfillment and hash&sign 2018-03-01 12:22:36 +01:00
greenkeeper[bot] ba37c1e37f chore(package): update webpack to version 4.0.0 2018-02-25 04:09:44 +00:00
manolodewiner 61e9697569 correct typo 2018-02-23 14:52:39 +01:00