forked from skycoin/pyskycoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maykel Arias Torres
committed
Dec 28, 2018
1 parent
c4b3a4a
commit aeea0d7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule skycoin
updated
29 files
+1 −1 | .Doxyfile | |
+1 −0 | .travis.yml | |
+12 −2 | CHANGELOG.md | |
+4 −1 | Makefile | |
+36 −9 | README.md | |
+1 −1 | ci-scripts/integration-test-live.sh | |
+5 −5 | cmd/cli/README.md | |
+1 −1 | cmd/skycoin/skycoin.go | |
+1 −3 | docker/images/dev-docker/hooks/build | |
+1 −1 | electron/package-lock.json | |
+1 −1 | electron/package.json | |
+1 −1 | electron/skycoin/current-skycoin.json | |
+4 −0 | fiber.toml | |
+2 −2 | src/api/README.md | |
+59 −3 | src/api/integration/integration_test.go | |
+2 −2 | src/cli/cli.go | |
+2 −2 | src/cli/integration/integration_test.go | |
+1 −1 | src/cli/integration/testdata/status-csrf-enabled-no-unconfirmed.golden | |
+1 −1 | src/cli/integration/testdata/status-csrf-enabled.golden | |
+1 −1 | src/cli/integration/testdata/status-no-unconfirmed.golden | |
+1 −1 | src/cli/integration/testdata/status.golden | |
+8 −7 | src/cli/richlist.go | |
+2 −2 | src/daemon/messages.go | |
+1 −1 | src/gui/static/src/current-skycoin.json | |
+3 −1 | src/skycoin/config.go | |
+6 −6 | src/util/useragent/useragent_test.go | |
+10 −4 | src/wallet/service.go | |
+2 −5 | src/wallet/wallets.go | |
+1 −1 | template/coin.template |