Skip to content

Commit 1230e05

Browse files
committed
PreRelease clearnings
2 parents a253fb0 + 39a6ae2 commit 1230e05

78 files changed

Lines changed: 1444 additions & 3806 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
CMakeCache.txt
66
CMakeFiles
77
Makefile
8+
CMakeDoxyfile.in
89
compile_commands.json
910
moc_*
1011
*.moc

CMakeLists.txt

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Defines LocalCoin library target.
2-
project( BitShares )
2+
project( LocalCoin )
33
cmake_minimum_required( VERSION 2.8.12 )
44

5-
set( BLOCKCHAIN_NAME "BitShares" )
5+
set( BLOCKCHAIN_NAME "LocalCoin" )
66

77
set( CLI_CLIENT_EXECUTABLE_NAME graphene_client )
8-
set( GUI_CLIENT_EXECUTABLE_NAME BitShares )
8+
set( GUI_CLIENT_EXECUTABLE_NAME LocalCoin )
99
set( CUSTOM_URL_SCHEME "gcs" )
1010
set( INSTALLER_APP_ID "68ad7005-8eee-49c9-95ce-9eed97e5b347" )
1111

@@ -102,6 +102,11 @@ if( WIN32 )
102102
SET(TCL_LIBS "${TCL_LIBS}${TCL_LIB_PATH}/${TCL_LIB_NAME}g${TCL_LIB_EXT}")
103103
SET(TCL_LIBRARY ${TCL_LIBS})
104104

105+
find_package( CURL )
106+
set(CURL_STATICLIB ON)
107+
include_directories( ${CURL_INCLUDE_DIRS} )
108+
link_directories( ${CURL_LIBRARIES} )
109+
105110
else( WIN32 ) # Apple AND Linux
106111

107112
if( APPLE )
@@ -177,15 +182,15 @@ set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSIO
177182
set(CPACK_PACKAGE_DESCRIPTION "A client for the LocalCoin network")
178183
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A client for the LocalCoin network")
179184
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.md")
180-
set(CPACK_PACKAGE_INSTALL_DIRECTORY "BitShares ${CPACK_PACKAGE_VERSION}")
185+
set(CPACK_PACKAGE_INSTALL_DIRECTORY "LocalCoin ${CPACK_PACKAGE_VERSION}")
181186

182187
if(WIN32)
183188
SET(CPACK_GENERATOR "ZIP;NSIS")
184-
set(CPACK_PACKAGE_NAME "BitShares") # override above
189+
set(CPACK_PACKAGE_NAME "LocalCoin") # override above
185190
set(CPACK_NSIS_EXECUTABLES_DIRECTORY .)
186-
set(CPACK_NSIS_PACKAGE_NAME "BitShares v${CPACK_PACKAGE_VERSION}")
191+
set(CPACK_NSIS_PACKAGE_NAME "LocalCoin v${CPACK_PACKAGE_VERSION}")
187192
set(CPACK_NSIS_DISPLAY_NAME "${CPACK_NSIS_PACKAGE_NAME}")
188-
set(CPACK_NSIS_DEFINES " !define MUI_STARTMENUPAGE_DEFAULTFOLDER \\\"BitShares\\\"")
193+
set(CPACK_NSIS_DEFINES " !define MUI_STARTMENUPAGE_DEFAULTFOLDER \\\"LocalCoin\\\"")
189194
# it seems like windows zip files usually don't have a single directory inside them, unix tgz frequently do
190195
SET(CPACK_INCLUDE_TOPLEVEL_DIRECTORY 0)
191196

README.md

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
LocalCoin Core
1+
LocalCoin Core - MasterNodes
22
==============
33

