Commit Graph

31078 Commits

Author SHA1 Message Date
Duke Leto
e7e125df3b Merge pull request 'added cmake check for build-arm.sh' (#208) from jahway603/hush3:dev into dev
Reviewed-on: https://git.hush.is/hush/hush3/pulls/208
2022-09-20 02:24:53 +00:00
Duke Leto
9e719cf3e7 Live dangerously since we don't care about intermittent build.sh failures 2022-09-19 22:22:11 -04:00
jahway603
669447ba24 added cmake check for build-arm.sh 2022-09-19 22:11:12 -04:00
Duke Leto
4b2135f156 Add some basic error-checking 2022-09-19 22:09:37 -04:00
Duke Leto
27736e80ae Make this script take the branch and number of jobs as args 2022-09-19 22:05:18 -04:00
Duke Leto
67cccc23ef Merge branch 'dev' of https://git.hush.is/hush/hush3 into dev 2022-09-19 21:50:24 -04:00
Duke Leto
44e1836e52 Make this script executable 2022-09-19 21:49:49 -04:00
Jonathan "Duke" Leto
b41ff1b0da Make block_time.pl more portable 2022-09-19 16:32:46 -07:00
Jonathan "Duke" Leto
2a8dbbad7b Make shell scripts more portable by using /usr/bin/env bash 2022-09-19 16:30:39 -07:00
Jonathan "Duke" Leto
86a2c1c73c Lern 2 spel 2022-09-19 16:10:02 -07:00
Jonathan "Duke" Leto
f02a81fa4c Also update COPYRIGHT_YEAR in clientversion.h and teach update-copyrights.sh how to do it 2022-09-19 16:02:05 -07:00
Jonathan "Duke" Leto
b7b269448f Update copyrights that have an initial year of 2020 or later 2022-09-19 15:54:01 -07:00
Jonathan "Duke" Leto
d5112907b4 Write script to update copyrights 2022-09-19 15:49:44 -07:00
Jonathan "Duke" Leto
5d2307a709 Update copyrights to 2022 2022-09-19 15:45:30 -07:00
Jonathan "Duke" Leto
2de20daa66 Document z_sendmany 'z' ... 2022-09-19 15:13:47 -07:00
Jonathan "Duke" Leto
f6457a7ce5 Clarify a confusing comment 2022-09-19 13:59:16 -07:00
Jonathan "Duke" Leto
c1286c4140 Add copyright lines to HSC batch file 2022-09-19 13:58:21 -07:00
Jonathan "Duke" Leto
bd8ebb6a1c Pass along all CLI params, not just the first 9 2022-09-19 13:56:46 -07:00
Jonathan "Duke" Leto
da5bd906af Add a windows batch file for hush-smart-chain
It would be nice to pass along all CLI params, not just the first 9,
since we may need more than that. We should also add copyright lines.
2022-09-19 13:54:20 -07:00
Duke Leto
6845ec2087 Even more details about checkpoints 2022-09-19 13:32:41 -04:00
Duke Leto
d52ae97026 Update checkpoint data up to block 1087000 2022-09-19 13:25:26 -04:00
Duke Leto
53343051e8 Fix bug in calculating the last checkpointed block that is used in the stats 2022-09-19 13:25:07 -04:00
Duke Leto
92b387baed Allow custom starting height to generate checkpoint data 2022-09-19 13:16:20 -04:00
Duke Leto
0fb9db169c Basic CLI help and error checking for a valid stride 2022-09-19 13:12:37 -04:00
Duke Leto
473ec30404 More checkpoint tribal knowledge 2022-09-19 13:06:39 -04:00
Duke Leto
50c4af69f1 More details about the release process 2022-09-19 12:54:03 -04:00
Duke Leto
afcedbd06a Update docs about make manpages 2022-09-19 11:43:37 -04:00
Duke Leto
bf039e3665 Do not echo this echo command when running 2022-09-19 11:42:13 -04:00
Duke Leto
c7c2a98eaf Update manpages and add 'make manpages' target 2022-09-19 11:41:31 -04:00
Jonathan "Duke" Leto
3a36f544aa Get rid of boost stacktrace stuff 2022-09-19 07:15:08 -07:00
Jonathan "Duke" Leto
54cfe10994 Document all scripts in util/ 2022-09-19 06:25:18 -07:00
Jonathan "Duke" Leto
dd83c0f427 Remove contrib/devtools/ 2022-09-19 06:20:41 -07:00
Jonathan "Duke" Leto
7000ba189c Move the rest of devtools to util/ 2022-09-19 06:20:15 -07:00
Jonathan "Duke" Leto
5b105ce61a This tool does not exist in our repo 2022-09-19 06:19:01 -07:00
Jonathan "Duke" Leto
6cd6f7e0ba Migrate readme docs to util/ 2022-09-19 06:18:25 -07:00
Jonathan "Duke" Leto
2b809c56a0 Move things to util/ and update docs+build system references 2022-09-19 06:16:25 -07:00
Jonathan "Duke" Leto
432ea4b28b move replace.pl to util/ 2022-09-19 06:14:34 -07:00
Jonathan "Duke" Leto
644f43bcc6 move gen-manpages to util/ 2022-09-19 06:14:11 -07:00
Jonathan "Duke" Leto
00aa7eaea4 Remove a tool that was inherited from BTC related to QT code that we don't even have (lulz) 2022-09-19 06:08:53 -07:00
Jonathan "Duke" Leto
93207a2faf Add copyrights to some devtools 2022-09-19 05:59:41 -07:00
Jonathan "Duke" Leto
84c9b786a7 Move checkpoints.pl to util/ 2022-09-19 05:52:53 -07:00
Jonathan "Duke" Leto
9bf09f353b Add readme to ./util dir 2022-09-19 05:47:35 -07:00
Jonathan "Duke" Leto
c15f1a93b1 Add randomx stuff to build-arm.sh 2022-09-19 05:41:59 -07:00
Duke Leto
642b3f2262 Merge pull request 'RandomX updates for build-win.sh' (#201) from fekt/hush3:dev into dev
Reviewed-on: https://git.hush.is/hush/hush3/pulls/201
2022-09-19 12:16:17 +00:00
fekt
a564bc017c RandomX updates for build-win.sh 2022-09-19 03:59:39 +00:00
fekt
77293ac3c0 Merge remote-tracking branch 'origin/dev' into dev 2022-09-18 23:52:45 -04:00
fekt
e6357ce441 Merge https://git.hush.is/hush/hush3 into dev 2022-09-18 23:42:21 -04:00
Duke Leto
4ae1d47aec Update 'doc/release-process.md' 2022-09-19 01:11:22 +00:00
Duke Leto
786c783b67 Update 'doc/release-process.md' 2022-09-19 01:09:36 +00:00
Duke Leto
49912a26b3 Merge pull request 'renamed zcutil to util' (#199) from jahway603/hush3:dev into dev
Reviewed-on: https://git.hush.is/hush/hush3/pulls/199
2022-09-19 00:55:57 +00:00