-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodule plugins to latest version
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule graphql
updated
11 files
+35 −4 | README.md | |
+24 −15 | auth/authWrapper.go | |
+1 −1 | go.mod | |
+2 −2 | go.sum | |
+1 −1 | main.go | |
+7 −9 | plugin/plugin.go | |
+409 −15 | schema/resolvers.go | |
+352 −442 | schema/schema.go | |
+166 −41 | schema/structs.go | |
+242 −44 | schema/toql.go | |
+902 −0 | schema/types.go |
Submodule jwt-factory
updated
11 files
+0 −6 | config.go | |
+5 −0 | examples/demo.html | |
+78 −0 | examples/main.go | |
+1 −1 | examples/main_test.go | |
+68 −0 | examples/token.go | |
+3 −0 | examples/token.html | |
+7 −7 | factory/factory.go | |
+6 −0 | global/config.go | |
+3 −2 | global/global.go | |
+3 −3 | main.go | |
+26 −13 | plugin/plugin.go |
Submodule lightning-qt
updated
from 34d6c9 to 4619f7
Submodule python-teos
updated
6 files
+16 −28 | .circleci/config.yml | |
+1 −1 | DEPENDENCIES.md | |
+1 −1 | requirements.txt | |
+5 −0 | test/teos/conftest.py | |
+1 −1 | watchtower-plugin/requirements.txt | |
+5 −1 | watchtower-plugin/test_watchtower.py |
Submodule sparko
updated
16 files
+1 −0 | .gitignore | |
+2 −2 | .gitmodules | |
+71 −0 | Dockerfile | |
+11 −4 | Makefile | |
+2 −2 | README.md | |
+55 −44 | auth.go | |
+1 −2 | go.mod | |
+21 −4 | go.sum | |
+6 −0 | invoicewithdescriptionhash/cmd/Makefile | |
+18 −0 | invoicewithdescriptionhash/cmd/main.go | |
+5 −1 | invoicewithdescriptionhash/method.go | |
+2 −8 | listen.go | |
+13 −8 | main.go | |
+7 −1 | rpc.go | |
+148 −0 | spark-methods.go | |
+1 −0 | spark-wallet |
Submodule trustedcoin
updated
from f8e302 to 0e240e