Skip to content

Commit

Permalink
changes copyright year, deletes checkpoints, change placeholders in w…
Browse files Browse the repository at this point in the history
…orflow
  • Loading branch information
zimbora committed Feb 10, 2024
1 parent b624420 commit afb849c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 127 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ jobs:
# Build the Docker image from the Dockerfile in the repository
docker build \
--build-arg CPU_CORES=$(nproc) \
--build-arg TICKER=__DSW__ \
--build-arg NAME=__Decenomy__ \
--build-arg BASE_NAME=__decenomy__ \
--build-arg TICKER=OWO \
--build-arg NAME=OneWorld \
--build-arg BASE_NAME=oneworld \
--build-arg TARGET=master \
-t __decenomy__-linux-x64-build \
-t oneworld-linux-x64-build \
-f contrib/docker/Dockerfile.dsw-linux-x64-wallet .
# Start the container (if it's not already running)
docker run -d --name __decenomy__-linux-x64-build-container __decenomy__-linux-x64-build
docker run -d --name oneworld-linux-x64-build-container oneworld-linux-x64-build
# Create a temporary directory to hold the extracted files
mkdir release_files
# Copy files from the Docker container to the local filesystem
docker cp __decenomy__-linux-x64-build-container:/__DSW__/deploy/linux-x64 release_files/
docker cp oneworld-linux-x64-build-container:/OWO/deploy/linux-x64 release_files/
- name: Archive and Upload Extracted Files
uses: actions/upload-artifact@v3
Expand All @@ -53,21 +53,21 @@ jobs:
# Build the Docker image from the Dockerfile in the repository
docker build \
--build-arg CPU_CORES=$(nproc) \
--build-arg TICKER=__DSW__ \
--build-arg NAME=__Decenomy__ \
--build-arg BASE_NAME=__decenomy__ \
--build-arg TICKER=OWO \
--build-arg NAME=OneWorld \
--build-arg BASE_NAME=oneworld \
--build-arg TARGET=master \
-t __decenomy__-linux-arm64-build \
-t oneworld-linux-arm64-build \
-f contrib/docker/Dockerfile.dsw-linux-arm64-wallet .
# Start the container (if it's not already running)
docker run -d --name __decenomy__-linux-arm64-build-container __decenomy__-linux-arm64-build
docker run -d --name oneworld-linux-arm64-build-container oneworld-linux-arm64-build
# Create a temporary directory to hold the extracted files
mkdir release_files
# Copy files from the Docker container to the local filesystem
docker cp __decenomy__-linux-arm64-build-container:/__DSW__/deploy/linux-arm64 release_files/
docker cp oneworld-linux-arm64-build-container:/OWO/deploy/linux-arm64 release_files/
- name: Archive and Upload Extracted Files
uses: actions/upload-artifact@v3
Expand All @@ -87,21 +87,21 @@ jobs:
# Build the Docker image from the Dockerfile in the repository
docker build \
--build-arg CPU_CORES=$(nproc) \
--build-arg TICKER=__DSW__ \
--build-arg NAME=__Decenomy__ \
--build-arg BASE_NAME=__decenomy__ \
--build-arg TICKER=OWO \
--build-arg NAME=OneWorld \
--build-arg BASE_NAME=oneworld \
--build-arg TARGET=master \
-t __decenomy__-windows-x64-build \
-t oneworld-windows-x64-build \
-f contrib/docker/Dockerfile.dsw-windows-x64-wallet .
# Start the container (if it's not already running)
docker run -d --name __decenomy__-windows-x64-build-container __decenomy__-windows-x64-build
docker run -d --name oneworld-windows-x64-build-container oneworld-windows-x64-build
# Create a temporary directory to hold the extracted files
mkdir release_files
# Copy files from the Docker container to the local filesystem
docker cp __decenomy__-windows-x64-build-container:/__DSW__/deploy/windows-x64 release_files/
docker cp oneworld-windows-x64-build-container:/OWO/deploy/windows-x64 release_files/
- name: Archive and Upload Extracted Files
uses: actions/upload-artifact@v3
Expand All @@ -121,21 +121,21 @@ jobs:
# Build the Docker image from the Dockerfile in the repository
docker build \
--build-arg CPU_CORES=$(nproc) \
--build-arg TICKER=__DSW__ \
--build-arg NAME=__Decenomy__ \
--build-arg BASE_NAME=__decenomy__ \
--build-arg TICKER=OWO \
--build-arg NAME=OneWorld \
--build-arg BASE_NAME=oneworld \
--build-arg TARGET=master \
-t __decenomy__-macos-x64-build \
-t oneworld-macos-x64-build \
-f contrib/docker/Dockerfile.dsw-macos-x64-wallet .
# Start the container (if it's not already running)
docker run -d --name __decenomy__-macos-x64-build-container __decenomy__-macos-x64-build
docker run -d --name oneworld-macos-x64-build-container oneworld-macos-x64-build
# Create a temporary directory to hold the extracted files
mkdir release_files
# Copy files from the Docker container to the local filesystem
docker cp __decenomy__-macos-x64-build-container:/__DSW__/deploy/macos-x64 release_files/
docker cp oneworld-macos-x64-build-container:/OWO/deploy/macos-x64 release_files/
- name: Archive and Upload Extracted Files
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 2)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_YEAR, 2024)
AC_INIT([OneWorld Core],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_REVISION, m4_if(_CLIENT_VERSION_BUILD, [0], [], _CLIENT_VERSION_BUILD))m4_if(_CLIENT_VERSION_RC, [0], [], [rc]_CLIENT_VERSION_RC),[https://github.com/decenomy/OWO/issues],[oneworld],[https://owocoin.net/])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADERS([src/config/pivx-config.h])
Expand Down
105 changes: 3 additions & 102 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,112 +70,13 @@ static CBlock CreateGenesisBlock(uint32_t nTime, uint32_t nNonce, uint32_t nBits
static Checkpoints::MapCheckpoints mapCheckpoints =
boost::assign::map_list_of
(0, uint256S("00000e7b446b97413bfec60b4d733b3765dcc2bbbb63fd655e507390e4c4632c"))
(16726, uint256S("322fa52bb22cc8c30d23f2910f1d70e7ecc948022542835bb7a21ead1782b489"))
(33453, uint256S("2dc1b467e96d15805ee45acdc2f946db9307544e91b618be7f8543c242e6a5e4"))
(50180, uint256S("16fba83c6605b0f3ff855d3eabc6a3a24367988f666d142b07993ca6977b7a2d"))
(66907, uint256S("d2213dca321f35f428711814c94e6810f1146b8513cfbf1e108098f55575d5f9"))
(83634, uint256S("ba8b56456a6795941d098b763d3fc9b74e001de36f794a94fb8fde58d08f44d9"))
(100361, uint256S("db9a331f56b08a1aad95237e35dbcb268477eb014eaba91977625860a95d2600"))
(117088, uint256S("54bb1a4c09660c88284f8ae6f0d09be70790610146839bb82676140a29fe147a"))
(133815, uint256S("de8023c8aedef2a8c6821128bf715ec6ddb20d4d7da0e9572822cac304907a4f"))
(150542, uint256S("d1ece7958bcbf56af6a0f0552b5038553169dcc3bbedbd9bb1806112a200ae62"))
(167269, uint256S("82e0cfa7f37e656a7fbc72f97214bbb09a786bae05de3b90245c894fc720c146"))
(183996, uint256S("c715e2e8e25fbfb427b66dbd67e46f1ab3f806105134e96d84dcc046c3f34161"))
(200723, uint256S("3cbdc39302a35404236eb1d55b85bedc55ec057884efa7519a4f006f42b07e53"))
(217450, uint256S("3edb6a273677e27df2a52de49ee55ad888c742909c0964b84e02a5efba5de0e2"))
(234177, uint256S("ed92921fba41e5b6bb17f89b0f239f10fb545dfd4e8e0fa7cb48384eff298eea"))
(250904, uint256S("3b9b637bf5451e3fbeca08b234b095c0155428965a55aa2f0947f7e4594490f4"))
(267631, uint256S("1bfa53618d6bd6271a7a7ab73a73f3db1013cf4d9be9471df531b4e05276efd1"))
(284358, uint256S("11306b8a4a294158d41e62193414619e8735ab3f092a242b1d902d87a312bb65"))
(301085, uint256S("4cb3fd62031e5d6789ec730f17e6d60bdb198f245ab0e14a759e8631e7044543"))
(317812, uint256S("41252bb66eef0d914c42e7f1cdfaba70fa5f47c366e299d292b0dbcf572f55fe"))
(334539, uint256S("22025e18810efbbc248a44df471210a9a660333d64f6b919f23f2be7735e66a9"))
(351266, uint256S("f61eddbf96a1766a7b46f1f5102c353e28b608a2af9cf119ba1b3baf52012206"))
(367993, uint256S("951830a049156b264def73469f50df174c2f28ae384e68aa73edbc4817f8815f"))
(384720, uint256S("89ad4d7630d90a6c2f6c69646dddac37ed263c758036d6b21d98e6a9a96f72ea"))
(401447, uint256S("4abbb9603a86f4ea5cc26acae6aacb1ccae421eea20599b9278cd0433d7f6a06"))
(418174, uint256S("ba571c53c2317e6222cfca5c4b2040e6ea9d31d23f4805d9c45d1f01717ab20e"))
(434901, uint256S("0fa195d5fe36c97d91d612132a25427b34280acdf68e846dd895ccbc9784a5b3"))
(451628, uint256S("458e0c46df233889f2451b3203bad18073561577a60187aefe075b58e4bb21cd"))
(468355, uint256S("d9d2b0cc747b9866416c1947de3c0126762e1d2d1dd653738b6f7b7c5378cd09"))
(485082, uint256S("c29abb69b9562660c6235443b49d7fb4e389b767290e9a5ea0763fbcbb1e41d9"))
(501809, uint256S("8e21e42b6d2397106fdadca493a4b4c81b156d72372cdf59814c961e273e7f24"))
(518536, uint256S("52434adfa2606a8763a3b1bb842d147e0121bf22efde25bf862630c53512ee5a"))
(535263, uint256S("a65ee7ab15bcddae62db93c974a8d5d997f432e13df38e470eb35e36c7138614"))
(551990, uint256S("20defb508bff387e820ca397a37bc865281380bf17dd59fe097eca3abc4a1bf8"))
(568717, uint256S("161ea9a9012b162daf785b048c3d9d75f0af89a337fbc2fa1f87711d90e5f50e"))
(585444, uint256S("8e87f6f0bd386ab082265e7c063cf6dfb4ff08053b0f0356e6765969b111e5cc"))
(602171, uint256S("d6b2fe01d16be9e74f708471d8745a3b0a0d8a8473b57bb2326c4cb591ac8022"))
(618898, uint256S("f2af0c9878b43ce5e8469bd1b133b04765a7095fc8817e6071bd9b6ac0dcaf69"))
(635625, uint256S("2f5bfd7db991639b80dcdd7ddaab64e8ab12453659fff0fd5157ea2b363781ef"))
(652352, uint256S("1de4045471c9a0bc949fa064f27c35728db7969d726e672e1deab3ed4d0f3c4a"))
(669079, uint256S("49c53db26962a539e389d96c44f6339caf9415d919d09d0311afb43ce0426a06"))
(685806, uint256S("fc07daf18c9a702d0342fae5772b79cde6a0715b157c7f430f48773b340479e5"))
(702533, uint256S("de4d85f14d9ff796fe59544240bebe909d47910e91a7b4c75737917b0f0633bf"))
(719260, uint256S("0263c8bbb9f7edcc1f257c80af0990774e04f861dcdd25e50d7b4c8cba63df29"))
(735987, uint256S("33d27b05c2fd5186914b24a6822d426fb3ce161546b02f9274f342b4841d193e"))
(752714, uint256S("776e7e39ec6e69dabca8fa43e41c63dc33a7dc7d7f6b72245b89d2f0c05c54b5"))
(769441, uint256S("f923644785c88ea35522578bd148c683cf21686863648fbe98d9e3f9e3fb3f60"))
(786168, uint256S("f8d3c768a5fcfd44ad1235a6a86292d71f71190928e2bed36c14e29f36b929cf"))
(802895, uint256S("460545a567c16074743bab0de2bc715404edf7cfd8a48e18da8a26d623c5ec3e"))
(819622, uint256S("8ac77a33d5c9a26d5ebafb9a49da11f3be209664c71dbf96dbc9d0314c53bae1"))
(836349, uint256S("8d80a9e037d15b965a35309e8c27b0bb08f007c6853bd4a9b960d0d70e954e7f"))
(853076, uint256S("8d177aa6e7ee155308246d3fb032e2290e8a352c657d4fe966a7c89b991ce7aa"))
(869803, uint256S("293da24b587b00456e3c3e186e00731b5d5ee573e087ad94d4556d7d61f4640a"))
(886530, uint256S("914ba277e818dff86b314294eb5ca90053bdf2095f081887c365a755d2ea4d61"))
(903257, uint256S("5b7055909932b581995e099eb39bde7adf94fc86cd597dde43896d89249711d0"))
(919984, uint256S("a90b1dd0e4d08ac10e16fb3a833fad1ca582c2b09d8f5a2d018b661a8741a491"))
(936711, uint256S("1b3e8da16ea0f3c3877595d340f37e252a3ec0d723c83e577fa9d785ef5c94a5"))
(953438, uint256S("3d9d99c8f47afa9827595188d58cbc1e0b08b2122dc04fa6554326e9bf94716f"))
(970165, uint256S("06b8a48ea2210af2e7368d0a69a767ac0a6434b6fe12cb6a674e732a342c9083"))
(986892, uint256S("5b591b03959af0dcedcbb601206ca2264c3a2684211c7c3662e81b04e6633cb5"))
(1003619, uint256S("81acb851958ce5c4880326990e33e90456a3062ddb5bdcff11c855bd8d4ef8e4"))
(1020346, uint256S("58731139ec0072effa84a81639b6b875312114dfc657126890031b08b57d6324"))
(1037073, uint256S("6c425c7cbf31b0c08e7d8de659814f972b68ae5329d157ca63c881d9bfe695f9"))
(1053800, uint256S("0f430115531bf9f65ef026d63d1a78e02ce6309a9ad661f377b89851f443c0ac"))
(1070527, uint256S("ac443648c35385d5328861894610d02174915c6121151adacc2db52e8c75fd56"))
(1087254, uint256S("90c4714f9ebc7b2db23afd02d093506eef858ab5823a8916121571e9d926130b"))
(1103981, uint256S("5100661b9d594b493b3e6a5e71c56286d5b707905d655d28e4b1c49ca7ccb9be"))
(1120708, uint256S("e71b4c8f7c84eab747b4f0cc1d8ea3b87331df0259e4fcb057fa5f80da3ccbf4"))
(1137435, uint256S("245db2cbceea7b682490d0ecd0f0c781c78de9bb1fde8573d74bbb397125b4c8"))
(1154162, uint256S("4409b928393b8c8d217e1444f2bb879496465ed30d5f5512fd5825e45e537c5a"))
(1170889, uint256S("47a04f25dff743fe60424b2788b80d3aa9a9b481443428edbe1ca2ce8136f8b8"))
(1187616, uint256S("068891ebd43428f51efcae70083a3fe9401ca740171c52ff98424344d0cd1d87"))
(1204343, uint256S("8d7894e7be43b5281300adfb4b334b70e321165cb4eb3c6045e2ab29904eda2a"))
(1221070, uint256S("86c6477c0e3ca125d54b8fa26594f7f7524c635f4b00c16d97efe8883f1e8574"))
(1237797, uint256S("1cacfaf4411a64c80204e8ee962c8529c613c628ebb3c506d4b081c25452d7ca"))
(1254524, uint256S("a464b62aad5c43e4b3f39490a9492ba192be20afaecc51d0d7f727b1c89a2c53"))
(1271251, uint256S("8c8ad2bce4cbcb5b818d73621773af20a06276a74db79cd2da854a8308536ac3"))
(1287978, uint256S("73abb7d9304edbbfc89b5bff714448decb34c5aea92b7d4d567f8ebcf59610ae"))
(1304705, uint256S("ec15b0f108ae86b09eebecc267e306baacc49c67e4baa46306e3fc0dfd134f77"))
(1321432, uint256S("4d701276c9481e912a9b703cf1507c6549552611014e8b5bdfbc7319fdde53bc"))
(1338159, uint256S("4c4bb5af55a3d05a630c56e098158571f9886a8c6f0df527f169dc021c08e0bb"))
(1354886, uint256S("b925acfd0d96a23401323f6a1e3cb9cb69deee0cc09e2b16c8e17c684fb9def5"))
(1371613, uint256S("ec62d78a847b6fd22131e1712dedf759ebdb75de1ee0b215f960deb3d952964f"))
(1388340, uint256S("8946ddd509b64bb4d9cb8d2f21ccf2e10b854dcda4ef94b67310d49cab1c2209"))
(1405067, uint256S("28c473f8f357b184de02d4104f026635b154788b55df63b42578729ad76159de"))
(1421794, uint256S("0bbabd28ac2c4b01be95e712ace23e44e2ad733cea4bb617ddc49633c34393a7"))
(1438521, uint256S("2c0de724ce05d14f0834b4bc714855f047226d643ed4b6f1d9ccb9bad6b1e6bf"))
(1455248, uint256S("3fdcaa7532b471746ba36fa213d20a8786bd3f5a7b8d60fce699aa576fa312e8"))
(1471975, uint256S("17db49b8b13a0031b8bef5a90c88fafa419bf28c2ffabd7431ba3fca4d9f2f48"))
(1488702, uint256S("022b5ab90af24c5833a81b0e84ed27f8fec2d82058b8f5f5a7492934413103aa"))
(1505429, uint256S("3badde6cfd96b34ed26137562fc81f3d2d83f5f23b6511f81de7450226673c66"))
(1522156, uint256S("d73d5fa52be2c5d39c10ef66e23a4b5f449d0ad6f630a3603104a3435ce5be6f"))
(1538883, uint256S("efa2f346aa41ceaf7e052b1cbfb1c094d4a2e9516caa6e693acbd56326c28722"))
(1555610, uint256S("3f93d4a0d034722c73f40a19885224862f30d5b5b75f1ae5d4a11ab52018c101"))
(1572337, uint256S("78809753a654fab117649b0344d57b4ca1ae81a6b03ee749ff2e02824416660f"))
(1589064, uint256S("8c3273688bcf39b8b7e800b6f40075ea4dcf7427aa29b2ed9f43c14b332d4708"))
(1605791, uint256S("6872681d6effe6b43b2162b0c0a2add8b9c29a4011ae23d831f8bb450d8c9e72"))
(1622518, uint256S("b99101795310d50fbcf1ee02d78b6e5c3ac015f886717f6a201e401d032543bc"))
(1639245, uint256S("d9adf13639ffd402a1049fdf8d4d66855e24fe43ecc7a79f40ed362400eb0d4b"))
(1655972, uint256S("a7e233889753cb631e95c9659f0e25307b4ad05800705c2bee46fcc90ee2ce56"))
(1672699, uint256S("ba48f4dacc003a40b8e9ef5c515b5ac024f6634c8de45e3e6a75fef981b1244a"))

;

static const Checkpoints::CCheckpointData data = {
&mapCheckpoints,
1692904005, // * UNIX timestamp of last checkpoint block
3440765, // * total number of transactions between genesis and last checkpoint
0, // * UNIX timestamp of last checkpoint block
1, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the UpdateTip debug.log lines)
2834 // * estimated number of transactions per day after checkpoint
};
Expand Down

0 comments on commit afb849c

Please sign in to comment.