From 5f26bcb89855f27661e370891e5fa1e8d8f69917 Mon Sep 17 00:00:00 2001 From: Maykel Arias Torres Date: Sat, 7 Dec 2019 18:50:00 -0500 Subject: [PATCH 1/5] [submodule] refs #113 Change to submodule to `SkycoinProject/skycoin` --- .gitmodules | 6 +++--- vendor/github.com/SkycoinProject/skycoin | 1 + vendor/github.com/skycoin/skycoin | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) create mode 160000 vendor/github.com/SkycoinProject/skycoin delete mode 160000 vendor/github.com/skycoin/skycoin diff --git a/.gitmodules b/.gitmodules index 5318a1c4f..3d5903747 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "vendor/github.com/skycoin/skycoin"] - path = vendor/github.com/skycoin/skycoin - url = https://github.com/skycoin/skycoin +[submodule "vendor/github.com/SkycoinProject/skycoin"] + path = vendor/github.com/SkycoinProject/skycoin + url = https://github.com/SkycoinProject/skycoin diff --git a/vendor/github.com/SkycoinProject/skycoin b/vendor/github.com/SkycoinProject/skycoin new file mode 160000 index 000000000..c53d7e856 --- /dev/null +++ b/vendor/github.com/SkycoinProject/skycoin @@ -0,0 +1 @@ +Subproject commit c53d7e85699e95618485a8cb16225bc7ee82491a diff --git a/vendor/github.com/skycoin/skycoin b/vendor/github.com/skycoin/skycoin deleted file mode 160000 index 7d49e9b0c..000000000 --- a/vendor/github.com/skycoin/skycoin +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7d49e9b0c4110a587c9670c513dfd1a0fa72004c From 7dcc6c010d20352bba6045120f43c98fc1ab5a84 Mon Sep 17 00:00:00 2001 From: Maykel Arias Torres Date: Sat, 7 Dec 2019 18:54:45 -0500 Subject: [PATCH 2/5] [submodule] refs #113 Update submodule from `develop` to `0.27.0` --- vendor/github.com/SkycoinProject/skycoin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/SkycoinProject/skycoin b/vendor/github.com/SkycoinProject/skycoin index c53d7e856..66f5df584 160000 --- a/vendor/github.com/SkycoinProject/skycoin +++ b/vendor/github.com/SkycoinProject/skycoin @@ -1 +1 @@ -Subproject commit c53d7e85699e95618485a8cb16225bc7ee82491a +Subproject commit 66f5df5849d339d403a475d523ebe7d1a4c92c31 From 4b953d56a66d41960b60c500fc669536d117a921 Mon Sep 17 00:00:00 2001 From: Maykel Arias Torres Date: Sat, 7 Dec 2019 19:03:00 -0500 Subject: [PATCH 3/5] [CHANGELOG] refs #113 Update changes and update URL the repo submodule --- CHANGELOG.md | 1 + Makefile | 4 +-- README.md | 22 ++++++------ ci-scripts/add-key.sh | 2 +- lib/cgo/README.md | 8 ++--- lib/swig/README.md | 16 ++++----- vendor/vendor.json | 84 +++++++++++++++++++++---------------------- 7 files changed, 69 insertions(+), 68 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a104a288f..532f9ed69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased +- Change submodule from `https://github.com/skycoin/skycoin` to `https://github.com/SkycoinProject/skycoin` ### Added diff --git a/Makefile b/Makefile index 18613981a..50a3ce4c9 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ LIBSRC_SKYSRCREL_PATH = ../../../.. # --- Relative path to libskycoin vendor directory LIBVENDOR_REL_PATH = vendor # --- Relative path to Skycoin source code submodule -SKYSRC_REL_PATH = $(LIBVENDOR_REL_PATH)/github.com/skycoin/skycoin +SKYSRC_REL_PATH = $(LIBVENDOR_REL_PATH)/github.com/SkycoinProject/skycoin # --- Relative path to Skycoin vendor directory SKYVENDOR_REL_PATH = $(SKYSRC_REL_PATH)/vendor @@ -223,7 +223,7 @@ install-deps-libc-Darwin: configure-build ## Install locally dependencies for te install-deps: install-deps-libc install-deps-skyapi ## Install deps for libc and skyapi format: ## Formats the code. Must have goimports installed (use make install-linters). - goimports -w -local github.com/skycoin/skycoin ./lib + goimports -w -local github.com/SkycoinProject/skycoin ./lib clean-libc: ## Clean files generated by libc rm -rfv $(BUILDLIB_DIR) diff --git a/README.md b/README.md index d7d92da64..a5af18079 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ It is also the foundation to build client libraries for other programming langua * [Skycoin Docs](https://www.skycoin.net/docs) * [Skycoin Blockchain Explorer](https://explorer.skycoin.net) * [Skycoin Development Telegram Channel](https://t.me/skycoindev) -* [Skycoin Github Wiki](https://github.com/skycoin/skycoin/wiki) +* [Skycoin Github Wiki](https://github.com/SkycoinProject/skycoin/wiki) ## Subprojects @@ -81,7 +81,7 @@ $ make test-libc 0. If the `master` branch has commits that are not in `develop` (e.g. due to a hotfix applied to `master`), merge `master` into `develop` (and fix any build or test failures) 0. Switch to a new release branch named `release-X.Y.Z` for preparing the release. 0. If the release process needs modifications, edit these steps before moving forward -0. Ensure that the submodule at `vendor/github.com/skycoin/skycoin` is in sync with respect to the corresponding tag in https://github.com/skycoin/skycoin repository. +0. Ensure that the submodule at `vendor/github.com/SkycoinProject/skycoin` is in sync with respect to the corresponding tag in https://github.com/SkycoinProject/skycoin repository. 0. Update `CHANGELOG.md`: move the "unreleased" changes to the version and add the date. 0. Run `make docs` to regenerate documentation for all libraries and ensure they ar up-to-date. 0. Follow the steps in [pre-release testing](#pre-release-testing) @@ -131,7 +131,7 @@ Follow the [Tor Project's instructions for verifying signatures](https://www.tor If you can't or don't want to import the keys from a keyserver, the signing key is available in the repo: [gz-c.asc](gz-c.asc). -Releases and their signatures can be found on the [releases page](https://github.com/skycoin/skycoin/releases). +Releases and their signatures can be found on the [releases page](https://github.com/SkycoinProject/skycoin/releases). Instructions for generating a PGP key, publishing it, signing the tags and binaries: https://gist.github.com/gz-c/de3f9c43343b2f1a27c640fe529b067c @@ -141,18 +141,18 @@ https://gist.github.com/gz-c/de3f9c43343b2f1a27c640fe529b067c We have two branches: `master` and `develop`. - `develop` is the default branch and will always have the latest code. - The submodule at `gopath/src/github.com/skycoin/skycoin` has to be - in sync with `skycoin/skycoin` `develop` branch. + The submodule at `gopath/src/github.com/SkycoinProject/skycoin` has to be + in sync with `SkycoinProject/skycoin` `develop` branch. - `master` will always be equal to the current stable release on the website, and should correspond with the latest release tag. - The submodule at `gopath/src/github.com/skycoin/skycoin` has to be - in sync with `skycoin/skycoin` `master` branch. + The submodule at `gopath/src/github.com/SkycoinProject/skycoin` has to be + in sync with `SkycoinProject/skycoin` `master` branch. Separate stable development branches will be created to work on releases for supporting the most recent stable version of Skycoin. The name of these branches should be the Skycoin major and minor version numbers followed by `dev` suffix e.g. `0.25dev`. These branches may be forked out of either `master` or `develop` branches, and -the submodule at `gopath/src/github.com/skycoin/skycoin` has to be -in sync with the corresponding tag of `skycoin/skycoin` official repository. +the submodule at `gopath/src/github.com/SkycoinProject/skycoin` has to be +in sync with the corresponding tag of `SkycoinProject/skycoin` official repository. Stable development branches are created most of the time for the following reasons: @@ -165,12 +165,12 @@ Stable development branches are created most of the time for the following reaso The following rules are enforced -- Contributions must comply to the development guidelines documented in the [Skycoin wiki](https://github.com/skycoin/skycoin/wiki). +- Contributions must comply to the development guidelines documented in the [Skycoin wiki](https://github.com/SkycoinProject/skycoin/wiki). - C / C++ code must comply to the [Bitcoin C coding style](https://github.com/bitcoin/bitcoin/blob/master/doc/developer-notes.md#coding-style-c) (enforced by `clang-format`). ### SkyApi libcurl client for Skycoin REST API -This wrapper is auto-generated by `openapi-generator` directly from [Skycoin REST API code](https://github.com/skycoin/skycoin/tree/master/src/api). +This wrapper is auto-generated by `openapi-generator` directly from [Skycoin REST API code](https://github.com/SkycoinProject/skycoin/tree/master/src/api). For further instructions see [Autogenerated documentation](./lib/curl/README.md). diff --git a/ci-scripts/add-key.sh b/ci-scripts/add-key.sh index b05127004..65d1b45db 100755 --- a/ci-scripts/add-key.sh +++ b/ci-scripts/add-key.sh @@ -17,7 +17,7 @@ security set-keychain-settings -t 3600 -u $KEY_CHAIN # security import ./electron/ci-scripts/certs/dist.cer -k $KEY_CHAIN -T /usr/bin/codesign # security import ./electron/ci-scripts/certs/dev.cer -k $KEY_CHAIN -T /usr/bin/codesign echo "import distp12" -security import $GOPATH/src/github.com/skycoin/skycoin/ci-scripts/certs/dist.p12 -k $KEY_CHAIN -P $CERT_PWD -A /usr/bin/codesign +security import $GOPATH/src/github.com/SkycoinProject/skycoin/ci-scripts/certs/dist.p12 -k $KEY_CHAIN -P $CERT_PWD -A /usr/bin/codesign # security import ./scripts/certs/dev.p12 -k $KEY_CHAIN -P DEVELOPMENT_KEY_PASSWORD -T /usr/bin/codesign echo "set key partition list" security set-key-partition-list -S apple-tool:,apple: -s -k travis $KEY_CHAIN diff --git a/lib/cgo/README.md b/lib/cgo/README.md index bfec00c5e..a64086a4b 100644 --- a/lib/cgo/README.md +++ b/lib/cgo/README.md @@ -1,9 +1,9 @@ # Skycoin C client library -[![Build Status](https://travis-ci.org/skycoin/skycoin.svg)](https://travis-ci.org/skycoin/skycoin) -[![GoDoc](https://godoc.org/github.com/skycoin/skycoin?status.svg)](https://godoc.org/github.com/skycoin/skycoin) -[![Go Report Card](https://goreportcard.com/badge/github.com/skycoin/skycoin)](https://goreportcard.com/report/github.com/skycoin/skycoin) +[![Build Status](https://travis-ci.org/SkycoinProject/skycoin.svg)](https://travis-ci.org/SkycoinProject/skycoin) +[![GoDoc](https://godoc.org/github.com/SkycoinProject/skycoin?status.svg)](https://godoc.org/github.com/SkycoinProject/skycoin) +[![Go Report Card](https://goreportcard.com/badge/github.com/SkycoinProject/skycoin)](https://goreportcard.com/report/github.com/SkycoinProject/skycoin) Skycoin C client library (a.k.a libskycoin) provides access to Skycoin Core internal and API functions for implementing third-party applications. @@ -148,5 +148,5 @@ Follow these steps to generate API documentation. - Install `moxygen` like so: `npm install moxygen -g` - At the project top-level folder invoke `make docs-libc` (libskycoin docs only) or `make docs` (all docs). -`doxygen` and `moxygen` generate documentation for cryptographic API. Both are are pre-installed in [`skycoin/skycoindev-cli:develop`](https://hub.docker.com/r/skycoin/skycoindev-cli) Docker image. +`doxygen` and `moxygen` generate documentation for cryptographic API. Both are are pre-installed in [`SkycoinProject/skycoindev-cli:develop`](https://hub.docker.com/r/SkycoinProject/skycoindev-cli) Docker image. diff --git a/lib/swig/README.md b/lib/swig/README.md index 448fc56de..9c01f4a38 100644 --- a/lib/swig/README.md +++ b/lib/swig/README.md @@ -1,7 +1,7 @@ # Skycoin SWIG interfaces for generating client libraries -[![Build Status](https://travis-ci.org/skycoin/skycoin.svg)](https://travis-ci.org/skycoin/skycoin) +[![Build Status](https://travis-ci.org/SkycoinProject/skycoin.svg)](https://travis-ci.org/SkycoinProject/skycoin) Skycoin SWIG interfaces provide the basic and resubale tools to build Skycoin client libraries for [SWIG compatible programming languages](http://www.swig.org/compat.html) by linking against @@ -31,11 +31,11 @@ case, make it almost impossible to achieve that goal. Some steps are recommended - Create a project workspace for your client library project, which might include * version control (e.g. git) repository * compiler, linker, linter, make, build tools and the rest of the language-specific toolchain -- Add [skycoin/skycoin](https://github.com/skycoin/skycoin) source code at - `./gopath/src/github.com/skycoin/skycoin` subfolder. +- Add [SkycoinProject/skycoin](https://github.com/SkycoinProject/skycoin) source code at + `./gopath/src/github.com/SkycoinProject/skycoin` subfolder. * if using `git` then the right way to do it should be ```sh - git submodule add -b master https://github.com/skycoin/skycoin gopath/src/github.com/skycoin/skycoin + git submodule add -b master https://github.com/SkycoinProject/skycoin gopath/src/github.com/SkycoinProject/skycoin ``` * feel free to checkout submodule `develop` branch for bleeding edge features or `master` branch if using stable interfaces is preferred @@ -52,8 +52,8 @@ case, make it almost impossible to achieve that goal. Some steps are recommended PWD = $(shell pwd) # Internal GOPATH directory, needed for compiling libskycoin GOPATH_DIR = $(PWD)/gopath - # Relative path to skycoin/skycoin submodule - SKYCOIN_DIR = gopath/src/github.com/skycoin/skycoin + # Relative path to SkycoinProject/skycoin submodule + SKYCOIN_DIR = gopath/src/github.com/SkycoinProject/skycoin # Relative path to libskycoin temporary build folder SKYBUILD_DIR = $(SKYCOIN_DIR)/build # Relative path to build libskycoin shared and/or static libraries @@ -62,7 +62,7 @@ case, make it almost impossible to achieve that goal. Some steps are recommended FULL_PATH_LIB = $(PWD)/$(BUILDLIBC_DIR) # Relative path to libskycoin source code folder LIBC_DIR = $(SKYCOIN_DIR)/lib/cgo - # Relative path to top-level source code folder for skycoin/skycoin SWIG interfaces + # Relative path to top-level source code folder for SkycoinProject/skycoin SWIG interfaces LIBSWIG_DIR = $(SKYCOIN_DIR)/lib/swig # Client library build dir BUILD_DIR = build @@ -141,6 +141,6 @@ case, make it almost impossible to achieve that goal. Some steps are recommended - Create other targets you might consider appropriate e.g. `install-deps`, `install`, `lint`, `test`, ... - Write a test suite for your client library. Consider - [libskycoin test suite](https://github.com/skycoin/skycoin/tree/master/lib/cgo/tests) + [libskycoin test suite](https://github.com/SkycoinProject/skycoin/tree/master/lib/cgo/tests) as a reference diff --git a/vendor/vendor.json b/vendor/vendor.json index 4b9b39b9e..abb3e601a 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -4,290 +4,290 @@ "package": [ { "checksumSHA1": "1W/d+0HDpXE67U3NSmL86Ssvc8Q=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/andreyvit/diff", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/andreyvit/diff", "path": "github.com/andreyvit/diff", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { "checksumSHA1": "gtGSFgVVukEvdGKNybx197XZe4g=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/blang/semver", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/blang/semver", "path": "github.com/blang/semver", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { "checksumSHA1": "kdtDNzZbuUo0imfE+EQsU4GVe70=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/boltdb/bolt", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/boltdb/bolt", "path": "github.com/boltdb/bolt", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { "checksumSHA1": "fm8WTsIPxZjml8JmcQxClheMoNM=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/cenkalti/backoff", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/cenkalti/backoff", "path": "github.com/cenkalti/backoff", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { "checksumSHA1": "WyILd3ED3GIwuxbCJXKzNAaXDa8=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/davecgh/go-spew/spew", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/davecgh/go-spew/spew", "path": "github.com/davecgh/go-spew/spew", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { "checksumSHA1": "7NP1qUMF8Kx1y0zANxx0e+oq9Oo=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/fsnotify/fsnotify", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/fsnotify/fsnotify", "path": "github.com/fsnotify/fsnotify", "revision": "ccc981bf80385c528a65fbfdd49bf2d8da22aa23", "revisionTime": "2018-08-30T22:02:26Z" }, { "checksumSHA1": "bWGI7DqWg6IdhfamV96OD+Esa+8=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/hashicorp/hcl", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/hashicorp/hcl", "path": "github.com/hashicorp/hcl", "revision": "65a6292f0157eff210d03ed1bf6c59b190b8b906", "revisionTime": "2018-09-06T18:38:39Z" }, { "checksumSHA1": "XQmjDva9JCGGkIecOgwtBEMCJhU=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/hashicorp/hcl/hcl/ast", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/hashicorp/hcl/hcl/ast", "path": "github.com/hashicorp/hcl/hcl/ast", "revision": "65a6292f0157eff210d03ed1bf6c59b190b8b906", "revisionTime": "2018-09-06T18:38:39Z" }, { "checksumSHA1": "1GmX7G0Pgf5XprOh+T3zXMXX0dc=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/hashicorp/hcl/hcl/parser", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/hashicorp/hcl/hcl/parser", "path": "github.com/hashicorp/hcl/hcl/parser", "revision": "65a6292f0157eff210d03ed1bf6c59b190b8b906", "revisionTime": "2018-09-06T18:38:39Z" }, { "checksumSHA1": "encY+ZtDf4nJaMvsVL2c+EJ2r3Q=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/hashicorp/hcl/hcl/printer", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/hashicorp/hcl/hcl/printer", "path": "github.com/hashicorp/hcl/hcl/printer", "revision": "65a6292f0157eff210d03ed1bf6c59b190b8b906", "revisionTime": "2018-09-06T18:38:39Z" }, { "checksumSHA1": "+qJTCxhkwC7r+VZlPlZz8S74KmU=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/hashicorp/hcl/hcl/scanner", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/hashicorp/hcl/hcl/scanner", "path": "github.com/hashicorp/hcl/hcl/scanner", "revision": "65a6292f0157eff210d03ed1bf6c59b190b8b906", "revisionTime": "2018-09-06T18:38:39Z" }, { "checksumSHA1": "oS3SCN9Wd6D8/LG0Yx1fu84a7gI=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/hashicorp/hcl/hcl/strconv", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/hashicorp/hcl/hcl/strconv", "path": "github.com/hashicorp/hcl/hcl/strconv", "revision": "65a6292f0157eff210d03ed1bf6c59b190b8b906", "revisionTime": "2018-09-06T18:38:39Z" }, { "checksumSHA1": "c6yprzj06ASwCo18TtbbNNBHljA=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/hashicorp/hcl/hcl/token", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/hashicorp/hcl/hcl/token", "path": "github.com/hashicorp/hcl/hcl/token", "revision": "65a6292f0157eff210d03ed1bf6c59b190b8b906", "revisionTime": "2018-09-06T18:38:39Z" }, { "checksumSHA1": "PwlfXt7mFS8UYzWxOK5DOq0yxS0=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/hashicorp/hcl/json/parser", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/hashicorp/hcl/json/parser", "path": "github.com/hashicorp/hcl/json/parser", "revision": "65a6292f0157eff210d03ed1bf6c59b190b8b906", "revisionTime": "2018-09-06T18:38:39Z" }, { "checksumSHA1": "afrZ8VmAwfTdDAYVgNSXbxa4GsA=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/hashicorp/hcl/json/scanner", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/hashicorp/hcl/json/scanner", "path": "github.com/hashicorp/hcl/json/scanner", "revision": "65a6292f0157eff210d03ed1bf6c59b190b8b906", "revisionTime": "2018-09-06T18:38:39Z" }, { "checksumSHA1": "fNlXQCQEnb+B3k5UDL/r15xtSJY=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/hashicorp/hcl/json/token", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/hashicorp/hcl/json/token", "path": "github.com/hashicorp/hcl/json/token", "revision": "65a6292f0157eff210d03ed1bf6c59b190b8b906", "revisionTime": "2018-09-06T18:38:39Z" }, { "checksumSHA1": "KrCGyloOHx8+KWf1ysmvNqGjjfw=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/konsorten/go-windows-terminal-sequences", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/konsorten/go-windows-terminal-sequences", "path": "github.com/konsorten/go-windows-terminal-sequences", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { "checksumSHA1": "J4XX2To0Ui7/jtatIa3ZCB3oYJc=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/magiconair/properties", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/magiconair/properties", "path": "github.com/magiconair/properties", "revision": "7c38529aac7222391b7a2661365177a97e21b998", "revisionTime": "2018-11-20T17:11:50Z" }, { "checksumSHA1": "r+Q6sPzA1enpjiadt8GiPKZTZvc=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/mattn/go-colorable", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/mattn/go-colorable", "path": "github.com/mattn/go-colorable", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { "checksumSHA1": "qLu6xvmn9YEOjY7qCD9ze1kajtg=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/mattn/go-isatty", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/mattn/go-isatty", "path": "github.com/mattn/go-isatty", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { "checksumSHA1": "uCSZfMuuaA/Fy4Wu5Scaox7d/10=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/mgutz/ansi", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/mgutz/ansi", "path": "github.com/mgutz/ansi", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { "checksumSHA1": "J+g0oZePWp2zSIISD2dZZKTxmgg=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/mitchellh/mapstructure", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/mitchellh/mapstructure", "path": "github.com/mitchellh/mapstructure", "revision": "3536a929edddb9a5b34bd6861dc4a9647cb459fe", "revisionTime": "2018-10-05T04:51:35Z" }, { "checksumSHA1": "NzzMfGmmPoTGVwLZDkj3FXXDvCA=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/pelletier/go-toml", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/pelletier/go-toml", "path": "github.com/pelletier/go-toml", "revision": "27c6b39a135b7dc87a14afb068809132fb7a9a8f", "revisionTime": "2018-11-24T00:27:27Z" }, { "checksumSHA1": "vdlynahHOcvO6E9HNYGXMfhPXP0=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/pmezard/go-difflib/difflib", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/pmezard/go-difflib/difflib", "path": "github.com/pmezard/go-difflib/difflib", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { "checksumSHA1": "m8S8P4vBN5V5EXXqcGoGFdvI00w=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/rs/cors", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/rs/cors", "path": "github.com/rs/cors", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { "checksumSHA1": "SODT1VKvY/YOK26uGl+WCEU4+pY=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/sergi/go-diff/diffmatchpatch", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/sergi/go-diff/diffmatchpatch", "path": "github.com/sergi/go-diff/diffmatchpatch", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { "checksumSHA1": "MtAjGXhzLPgYXQACpx6KXyvMfco=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/shopspring/decimal", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/shopspring/decimal", "path": "github.com/shopspring/decimal", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { "checksumSHA1": "xtsTTofQspBNQueoLeZuArefvUc=", - "path": "github.com/skycoin/skycoin/src/api/webrpc", + "path": "github.com/SkycoinProject/skycoin/src/api/webrpc", "revision": "943c61fdf38f5b785ad6bb5af052b08a2438a84c", "revisionTime": "2018-12-29T03:45:21Z" }, { "checksumSHA1": "koMbVURsXSZmMCSzbfqaHYPEaMw=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/spf13/afero", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/spf13/afero", "path": "github.com/spf13/afero", "revision": "a5d6946387efe7d64d09dcba68cdd523dc1273a3", "revisionTime": "2018-12-16T11:45:33Z" }, { "checksumSHA1": "HcOjO9+cwl+xYnkiGuIeesqwBs8=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/spf13/afero/mem", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/spf13/afero/mem", "path": "github.com/spf13/afero/mem", "revision": "a5d6946387efe7d64d09dcba68cdd523dc1273a3", "revisionTime": "2018-12-16T11:45:33Z" }, { "checksumSHA1": "So+ok+Fp2ztieiuZXD/wp8UJhS0=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/spf13/cast", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/spf13/cast", "path": "github.com/spf13/cast", "revision": "8c9545af88b134710ab1cd196795e7f2388358d7", "revisionTime": "2018-10-24T22:49:29Z" }, { "checksumSHA1": "kmcWtDErtMPA3+o7+B4MDC3z+T0=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/spf13/jwalterweatherman", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/spf13/jwalterweatherman", "path": "github.com/spf13/jwalterweatherman", "revision": "94f6ae3ed3bceceafa716478c5fbf8d29ca601a1", "revisionTime": "2018-10-28T14:53:47Z" }, { "checksumSHA1": "e5baWaL9kzmQuekB8o4sVoMghVQ=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/spf13/viper", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/spf13/viper", "path": "github.com/spf13/viper", "revision": "6d33b5a963d922d182c91e8a1c88d81fd150cfd4", "revisionTime": "2018-12-07T10:02:11Z" }, { "checksumSHA1": "XxxSHLJ1BOfvzzLprfVDb71HgIc=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/stretchr/objx", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/stretchr/objx", "path": "github.com/stretchr/objx", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { "checksumSHA1": "LkWb883wzX7qlnDAfpn0qLaPOuM=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/stretchr/testify/assert", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/stretchr/testify/assert", "path": "github.com/stretchr/testify/assert", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { "checksumSHA1": "JDUrjeLSe3GVVevgD34wtjnP9Jo=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/stretchr/testify/mock", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/stretchr/testify/mock", "path": "github.com/stretchr/testify/mock", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { "checksumSHA1": "iCXNsEoolscua0lVhcTmhymPpWY=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/stretchr/testify/require", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/stretchr/testify/require", "path": "github.com/stretchr/testify/require", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { "checksumSHA1": "065A15+M4uSn0s6MKpklFjZwcFk=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/toqueteos/webbrowser", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/toqueteos/webbrowser", "path": "github.com/toqueteos/webbrowser", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { "checksumSHA1": "TI0Ge0RFQodQ0rlXCnYF4D7fICY=", - "origin": "github.com/skycoin/skycoin/vendor/github.com/urfave/cli", + "origin": "github.com/SkycoinProject/skycoin/vendor/github.com/urfave/cli", "path": "github.com/urfave/cli", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { - "origin": "github.com/skycoin/skycoin/vendor/golang.org/x/text/transform", + "origin": "github.com/SkycoinProject/skycoin/vendor/golang.org/x/text/transform", "path": "golang.org/x/text/transform", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { - "origin": "github.com/skycoin/skycoin/vendor/golang.org/x/text/unicode/norm", + "origin": "github.com/SkycoinProject/skycoin/vendor/golang.org/x/text/unicode/norm", "path": "golang.org/x/text/unicode/norm", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" }, { - "origin": "github.com/skycoin/skycoin/vendor/gopkg.in/yaml.v2", + "origin": "github.com/SkycoinProject/skycoin/vendor/gopkg.in/yaml.v2", "path": "gopkg.in/yaml.v2", "revision": "3e2676bf14743b1f3a4dbe8425f42b950249fcc8", "revisionTime": "2019-03-03T16:38:25Z" From a41a788f11d04643f7df4365a229285144a3c3bd Mon Sep 17 00:00:00 2001 From: Maykel Arias Torres Date: Sat, 7 Dec 2019 19:04:50 -0500 Subject: [PATCH 4/5] [include] refs #113 Update path to golden file --- include/cipher.testsuite.testsuite.go.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cipher.testsuite.testsuite.go.h b/include/cipher.testsuite.testsuite.go.h index 02f675b90..d8d162518 100644 --- a/include/cipher.testsuite.testsuite.go.h +++ b/include/cipher.testsuite.testsuite.go.h @@ -16,7 +16,7 @@ #define JSON_BIG_FILE_SIZE 32768 #define FILEPATH_SEPARATOR "/" -#define TEST_DATA_DIR "vendor/github.com/skycoin/skycoin/src/cipher/testsuite/testdata/" +#define TEST_DATA_DIR "vendor/github.com/SkycoinProject/skycoin/src/cipher/testsuite/testdata/" #define MANY_ADDRESSES_FILENAME "many-addresses.golden" #define INPUT_HASHES_FILENAME "input-hashes.golden" #define SEED_FILE_REGEX "seed-\d+.golden" From 3701480550b11980eb20c19a02764901465aecf3 Mon Sep 17 00:00:00 2001 From: Maykel Arias Torres Date: Sat, 7 Dec 2019 19:05:54 -0500 Subject: [PATCH 5/5] [cgo] refs #113 Update path the module import --- lib/cgo/api.client.go | 4 +- lib/cgo/api.spend.go | 8 ++-- lib/cgo/api.wallet.go | 2 +- lib/cgo/cipher.address.go | 2 +- lib/cgo/cipher.base58.base58.go | 2 +- lib/cgo/cipher.bip32.bip32.go | 2 +- lib/cgo/cipher.bip32.path.go | 2 +- lib/cgo/cipher.bip39.bip39.go | 2 +- lib/cgo/cipher.bip44.bip44.go | 2 +- lib/cgo/cipher.bitcoin.go | 6 +-- lib/cgo/cipher.crypto.go | 6 +-- .../cipher.encrypt.scrypt_chacha20poly1305.go | 2 +- lib/cgo/cipher.hash.go | 2 +- lib/cgo/cipher.secp256k1-go.secp256k1.go | 2 +- lib/cgo/cli.add_private_key.go | 2 +- lib/cgo/cli.check_balance.go | 2 +- lib/cgo/cli.cli.go | 2 +- lib/cgo/cli.create_rawtx.go | 8 ++-- lib/cgo/cli.generate_addrs.go | 4 +- lib/cgo/cli.generate_wallet.go | 2 +- lib/cgo/cli.outputs.go | 2 +- lib/cgo/coin.block.go | 4 +- lib/cgo/coin.outputs.go | 4 +- lib/cgo/coin.transactions.go | 4 +- lib/cgo/libsky_error.go | 42 +++++++++---------- lib/cgo/libsky_handle.go | 16 +++---- lib/cgo/libsky_handle_helper.go | 6 +-- lib/cgo/libsky_mem.go | 4 +- lib/cgo/libsky_types.go | 2 +- lib/cgo/params.distribution.go | 2 +- lib/cgo/params.droplet.go | 2 +- lib/cgo/testutil.testutil.go | 8 ++-- lib/cgo/transaction.choose.go | 4 +- lib/cgo/transaction.hours.go | 2 +- lib/cgo/util.apputil.apputil.go | 2 +- lib/cgo/util.cert.cert.go | 2 +- lib/cgo/util.droplet.droplet.go | 2 +- lib/cgo/util.fee.fee.go | 4 +- lib/cgo/util.file.file.go | 2 +- lib/cgo/util.http.json.go | 2 +- lib/cgo/util.iputil.iputil.go | 2 +- lib/cgo/util.logging.logging.go | 2 +- lib/cgo/util.mathutil.mathutil.go | 2 +- lib/cgo/wallet.balance.go | 4 +- lib/cgo/wallet.collection_wallet.go | 4 +- lib/cgo/wallet.crypto.go | 2 +- lib/cgo/wallet.entry.go | 2 +- lib/cgo/wallet.readable.go | 2 +- lib/cgo/wallet.wallet.go | 2 +- lib/cgo/wallet_option.go | 2 +- 50 files changed, 102 insertions(+), 102 deletions(-) diff --git a/lib/cgo/api.client.go b/lib/cgo/api.client.go index de58701ed..cf4a530cb 100644 --- a/lib/cgo/api.client.go +++ b/lib/cgo/api.client.go @@ -5,8 +5,8 @@ import ( "strings" "unsafe" - api "github.com/skycoin/skycoin/src/api" - daemon "github.com/skycoin/skycoin/src/daemon" + api "github.com/SkycoinProject/skycoin/src/api" + daemon "github.com/SkycoinProject/skycoin/src/daemon" ) /* diff --git a/lib/cgo/api.spend.go b/lib/cgo/api.spend.go index 765847762..6e7c2996c 100644 --- a/lib/cgo/api.spend.go +++ b/lib/cgo/api.spend.go @@ -3,11 +3,11 @@ package main import ( "unsafe" - "github.com/skycoin/skycoin/src/visor" + "github.com/SkycoinProject/skycoin/src/visor" - api "github.com/skycoin/skycoin/src/api" - cipher "github.com/skycoin/skycoin/src/cipher" - coin "github.com/skycoin/skycoin/src/coin" + api "github.com/SkycoinProject/skycoin/src/api" + cipher "github.com/SkycoinProject/skycoin/src/cipher" + coin "github.com/SkycoinProject/skycoin/src/coin" ) /* diff --git a/lib/cgo/api.wallet.go b/lib/cgo/api.wallet.go index b477b1d6c..b30efc026 100644 --- a/lib/cgo/api.wallet.go +++ b/lib/cgo/api.wallet.go @@ -1,6 +1,6 @@ package main -import api "github.com/skycoin/skycoin/src/api" +import api "github.com/SkycoinProject/skycoin/src/api" /* diff --git a/lib/cgo/cipher.address.go b/lib/cgo/cipher.address.go index b1407911e..304f6e3fc 100644 --- a/lib/cgo/cipher.address.go +++ b/lib/cgo/cipher.address.go @@ -4,7 +4,7 @@ import ( "reflect" "unsafe" - cipher "github.com/skycoin/skycoin/src/cipher" + cipher "github.com/SkycoinProject/skycoin/src/cipher" ) /* diff --git a/lib/cgo/cipher.base58.base58.go b/lib/cgo/cipher.base58.base58.go index 04dca2a9c..ced0a8eb0 100644 --- a/lib/cgo/cipher.base58.base58.go +++ b/lib/cgo/cipher.base58.base58.go @@ -5,7 +5,7 @@ import ( "reflect" "unsafe" - "github.com/skycoin/skycoin/src/cipher/base58" + "github.com/SkycoinProject/skycoin/src/cipher/base58" ) /* diff --git a/lib/cgo/cipher.bip32.bip32.go b/lib/cgo/cipher.bip32.bip32.go index 7ba95deb5..78fcd98d9 100644 --- a/lib/cgo/cipher.bip32.bip32.go +++ b/lib/cgo/cipher.bip32.bip32.go @@ -4,7 +4,7 @@ import ( "reflect" "unsafe" - "github.com/skycoin/skycoin/src/cipher/bip32" + "github.com/SkycoinProject/skycoin/src/cipher/bip32" ) /* diff --git a/lib/cgo/cipher.bip32.path.go b/lib/cgo/cipher.bip32.path.go index 09c544d62..922086e5c 100644 --- a/lib/cgo/cipher.bip32.path.go +++ b/lib/cgo/cipher.bip32.path.go @@ -3,7 +3,7 @@ package main import ( "unsafe" - "github.com/skycoin/skycoin/src/cipher/bip32" + "github.com/SkycoinProject/skycoin/src/cipher/bip32" ) /* diff --git a/lib/cgo/cipher.bip39.bip39.go b/lib/cgo/cipher.bip39.bip39.go index 28f61a554..a1c065ac6 100644 --- a/lib/cgo/cipher.bip39.bip39.go +++ b/lib/cgo/cipher.bip39.bip39.go @@ -4,7 +4,7 @@ import ( "reflect" "unsafe" - "github.com/skycoin/skycoin/src/cipher/bip39" + "github.com/SkycoinProject/skycoin/src/cipher/bip39" ) /* diff --git a/lib/cgo/cipher.bip44.bip44.go b/lib/cgo/cipher.bip44.bip44.go index 5afa95cc0..6c221f301 100644 --- a/lib/cgo/cipher.bip44.bip44.go +++ b/lib/cgo/cipher.bip44.bip44.go @@ -1,7 +1,7 @@ package main import ( - "github.com/skycoin/skycoin/src/cipher/bip44" + "github.com/SkycoinProject/skycoin/src/cipher/bip44" ) /* diff --git a/lib/cgo/cipher.bitcoin.go b/lib/cgo/cipher.bitcoin.go index b66905dc8..cc1cc0a4e 100644 --- a/lib/cgo/cipher.bitcoin.go +++ b/lib/cgo/cipher.bitcoin.go @@ -13,11 +13,11 @@ import ( "reflect" "unsafe" - cipher "github.com/skycoin/skycoin/src/cipher" + cipher "github.com/SkycoinProject/skycoin/src/cipher" ) /** - * Functions in github.com/skycoin/skycoin/src/cipher/bitcoin.go + * Functions in github.com/SkycoinProject/skycoin/src/cipher/bitcoin.go */ //export SKY_cipher_DecodeBase58BitcoinAddress @@ -109,4 +109,4 @@ func SKY_cipher_BitcoinAddress_Checksum(_addr *C.cipher__BitcoinAddress, _arg0 * addr := (*cipher.BitcoinAddress)(unsafe.Pointer(_addr)) cs := addr.Checksum() C.memcpy(unsafe.Pointer(_arg0), unsafe.Pointer(&cs[0]), C.size_t(len(cs))) -} \ No newline at end of file +} diff --git a/lib/cgo/cipher.crypto.go b/lib/cgo/cipher.crypto.go index 38faf5ea4..2ad45d023 100644 --- a/lib/cgo/cipher.crypto.go +++ b/lib/cgo/cipher.crypto.go @@ -4,7 +4,7 @@ import ( "reflect" "unsafe" - cipher "github.com/skycoin/skycoin/src/cipher" + cipher "github.com/SkycoinProject/skycoin/src/cipher" ) /* @@ -174,7 +174,7 @@ func SKY_cipher_SigFromHex(_s string, _arg1 *C.cipher__Sig) (____error_code uint func SKY_cipher_Sig_Hex(_s *C.cipher__Sig, _arg1 *C.GoString_) (____error_code uint32) { s := (*cipher.Sig)(unsafe.Pointer(_s)) __arg1 := s.Hex() - copyString(__arg1,_arg1) + copyString(__arg1, _arg1) return } @@ -291,7 +291,7 @@ func SKY_cipher_CheckSecKeyHash(_seckey *C.cipher__SecKey, _hash *C.cipher__SHA2 func SKY_cipher_Sig_String(_s *C.cipher__Sig, _arg1 *C.GoString_) (____error_code uint32) { s := (*cipher.Sig)(unsafe.Pointer(_s)) __arg1 := s.String() - copyString(__arg1,_arg1) + copyString(__arg1, _arg1) return } diff --git a/lib/cgo/cipher.encrypt.scrypt_chacha20poly1305.go b/lib/cgo/cipher.encrypt.scrypt_chacha20poly1305.go index 6141b8401..408f1e2ef 100644 --- a/lib/cgo/cipher.encrypt.scrypt_chacha20poly1305.go +++ b/lib/cgo/cipher.encrypt.scrypt_chacha20poly1305.go @@ -4,7 +4,7 @@ import ( "reflect" "unsafe" - encrypt "github.com/skycoin/skycoin/src/cipher/encrypt" + encrypt "github.com/SkycoinProject/skycoin/src/cipher/encrypt" ) /* diff --git a/lib/cgo/cipher.hash.go b/lib/cgo/cipher.hash.go index 908145a95..8a2e1f3ff 100644 --- a/lib/cgo/cipher.hash.go +++ b/lib/cgo/cipher.hash.go @@ -4,7 +4,7 @@ import ( "reflect" "unsafe" - cipher "github.com/skycoin/skycoin/src/cipher" + cipher "github.com/SkycoinProject/skycoin/src/cipher" ) /* diff --git a/lib/cgo/cipher.secp256k1-go.secp256k1.go b/lib/cgo/cipher.secp256k1-go.secp256k1.go index 88bdf4cb6..d03ad817b 100644 --- a/lib/cgo/cipher.secp256k1-go.secp256k1.go +++ b/lib/cgo/cipher.secp256k1-go.secp256k1.go @@ -4,7 +4,7 @@ import ( "reflect" "unsafe" - "github.com/skycoin/skycoin/src/cipher/secp256k1-go" + "github.com/SkycoinProject/skycoin/src/cipher/secp256k1-go" ) /* diff --git a/lib/cgo/cli.add_private_key.go b/lib/cgo/cli.add_private_key.go index 36557405e..e32cc63b2 100644 --- a/lib/cgo/cli.add_private_key.go +++ b/lib/cgo/cli.add_private_key.go @@ -1,7 +1,7 @@ package main import ( - cli "github.com/skycoin/skycoin/src/cli" + cli "github.com/SkycoinProject/skycoin/src/cli" ) /* diff --git a/lib/cgo/cli.check_balance.go b/lib/cgo/cli.check_balance.go index 4273d6bbe..7237f846f 100644 --- a/lib/cgo/cli.check_balance.go +++ b/lib/cgo/cli.check_balance.go @@ -3,7 +3,7 @@ package main import ( "unsafe" - cli "github.com/skycoin/skycoin/src/cli" + cli "github.com/SkycoinProject/skycoin/src/cli" ) /* diff --git a/lib/cgo/cli.cli.go b/lib/cgo/cli.cli.go index c43bf5a8b..3d44f8bb2 100644 --- a/lib/cgo/cli.cli.go +++ b/lib/cgo/cli.cli.go @@ -3,7 +3,7 @@ package main import ( "unsafe" - "github.com/skycoin/skycoin/src/cli" + "github.com/SkycoinProject/skycoin/src/cli" ) /* diff --git a/lib/cgo/cli.create_rawtx.go b/lib/cgo/cli.create_rawtx.go index f16306413..643718abb 100644 --- a/lib/cgo/cli.create_rawtx.go +++ b/lib/cgo/cli.create_rawtx.go @@ -3,11 +3,11 @@ package main import ( "unsafe" - "github.com/skycoin/skycoin/src/transaction" + "github.com/SkycoinProject/skycoin/src/transaction" - cipher "github.com/skycoin/skycoin/src/cipher" - cli "github.com/skycoin/skycoin/src/cli" - coin "github.com/skycoin/skycoin/src/coin" + cipher "github.com/SkycoinProject/skycoin/src/cipher" + cli "github.com/SkycoinProject/skycoin/src/cli" + coin "github.com/SkycoinProject/skycoin/src/coin" ) /* diff --git a/lib/cgo/cli.generate_addrs.go b/lib/cgo/cli.generate_addrs.go index a70e61526..7700c8303 100644 --- a/lib/cgo/cli.generate_addrs.go +++ b/lib/cgo/cli.generate_addrs.go @@ -4,8 +4,8 @@ import ( "reflect" "unsafe" - cipher "github.com/skycoin/skycoin/src/cipher" - cli "github.com/skycoin/skycoin/src/cli" + cipher "github.com/SkycoinProject/skycoin/src/cipher" + cli "github.com/SkycoinProject/skycoin/src/cli" ) /* diff --git a/lib/cgo/cli.generate_wallet.go b/lib/cgo/cli.generate_wallet.go index 4de61f0f9..a6126c6e9 100644 --- a/lib/cgo/cli.generate_wallet.go +++ b/lib/cgo/cli.generate_wallet.go @@ -1,7 +1,7 @@ package main import ( - cli "github.com/skycoin/skycoin/src/cli" + cli "github.com/SkycoinProject/skycoin/src/cli" ) /* diff --git a/lib/cgo/cli.outputs.go b/lib/cgo/cli.outputs.go index 79760be0d..04b2dfb9a 100644 --- a/lib/cgo/cli.outputs.go +++ b/lib/cgo/cli.outputs.go @@ -1,7 +1,7 @@ package main import ( - cli "github.com/skycoin/skycoin/src/cli" + cli "github.com/SkycoinProject/skycoin/src/cli" ) /* diff --git a/lib/cgo/coin.block.go b/lib/cgo/coin.block.go index 7e712132f..de2f641f7 100644 --- a/lib/cgo/coin.block.go +++ b/lib/cgo/coin.block.go @@ -5,8 +5,8 @@ import ( "reflect" "unsafe" - cipher "github.com/skycoin/skycoin/src/cipher" - coin "github.com/skycoin/skycoin/src/coin" + cipher "github.com/SkycoinProject/skycoin/src/cipher" + coin "github.com/SkycoinProject/skycoin/src/coin" ) /* diff --git a/lib/cgo/coin.outputs.go b/lib/cgo/coin.outputs.go index 207494ea7..c3fe2000f 100644 --- a/lib/cgo/coin.outputs.go +++ b/lib/cgo/coin.outputs.go @@ -4,8 +4,8 @@ import ( "reflect" "unsafe" - "github.com/skycoin/skycoin/src/cipher" - coin "github.com/skycoin/skycoin/src/coin" + "github.com/SkycoinProject/skycoin/src/cipher" + coin "github.com/SkycoinProject/skycoin/src/coin" ) /* diff --git a/lib/cgo/coin.transactions.go b/lib/cgo/coin.transactions.go index 742a45bd5..cd2599728 100644 --- a/lib/cgo/coin.transactions.go +++ b/lib/cgo/coin.transactions.go @@ -6,8 +6,8 @@ import ( "strconv" "unsafe" - cipher "github.com/skycoin/skycoin/src/cipher" - coin "github.com/skycoin/skycoin/src/coin" + cipher "github.com/SkycoinProject/skycoin/src/cipher" + coin "github.com/SkycoinProject/skycoin/src/coin" ) /* diff --git a/lib/cgo/libsky_error.go b/lib/cgo/libsky_error.go index 2b68c12f5..32ac1157c 100644 --- a/lib/cgo/libsky_error.go +++ b/lib/cgo/libsky_error.go @@ -3,29 +3,29 @@ package main import ( "errors" - "github.com/skycoin/skycoin/src/cipher/bip44" + "github.com/SkycoinProject/skycoin/src/cipher/bip44" - "github.com/skycoin/skycoin/src/transaction" + "github.com/SkycoinProject/skycoin/src/transaction" - "github.com/skycoin/skycoin/src/cipher" - "github.com/skycoin/skycoin/src/cipher/bip32" - "github.com/skycoin/skycoin/src/cipher/encoder" - "github.com/skycoin/skycoin/src/cipher/encrypt" - "github.com/skycoin/skycoin/src/cli" - "github.com/skycoin/skycoin/src/coin" - "github.com/skycoin/skycoin/src/daemon" - "github.com/skycoin/skycoin/src/daemon/gnet" - "github.com/skycoin/skycoin/src/daemon/pex" - "github.com/skycoin/skycoin/src/params" - "github.com/skycoin/skycoin/src/util/droplet" - "github.com/skycoin/skycoin/src/util/fee" - "github.com/skycoin/skycoin/src/util/file" - mathutil "github.com/skycoin/skycoin/src/util/mathutil" - "github.com/skycoin/skycoin/src/visor" - "github.com/skycoin/skycoin/src/visor/blockdb" - "github.com/skycoin/skycoin/src/visor/dbutil" - "github.com/skycoin/skycoin/src/visor/historydb" - "github.com/skycoin/skycoin/src/wallet" + "github.com/SkycoinProject/skycoin/src/cipher" + "github.com/SkycoinProject/skycoin/src/cipher/bip32" + "github.com/SkycoinProject/skycoin/src/cipher/encoder" + "github.com/SkycoinProject/skycoin/src/cipher/encrypt" + "github.com/SkycoinProject/skycoin/src/cli" + "github.com/SkycoinProject/skycoin/src/coin" + "github.com/SkycoinProject/skycoin/src/daemon" + "github.com/SkycoinProject/skycoin/src/daemon/gnet" + "github.com/SkycoinProject/skycoin/src/daemon/pex" + "github.com/SkycoinProject/skycoin/src/params" + "github.com/SkycoinProject/skycoin/src/util/droplet" + "github.com/SkycoinProject/skycoin/src/util/fee" + "github.com/SkycoinProject/skycoin/src/util/file" + mathutil "github.com/SkycoinProject/skycoin/src/util/mathutil" + "github.com/SkycoinProject/skycoin/src/visor" + "github.com/SkycoinProject/skycoin/src/visor/blockdb" + "github.com/SkycoinProject/skycoin/src/visor/dbutil" + "github.com/SkycoinProject/skycoin/src/visor/historydb" + "github.com/SkycoinProject/skycoin/src/wallet" ) const ( diff --git a/lib/cgo/libsky_handle.go b/lib/cgo/libsky_handle.go index de8157ba5..fbeab9db2 100644 --- a/lib/cgo/libsky_handle.go +++ b/lib/cgo/libsky_handle.go @@ -15,14 +15,14 @@ import ( "github.com/spf13/cobra" - "github.com/skycoin/skycoin/src/api" - "github.com/skycoin/skycoin/src/cipher/bip32" - "github.com/skycoin/skycoin/src/cipher/bip44" - "github.com/skycoin/skycoin/src/cli" - "github.com/skycoin/skycoin/src/coin" - "github.com/skycoin/skycoin/src/params" - "github.com/skycoin/skycoin/src/readable" - "github.com/skycoin/skycoin/src/wallet" + "github.com/SkycoinProject/skycoin/src/api" + "github.com/SkycoinProject/skycoin/src/cipher/bip32" + "github.com/SkycoinProject/skycoin/src/cipher/bip44" + "github.com/SkycoinProject/skycoin/src/cli" + "github.com/SkycoinProject/skycoin/src/coin" + "github.com/SkycoinProject/skycoin/src/params" + "github.com/SkycoinProject/skycoin/src/readable" + "github.com/SkycoinProject/skycoin/src/wallet" ) type Handle uint64 diff --git a/lib/cgo/libsky_handle_helper.go b/lib/cgo/libsky_handle_helper.go index a89e27a15..bcc93907f 100644 --- a/lib/cgo/libsky_handle_helper.go +++ b/lib/cgo/libsky_handle_helper.go @@ -14,9 +14,9 @@ import ( "encoding/json" "path/filepath" - api "github.com/skycoin/skycoin/src/api" - "github.com/skycoin/skycoin/src/daemon" - "github.com/skycoin/skycoin/src/readable" + api "github.com/SkycoinProject/skycoin/src/api" + "github.com/SkycoinProject/skycoin/src/daemon" + "github.com/SkycoinProject/skycoin/src/readable" ) //export SKY_JsonEncode_Handle diff --git a/lib/cgo/libsky_mem.go b/lib/cgo/libsky_mem.go index cb84945fc..416951a3a 100644 --- a/lib/cgo/libsky_mem.go +++ b/lib/cgo/libsky_mem.go @@ -6,8 +6,8 @@ import ( "github.com/spf13/cobra" - "github.com/skycoin/skycoin/src/cipher" - httphelper "github.com/skycoin/skycoin/src/util/http" + "github.com/SkycoinProject/skycoin/src/cipher" + httphelper "github.com/SkycoinProject/skycoin/src/util/http" ) /* diff --git a/lib/cgo/libsky_types.go b/lib/cgo/libsky_types.go index 20c43f143..6f4b6fad0 100644 --- a/lib/cgo/libsky_types.go +++ b/lib/cgo/libsky_types.go @@ -1,7 +1,7 @@ package main import ( - cipher "github.com/skycoin/skycoin/src/cipher" + cipher "github.com/SkycoinProject/skycoin/src/cipher" ) /* diff --git a/lib/cgo/params.distribution.go b/lib/cgo/params.distribution.go index fc29f1906..88cf261d9 100644 --- a/lib/cgo/params.distribution.go +++ b/lib/cgo/params.distribution.go @@ -3,7 +3,7 @@ package main import ( "reflect" - "github.com/skycoin/skycoin/src/params" + "github.com/SkycoinProject/skycoin/src/params" ) /* diff --git a/lib/cgo/params.droplet.go b/lib/cgo/params.droplet.go index 3c66bfdd3..7336789ee 100644 --- a/lib/cgo/params.droplet.go +++ b/lib/cgo/params.droplet.go @@ -1,7 +1,7 @@ package main import ( - params "github.com/skycoin/skycoin/src/params" + params "github.com/SkycoinProject/skycoin/src/params" ) /* diff --git a/lib/cgo/testutil.testutil.go b/lib/cgo/testutil.testutil.go index 92d61c903..49e01e0e3 100644 --- a/lib/cgo/testutil.testutil.go +++ b/lib/cgo/testutil.testutil.go @@ -5,10 +5,10 @@ import ( "reflect" "unsafe" - cipher "github.com/skycoin/skycoin/src/cipher" - "github.com/skycoin/skycoin/src/cipher/bip39" - "github.com/skycoin/skycoin/src/cipher/bip44" - testutil "github.com/skycoin/skycoin/src/testutil" + cipher "github.com/SkycoinProject/skycoin/src/cipher" + "github.com/SkycoinProject/skycoin/src/cipher/bip39" + "github.com/SkycoinProject/skycoin/src/cipher/bip44" + testutil "github.com/SkycoinProject/skycoin/src/testutil" ) /* diff --git a/lib/cgo/transaction.choose.go b/lib/cgo/transaction.choose.go index c0576ebf3..45b8e6598 100644 --- a/lib/cgo/transaction.choose.go +++ b/lib/cgo/transaction.choose.go @@ -4,8 +4,8 @@ import ( "reflect" "unsafe" - coin "github.com/skycoin/skycoin/src/coin" - "github.com/skycoin/skycoin/src/transaction" + coin "github.com/SkycoinProject/skycoin/src/coin" + "github.com/SkycoinProject/skycoin/src/transaction" ) /* diff --git a/lib/cgo/transaction.hours.go b/lib/cgo/transaction.hours.go index c3043a900..88209e96b 100644 --- a/lib/cgo/transaction.hours.go +++ b/lib/cgo/transaction.hours.go @@ -3,7 +3,7 @@ package main import ( "unsafe" - "github.com/skycoin/skycoin/src/transaction" + "github.com/SkycoinProject/skycoin/src/transaction" ) /* diff --git a/lib/cgo/util.apputil.apputil.go b/lib/cgo/util.apputil.apputil.go index 4897d52da..1932a129d 100644 --- a/lib/cgo/util.apputil.apputil.go +++ b/lib/cgo/util.apputil.apputil.go @@ -1,6 +1,6 @@ package main -import apputil "github.com/skycoin/skycoin/src/util/apputil" +import apputil "github.com/SkycoinProject/skycoin/src/util/apputil" /* diff --git a/lib/cgo/util.cert.cert.go b/lib/cgo/util.cert.cert.go index 82065fa28..89e4952fe 100644 --- a/lib/cgo/util.cert.cert.go +++ b/lib/cgo/util.cert.cert.go @@ -1,7 +1,7 @@ package main import ( - cert "github.com/skycoin/skycoin/src/util/certutil" + cert "github.com/SkycoinProject/skycoin/src/util/certutil" ) /* diff --git a/lib/cgo/util.droplet.droplet.go b/lib/cgo/util.droplet.droplet.go index 4693a8453..7fd61bd46 100644 --- a/lib/cgo/util.droplet.droplet.go +++ b/lib/cgo/util.droplet.droplet.go @@ -1,6 +1,6 @@ package main -import droplet "github.com/skycoin/skycoin/src/util/droplet" +import droplet "github.com/SkycoinProject/skycoin/src/util/droplet" /* diff --git a/lib/cgo/util.fee.fee.go b/lib/cgo/util.fee.fee.go index 585e544a9..87afe14fa 100644 --- a/lib/cgo/util.fee.fee.go +++ b/lib/cgo/util.fee.fee.go @@ -3,8 +3,8 @@ package main import ( "unsafe" - coin "github.com/skycoin/skycoin/src/coin" - fee "github.com/skycoin/skycoin/src/util/fee" + coin "github.com/SkycoinProject/skycoin/src/coin" + fee "github.com/SkycoinProject/skycoin/src/util/fee" ) /* diff --git a/lib/cgo/util.file.file.go b/lib/cgo/util.file.file.go index 841deeeef..72d9fea0a 100644 --- a/lib/cgo/util.file.file.go +++ b/lib/cgo/util.file.file.go @@ -1,6 +1,6 @@ package main -import file "github.com/skycoin/skycoin/src/util/file" +import file "github.com/SkycoinProject/skycoin/src/util/file" /* diff --git a/lib/cgo/util.http.json.go b/lib/cgo/util.http.json.go index 2fcc1ce1c..586629997 100644 --- a/lib/cgo/util.http.json.go +++ b/lib/cgo/util.http.json.go @@ -3,7 +3,7 @@ package main import ( "unsafe" - http "github.com/skycoin/skycoin/src/util/http" + http "github.com/SkycoinProject/skycoin/src/util/http" ) /* diff --git a/lib/cgo/util.iputil.iputil.go b/lib/cgo/util.iputil.iputil.go index 5d51c8f7d..585834e40 100644 --- a/lib/cgo/util.iputil.iputil.go +++ b/lib/cgo/util.iputil.iputil.go @@ -1,6 +1,6 @@ package main -import iputil "github.com/skycoin/skycoin/src/util/iputil" +import iputil "github.com/SkycoinProject/skycoin/src/util/iputil" /* diff --git a/lib/cgo/util.logging.logging.go b/lib/cgo/util.logging.logging.go index b544364d6..399d2bbfc 100644 --- a/lib/cgo/util.logging.logging.go +++ b/lib/cgo/util.logging.logging.go @@ -1,6 +1,6 @@ package main -import logging "github.com/skycoin/skycoin/src/util/logging" +import logging "github.com/SkycoinProject/skycoin/src/util/logging" /* diff --git a/lib/cgo/util.mathutil.mathutil.go b/lib/cgo/util.mathutil.mathutil.go index dc1e10cc8..53b1e665b 100644 --- a/lib/cgo/util.mathutil.mathutil.go +++ b/lib/cgo/util.mathutil.mathutil.go @@ -1,7 +1,7 @@ package main import ( - mathutil "github.com/skycoin/skycoin/src/util/mathutil" + mathutil "github.com/SkycoinProject/skycoin/src/util/mathutil" ) /* diff --git a/lib/cgo/wallet.balance.go b/lib/cgo/wallet.balance.go index c491ab412..da1076bb8 100644 --- a/lib/cgo/wallet.balance.go +++ b/lib/cgo/wallet.balance.go @@ -3,8 +3,8 @@ package main import ( "unsafe" - coin "github.com/skycoin/skycoin/src/coin" - wallet "github.com/skycoin/skycoin/src/wallet" + coin "github.com/SkycoinProject/skycoin/src/coin" + wallet "github.com/SkycoinProject/skycoin/src/wallet" ) /* diff --git a/lib/cgo/wallet.collection_wallet.go b/lib/cgo/wallet.collection_wallet.go index b5bd77b91..2e00d04ac 100644 --- a/lib/cgo/wallet.collection_wallet.go +++ b/lib/cgo/wallet.collection_wallet.go @@ -4,8 +4,8 @@ import ( "reflect" "unsafe" - cipher "github.com/skycoin/skycoin/src/cipher" - wallet "github.com/skycoin/skycoin/src/wallet" + cipher "github.com/SkycoinProject/skycoin/src/cipher" + wallet "github.com/SkycoinProject/skycoin/src/wallet" ) /* diff --git a/lib/cgo/wallet.crypto.go b/lib/cgo/wallet.crypto.go index 84dc012f2..6b8e3224d 100644 --- a/lib/cgo/wallet.crypto.go +++ b/lib/cgo/wallet.crypto.go @@ -3,7 +3,7 @@ package main import ( "unsafe" - wallet "github.com/skycoin/skycoin/src/wallet" + wallet "github.com/SkycoinProject/skycoin/src/wallet" ) /* diff --git a/lib/cgo/wallet.entry.go b/lib/cgo/wallet.entry.go index 2d7c7807e..5e78a4acd 100644 --- a/lib/cgo/wallet.entry.go +++ b/lib/cgo/wallet.entry.go @@ -3,7 +3,7 @@ package main import ( "unsafe" - wallet "github.com/skycoin/skycoin/src/wallet" + wallet "github.com/SkycoinProject/skycoin/src/wallet" ) /* diff --git a/lib/cgo/wallet.readable.go b/lib/cgo/wallet.readable.go index 6c5eed89a..2a8f5be87 100644 --- a/lib/cgo/wallet.readable.go +++ b/lib/cgo/wallet.readable.go @@ -3,7 +3,7 @@ package main import ( "unsafe" - wallet "github.com/skycoin/skycoin/src/wallet" + wallet "github.com/SkycoinProject/skycoin/src/wallet" ) /* diff --git a/lib/cgo/wallet.wallet.go b/lib/cgo/wallet.wallet.go index 0cd3ec751..942113ef4 100644 --- a/lib/cgo/wallet.wallet.go +++ b/lib/cgo/wallet.wallet.go @@ -3,7 +3,7 @@ package main import ( "unsafe" - wallet "github.com/skycoin/skycoin/src/wallet" + wallet "github.com/SkycoinProject/skycoin/src/wallet" ) /* diff --git a/lib/cgo/wallet_option.go b/lib/cgo/wallet_option.go index e38ab73df..881ac81a8 100644 --- a/lib/cgo/wallet_option.go +++ b/lib/cgo/wallet_option.go @@ -1,7 +1,7 @@ package main import ( - wallet "github.com/skycoin/skycoin/src/wallet" + wallet "github.com/SkycoinProject/skycoin/src/wallet" ) /*