4-
[Build Status](https://travis-ci.org/LocalCoinIS/LocalCoin-core/branches):
5-
6-
`master` | `develop` | `hardfork` | `testnet` | `localcoin-fc`
7-
--- | --- | --- | --- | ---
8-
[![](https://travis-ci.org/LocalCoinIS/LocalCoin-core.svg?branch=master)](https://travis-ci.org/LocalCoinIS/LocalCoin-core) | [![](https://travis-ci.org/LocalCoinIS/LocalCoin-core.svg?branch=develop)](https://travis-ci.org/LocalCoinIS/LocalCoin-core) | [![](https://travis-ci.org/LocalCoinIS/LocalCoin-core.svg?branch=hardfork)](https://travis-ci.org/LocalCoinIS/LocalCoin-core) | [![](https://travis-ci.org/LocalCoinIS/LocalCoin-core.svg?branch=testnet)](https://travis-ci.org/LocalCoinIS/LocalCoin-core) | [![](https://travis-ci.org/LocalCoinIS/LocalCoin-fc.svg?branch=master)](https://travis-ci.org/LocalCoinIS/LocalCoin-fc)
9-
10-
114
* [Getting Started](#getting-started)
125
* [Support](#support)
136
* [Using the API](#using-the-api)
@@ -18,7 +11,7 @@ LocalCoin Core
1811
LocalCoin Core is the LocalCoin blockchain implementation and command-line interface.
1912
The web wallet is [LocalCoin UI](https://github.com/LocalCoinIS/LocalCoin-ui).
2013

21-
Visit [localcoin.org](https://localcoin.org/) to learn about LocalCoin and join the community at [localcoinTalk.org](https://localcointalk.org/).
14+
Visit [localcoin.is](https://localcoin.is/) to learn about LocalCoin.
2215

2316
**NOTE:** The official LocalCoin git repository location, default branch, and submodule remotes were recently changed. Existing
2417
repositories can be updated with the following steps:
@@ -33,7 +26,7 @@ repositories can be updated with the following steps:
3326
Getting Started
3427
---------------
3528
Build instructions and additional documentation are available in the
36-
[wiki](https://github.com/LocalCoinIS/LocalCoin-core/wiki).
29+
[wiki](https://dev.localcoin.is).
3730

3831
We recommend building on Ubuntu 16.04 LTS, and the build dependencies may be installed with:
3932

@@ -88,14 +81,10 @@ Use `help` to see all available wallet commands. Source definition and listing o
8881

8982
Support
9083
-------
91-
Technical support is available in the [localcoinTalk technical support subforum](https://localcointalk.org/index.php?board=45.0).
92-
9384
LocalCoin Core bugs can be reported directly to the [issue tracker](https://github.com/LocalCoinIS/LocalCoin-core/issues).
9485

9586
LocalCoin UI bugs should be reported to the [UI issue tracker](https://github.com/LocalCoinIS/LocalCoin-ui/issues)
9687

97-
Up to date online Doxygen documentation can be found at [Doxygen](https://localcoin.org/doxygen/hierarchy.html)
98-
9988
Using the API
10089
-------------
10190

@@ -160,13 +149,6 @@ With the above configuration, here is an example of how to call `add_node` from
160149

161150
Note, the call to `network_node` is necessary to obtain the correct API identifier for the network API. It is not guaranteed that the network API identifier will always be `2`.
162151

163-
Since the `network_node` API requires login, it is only accessible over the websocket RPC. Our `doxygen` documentation contains the most up-to-date information
164-
about API's for the [witness node](https://localcoin.github.io/doxygen/namespacegraphene_1_1app.html) and the
165-
[wallet](https://localcoin.github.io/doxygen/classgraphene_1_1wallet_1_1wallet__api.html).
166-
If you want information which is not available from an API, it might be available
167-
from the [database](https://localcoin.github.io/doxygen/classgraphene_1_1chain_1_1database.html);
168-
it is fairly simple to write API methods to expose database methods.
169-
170152
FAQ
171153
---
172154

@@ -207,7 +189,7 @@ FAQ
207189

208190
The second number specifies the *type*. The type of the object determines what fields it has. For a
209191
complete list of type ID's, see `enum object_type` and `enum impl_object_type` in
210-
[types.hpp](https://github.com/LocalCoinIS/LocalCoin-2/blob/localcoin/libraries/chain/include/graphene/chain/protocol/types.hpp).
192+
[types.hpp](https://github.com/LocalCoinIS/LocalCoin-core/blob/master/libraries/chain/include/graphene/chain/protocol/types.hpp).
211193

212194
The third number specifies the *instance*. The instance of the object is different for each individual
213195
object.

check_unique_assets.php

Lines changed: 0 additions & 17 deletions
This file was deleted.

create_account.php

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs

Submodule docs updated from bd792d0 to 008cd67

genesis.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,16 @@
245245
],
246246
[
247247
46, {}
248+
],
249+
[
250+
47, {
251+
"fee": 1000000
252+
}
253+
],
254+
[
255+
48, {
256+
"fee" : 100000
257+
}
248258
]
249259
],
250260
"scale": 10000
@@ -269,6 +279,7 @@
269279
"cashback_vesting_threshold": 10000000,
270280
"count_non_member_votes": true,
271281
"allow_non_member_whitelists": false,
282+
"activenode_pay_per_block": 6500,
272283
"witness_pay_per_block": 65000,
273284
"worker_budget_per_day": "30000000000",
274285
"max_predicate_opcode": 1,

import_balances.php

Lines changed: 0 additions & 22 deletions
This file was deleted.

issue_assets.php

Lines changed: 0 additions & 29 deletions
This file was deleted.

issue_assets_for_test.php

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)