Commit Graph
581 Commits
Author SHA1 Message Date
Chris Troutner e91dd7f834 feat(production): Adjusting production settings v1.6.0 2021-07-17 20:16:19 +02:00
Chris Troutner e717124fc7 Merge pull request #8 from Permissionless-Software-Foundation/ct-unstable
fix(production): Updated Docker container
v1.5.1
2021-07-17 10:55:48 -07:00
Chris Troutner 3c8d2cfdd3 fix(production): Updated Docker container 2021-07-17 10:54:00 -07:00
Chris Troutner 71fbebe672 Merge pull request #7 from Permissionless-Software-Foundation/ct-unstable
feat(JWT): Added automatic JWT handling for FullStack.cash
v1.5.0
2021-07-17 10:08:00 -07:00
Chris Troutner cab819081a Got everything passing and working 2021-07-17 10:06:29 -07:00
Chris Troutner 4f0adbb773 Updated to ipfs-coord v4.0.1 2021-07-17 09:12:37 -07:00
Chris Troutner e04cb1f05a Got all tests passing again 2021-07-17 08:15:02 -07:00
Chris Troutner 6f619db666 Updated unit tests 2021-07-16 18:51:38 -07:00
Chris Troutner 126bee86bd feat(JWT): Added automatic JWT handling for FullStack.cash 2021-07-16 17:26:51 -07:00
Chris Troutner 3761d139f1 Merge pull request #6 from Permissionless-Software-Foundation/ct-unstable
fix(endpoints): Tested endpoints, fixed some bugs and docs
v1.4.1
2021-07-16 15:27:55 -07:00
Chris Troutner 006727cc9d fix(bch-js): Updating bch-js to v4.20.2 2021-07-16 15:26:21 -07:00
Chris Troutner bcd2a54aa7 fix(endpoints): Tested endpoints, fixed some bugs and docs 2021-07-16 15:19:03 -07:00
Chris Troutner 70155c7b90 Merge pull request #5 from Permissionless-Software-Foundation/ct-unstable
Added broadcast and transaction endpoints
v1.4.0
2021-07-16 10:53:10 -07:00
Chris Troutner 7035e1777b feat(transaction): Added transaction endpoint to REST and JSON 2021-07-16 10:51:47 -07:00
Chris Troutner ed82c1102e feat(broadcast): Added endpoint for REST and JSON APIs 2021-07-16 08:00:40 -07:00
Chris Troutner baad128ba2 Merge pull request #4 from Permissionless-Software-Foundation/ct-unstable
feat(utxos): Added utxos endpoing to REST and JSON RPC
v1.3.0
2021-07-15 19:07:11 -07:00
Chris Troutner 57ce5c12f5 feat(utxos): Added utxos endpoing to REST and JSON RPC 2021-07-15 19:04:57 -07:00
Chris Troutner 6aa2e1e44a Converted fulcrum endpoints to bch endpoints 2021-07-15 13:31:24 -07:00
Chris Troutner 762e07e662 Merge pull request #3 from Permissionless-Software-Foundation/ct-unstable
feat(balance): Added Fulcrum balance call to REST and JSON
v1.2.0
2021-07-15 09:33:46 -07:00
Chris Troutner 720508e7c4 Merge branch 'master' into ct-unstable 2021-07-15 09:31:58 -07:00
Chris Troutner 8a558f212f feat(balance): Added Fulcrum balance call to REST and JSON 2021-07-15 09:30:31 -07:00
Chris Troutner 4223262323 Merge pull request #2 from Permissionless-Software-Foundation/ct-unstable
feat(Fulcrum): Added transactions endpoint for REST and JSON RPC
v1.1.0
2021-07-14 15:26:47 -07:00
Chris Troutner e68200ed9c Added 100% unit tests for Fulcrum endpoints 2021-07-14 15:23:26 -07:00
Chris Troutner 322a10cd74 Adding unit tests for Fulcrum REST transaction endpoint 2021-07-14 14:55:40 -07:00
Chris Troutner 32af7a7233 feat(Fulcrum): Added transactions endpoint for REST and JSON RPC 2021-07-13 18:35:08 -07:00
Chris Troutner f68e63f7d6 Merge pull request #1 from Permissionless-Software-Foundation/ct-unstable
Testing CI/CD
v1.0.1
2021-07-13 16:58:39 -07:00
Chris Troutner 568b2df7d0 testing webhook 2021-07-13 16:55:26 -07:00
Chris Troutner 1472a4868a fix(CI): Testing CI 2021-07-13 16:53:30 -07:00
Chris Troutner f1eeb391a9 Customizing README and package.json v1.0.0 2021-07-13 16:42:39 -07:00
Chris Troutner 626c8a0331 Merge branch 'master' of https://github.com/Permissionless-Software-Foundation/ipfs-service-provider 2021-07-13 12:37:10 -07:00
Chris Troutner 677e82a689 Forked from ipfs-service-provider 2021-07-13 12:34:51 -07:00
Chris Troutner dda00b0d36 Merge pull request #13 from Permissionless-Software-Foundation/ct-unstable
Updating README
2021-07-13 10:06:03 -07:00
Chris Troutner d536033208 Updating README 2021-07-13 10:04:34 -07:00
Chris Troutner 2629bfd7b6 Updating README 2021-07-13 10:00:39 -07:00
Chris Troutner c7173f73ef Merge pull request #12 from Permissionless-Software-Foundation/clean-arch
Clean Architecture and 100% Test Coverage
2021-07-13 09:14:51 -07:00
Chris Troutner cb90eb4a9b Got 100% test coverage 2021-07-13 09:09:42 -07:00
Chris Troutner e439d54413 linting 2021-07-13 08:57:57 -07:00
Chris Troutner e3ec7f92ef Increased contact REST endpoint to 100% unit test coverage 2021-07-13 07:41:35 -07:00
Chris Troutner 268a7aadab Increased unit test coverage to 100% for REST auth endpoint 2021-07-12 18:10:26 -07:00
Chris Troutner 078b708a3e Refactored users REST API controller and router 2021-07-12 17:37:49 -07:00
Chris Troutner 49c3820898 Increased user json-rpc controller to 100% unit test coverage 2021-07-12 15:49:56 -07:00
Chris Troutner 4515fbed64 Got auth json-rpc controller to 100% coverage 2021-07-12 15:46:09 -07:00
Chris Troutner 508369be01 Increased unit test coverage of controllers 2021-07-12 15:38:05 -07:00
Chris Troutner 43b2b9dfdf Increased unit test coverage of controllers 2021-07-11 21:59:18 -07:00
Chris Troutner 4cdb389706 Increased unit test code coverage for adapters 2021-07-11 19:33:26 -07:00
Chris Troutner 0da7b705c9 Added increased code coverage of wlogger 2021-07-11 08:48:58 -07:00
Chris Troutner eae2b05aad Increased 100% test coverage for use-case index.js 2021-07-11 08:25:48 -07:00
Chris Troutner 8d2719ff86 Moved rest-api unit tests to controllers dir 2021-07-11 07:58:56 -07:00
Chris Troutner 4c2ccf0fc6 Moved json-rpc tests to controllers dir 2021-07-11 07:55:52 -07:00
Chris Troutner 4b6e6d7453 linting 2021-07-10 21:09:29 -07:00