File tree Expand file tree Collapse file tree 13 files changed +24
-24
lines changed Expand file tree Collapse file tree 13 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 26
26
url = https://github.com/EOSIO/magic_get
27
27
[submodule "libraries/fc "]
28
28
path = libraries/fc
29
- url = https://github.com/YosemiteLabs /fc
29
+ url = https://github.com/InfraBlockchain /fc
30
30
[submodule "libraries/wabt "]
31
31
path = libraries/wabt
32
32
url = https://github.com/EOSIO/wabt
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ set( CMAKE_CXX_EXTENSIONS ON )
36
36
set ( CXX_STANDARD_REQUIRED ON )
37
37
38
38
set (VERSION_MAJOR 1)
39
- set (VERSION_MINOR 6 )
40
- set (VERSION_PATCH 3 )
39
+ set (VERSION_MINOR 0 )
40
+ set (VERSION_PATCH 0 )
41
41
42
42
if (VERSION_SUFFIX)
43
43
set (VERSION_FULL "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} -${VERSION_SUFFIX} " )
Original file line number Diff line number Diff line change 41
41
set (CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON )
42
42
set (CPACK_INCLUDE_TOPLEVEL_DIRECTORY TRUE )
43
43
set (CPACK_DEBIAN_PACKAGE_CONTROL_STRICT_PERMISSION TRUE )
44
- set (CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://github.com/YosemiteLabs /infrablockchain" )
44
+ set (CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://github.com/I /infrablockchain" )
45
45
endif ()
46
46
47
47
include (CPack)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG branch=master
3
3
ARG native_token_symbol=DUSD
4
4
ARG native_token_precision=4
5
5
6
- RUN git clone -b $branch https://github.com/YosemiteLabs /infrablockchain.git --recursive \
6
+ RUN git clone -b $branch https://github.com/InfraBlockchain /infrablockchain.git --recursive \
7
7
&& cd infrablockchain && echo "$branch:$(git rev-parse HEAD)" > /etc/infrablockchain-version \
8
8
&& cmake -H. -B"/tmp/build" -GNinja -DCMAKE_BUILD_TYPE=Release -DWASM_ROOT=/opt/wasm -DCMAKE_CXX_COMPILER=clang++ \
9
9
-DCMAKE_C_COMPILER=clang -DCMAKE_INSTALL_PREFIX=/tmp/build -DBUILD_MONGO_DB_PLUGIN=true \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Simple and fast setup of InfraBlockchain on Docker is also available.
15
15
## Build infrablockchain image
16
16
17
17
``` bash
18
- git clone https://github.com/YosemiteLabs /infrablockchain --recursive --depth 1
18
+ git clone https://github.com/InfraBlockchain /infrablockchain --recursive --depth 1
19
19
cd infrablockchain/Docker
20
20
docker build . -t yosemitex/yosemite
21
21
```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG branch=master
3
3
ARG native_token_symbol=DUSD
4
4
ARG native_token_precision=4
5
5
6
- RUN git clone -b $branch https://github.com/YosemiteLabs /infrablockchain.git --recursive \
6
+ RUN git clone -b $branch https://github.com/InfraBlockchain /infrablockchain.git --recursive \
7
7
&& cd infrablockchain && echo "$branch:$(git rev-parse HEAD)" > /etc/infrablockchain-version \
8
8
&& cmake -H. -B"/opt/infrablockchain" -GNinja -DCMAKE_BUILD_TYPE=Release -DWASM_ROOT=/opt/wasm -DCMAKE_CXX_COMPILER=clang++ \
9
9
-DCMAKE_C_COMPILER=clang -DCMAKE_INSTALL_PREFIX=/opt/infrablockchain -DSecp256k1_ROOT_DIR=/usr/local -DBUILD_MONGO_DB_PLUGIN=true \
Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ even if it had been advised of the possibility of damage.
76
76
77
77
78
78
## InfraBlockchain Explorer
79
- 1 . [ InfraBlockchain Explorer Backend] ( https://github.com/YosemiteLabs /yosemite-explorer-backend )
80
- 1 . [ InfraBlockchain Explorer Web Frontend] ( https://github.com/YosemiteLabs /yosemite-explorer-web )
79
+ 1 . [ InfraBlockchain Explorer Backend] ( https://github.com/InfraBlockchain /yosemite-explorer-backend )
80
+ 1 . [ InfraBlockchain Explorer Web Frontend] ( https://github.com/InfraBlockchain /yosemite-explorer-web )
81
81
82
82
83
83
## Client Library
84
- 1 . [ Java Client Library] ( https://github.com/YosemiteLabs /yosemite-j )
84
+ 1 . [ Java Client Library] ( https://github.com/InfraBlockchain /yosemite-j )
85
85
86
86
87
87
## Supported Operating Systems
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ INFRABLOCKCHAIN Identity Codes
48
48
#define INFRABLOCKCHAIN_ID_ACC_STATE_BLACKLISTED_NTOKEN_RECEIVE 0x00000004
49
49
#define INFRABLOCKCHAIN_ID_ACC_STATE_MAX 0x00000007
50
50
```
51
- @see https://github.com/YosemiteLabs /infrablockchain/blob/master/contracts/infrablockchainlib/identity.hpp
51
+ @see https://github.com/InfraBlockchain /infrablockchain/blob/master/contracts/infrablockchainlib/identity.hpp
52
52
53
53
Managing Account Identity Info (including KYC)
54
54
---
Original file line number Diff line number Diff line change 1
- # Mirroring EOSIO/eos to YosemiteLabs /yosemite-public-blockchain
2
- https://github.com/YosemiteLabs /yosemite-public-blockchain/issues/94
1
+ # Mirroring EOSIO/eos to InfraBlockchain /yosemite-public-blockchain
2
+ https://github.com/InfraBlockchain /yosemite-public-blockchain/issues/94
3
3
4
- We can simply mirror EOSIO by pushing from EOSIO/eos: master branch to YosemiteLabs /infrablockchain: eos-master branch. Don't forget our branch for EOSIO mirroring is <b >eosio-master</b >.
4
+ We can simply mirror EOSIO by pushing from EOSIO/eos: master branch to InfraBlockchain /infrablockchain: eos-master branch. Don't forget our branch for EOSIO mirroring is <b >eosio-master</b >.
5
5
6
6
``` console
7
7
git clone https://github.com/EOSIO/eos
8
8
cd eos
9
- #git push https://github.com/YosemiteLabs /infrablockchain master:eosio-master
9
+ #git push https://github.com/InfraBlockchain /infrablockchain master:eosio-master
10
10
11
- git remote add infrablockchain https://github.com/YosemiteLabs /infrablockchain
11
+ git remote add infrablockchain https://github.com/InfraBlockchain /infrablockchain
12
12
#git fetch
13
13
git checkout origin/master -b eosio-master
14
14
git push infrablockchain eosio-master
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# ###########################################################################################
3
3
# This is the InfraBlockchain automated install script for Linux and Mac OS.
4
- # This file was downloaded from https://github.com/YosemiteLabs /infrablockchain
4
+ # This file was downloaded from https://github.com/InfraBlockchain /infrablockchain
5
5
#
6
6
# This software is available under the following terms:
7
7
#
25
25
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26
26
# THE SOFTWARE.
27
27
#
28
- # https://github.com/YosemiteLabs /infrablockchain/blob/master/LICENSE
28
+ # https://github.com/InfraBlockchain /infrablockchain/blob/master/LICENSE
29
29
# ###########################################################################################
30
30
31
31
txtbld=$( tput bold)
@@ -55,4 +55,4 @@ printf "\\n\\tInfraBlockchain has been successfully built. %02d:%02d:%02d\\n\\n"
55
55
56
56
printf " \\ tFor more information:\\ n"
57
57
printf " \\ tInfraBlockchain website: https://infrablockchain.com\\ n"
58
- printf " \\ tInfraBlockchain github: https://github.com/YosemiteLabs /infrablockchain\\ n\\ n\\ n"
58
+ printf " \\ tInfraBlockchain github: https://github.com/InfraBlockchain /infrablockchain\\ n\\ n\\ n"
You can’t perform that action at this time.
0 commit comments