Commit Graph

31243 Commits

Author SHA1 Message Date
Duke Leto
7e6220afac Add release notes details to release process docs 2022-09-21 22:18:19 -04:00
Jonathan "Duke" Leto
1e40d2711d Add copyright to files missing Hush copyright lines 2022-09-21 08:59:19 -07:00
Jonathan "Duke" Leto
6e6dfabbe2 Add copyright to files missing Hush copyright lines 2022-09-21 08:57:41 -07:00
Jonathan "Duke" Leto
ea93a31c09 Add copyright to files missing Hush copyright lines 2022-09-21 08:56:10 -07:00
Jonathan "Duke" Leto
ad3a35fcba Add copyright to files missing Hush copyright lines 2022-09-21 08:54:08 -07:00
Jonathan "Duke" Leto
03e1308783 Add copyright to files missing Hush copyright lines 2022-09-21 08:50:10 -07:00
Jonathan "Duke" Leto
35df2aa91f Add copyright to files missing Hush copyright lines 2022-09-21 08:48:42 -07:00
Jonathan "Duke" Leto
2564f6a66f Add copyright to files missing Hush copyright lines 2022-09-21 08:47:45 -07:00
Jonathan "Duke" Leto
43ef851f8c Add copyright to files missing Hush copyright lines 2022-09-21 08:46:02 -07:00
Jonathan "Duke" Leto
f791613c70 Add copyright to files missing Hush copyright lines 2022-09-21 08:44:34 -07:00
Jonathan "Duke" Leto
45e6a5c819 Merge branch 'dev' of https://git.hush.is/hush/hush3 into dev 2022-09-21 08:38:14 -07:00
Jonathan "Duke" Leto
005f1e00bc Update copyrights 2022-09-21 08:38:10 -07:00
Duke Leto
ab83649c1a Add gen-zaddrs.pl and improve docs 2022-09-21 09:04:32 -04:00
Duke Leto
9360cc3770 Merge pull request 'fixed help2man check' (#209) from jahway603 into dev
Reviewed-on: https://git.hush.is/hush/hush3/pulls/209
2022-09-20 11:35:04 +00:00
jahway603
e836a3c0c6 fixed help2man check 2022-09-20 01:21:13 -04:00
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