reaction.la
19d34e869f
reverting error in .gitsigners
2024-04-10 09:46:28 +08:00
Cheng
d7381581c6
still acommodating cmake
2024-04-10 11:25:35 +10:00
reaction.la
4adcd67b30
2024-04-10 11:22:09 +10:00
reaction.la
e36cd8e925
Merge remote-tracking branch 'origin/master' into docs
2024-04-10 11:20:15 +10:00
Cheng
f4678c2b70
putting cmake changes to bed
2024-04-09 11:58:52 +10:00
Cheng
3e2f94920b
Merge remote-tracking branch 'origin/docs'
2024-04-09 11:02:31 +10:00
reaction.la
da4a550684
Merge remote-tracking branch 'origin/master' into docs
2024-04-09 10:58:24 +10:00
reaction.la
c1e5d47ae9
still pondering cold start
2024-04-09 08:24:30 +08:00
reaction.la
ab0b426bb8
2024-02-25 19:29:09 -08:00
reaction.la
05da22896f
clarified use of public broadcast channel and merkle patricia trees
2024-02-25 19:21:53 -08:00
Cheng
083b3085f3
Merge branch 'docs'
2024-02-26 11:28:03 +10:00
Cheng
c005ec7cf5
changing wxWidgets include to ignore irritating byproducs of visual studio when it attempts to muck with cmake (poorly)
2024-02-26 11:19:20 +10:00
reaction.la
a6ae125e3d
moving to ssh key based signing
2024-02-25 17:05:46 -08:00
Cheng
7b45929f64
adapted the library build scripts to CMake build wxWidgets
...
They now build considerably faster
2024-02-23 14:54:27 +10:00
Cheng
351f742183
synchronous change in master project and wxWidgets submodule
2024-02-23 07:21:53 +10:00
Cheng
21cc95e246
building wxWidgets as a cmake project file instead of visual studio project file
2024-02-22 22:44:31 +10:00
Cheng
f999a8280d
msvc/winConfigDebug.bat
...
and
msvc/winConfigRelease.bat
have been broken for a very long time
and I never tested them.
2024-02-21 14:40:57 +10:00
Cheng
47f9e77aec
I discovered I was relying on a Microsoft idiosyncracy,
...
that by default it searches for header files in the source
directory as well as on the include line - which is very
nice but non standard and breaks every other build system,
resulting in incomprehensible and misleading error messages
that send one down a hundred rabbit holes.
2024-02-21 12:28:11 +10:00
reaction.la
6459947830
Merge remote-tracking branch 'origin/master' into docs
2024-02-20 14:10:41 +10:00
reaction.la
4c407415a4
upgrading to wxWidgets v3.2.4
2024-02-20 14:09:00 +10:00
Cheng
4e33913d1f
oops, failed to update wxWidgets itself
2024-02-20 13:19:34 +10:00
reaction.la
b1aaca0904
Merge branch 'docs' of rho.la:~/wallet into docs
2024-02-20 12:31:37 +10:00
reaction.la
3ce4e28fc6
2024-02-20 12:31:03 +10:00
reaction.la
e6fc13d078
2024-02-20 12:12:27 +10:00
reaction.la
48f0a03b60
repeated and clarified the explantion on monero, contracts, and beating Metcalfe's law and the cold start problem
2024-02-20 09:54:37 +08:00
Cheng
e14148d4f5
updated to 3.2.4
2024-02-19 22:10:39 +10:00
Cheng
8bf4bc083d
moved wallet.sln to its proper directory
2024-02-14 22:03:41 +10:00
Cheng
fac065506c
moved utcmt to its proper directory
2024-02-14 21:48:06 +10:00
Cheng
22636219d8
Merge commit 'bb547abae4402ded3a9ac73f08340a1d8d743bbd'
2024-02-14 21:25:24 +10:00
Cheng
76e406424c
Merge remote-tracking branch 'origin/docs'
2024-02-14 21:19:53 +10:00
Cheng
bb547abae4
oops, no message, need to review what I have done
2024-02-14 21:16:32 +10:00
reaction.la
495f667c6f
Deleted DHT design from social networking preparatory to writing
...
up the new design
Added nfs to setup documentation
2024-02-12 10:12:59 +10:00
reaction.la
a856d438e7
still cleaning up the formatting
...
Windows and MacOS default fonts to metric compatibility with Times for serif and Helvetica for sans-serif.
while Linux defaults to metric compatibility with DejaVu
DejaVu also has better full unicode support than just about anyone.
DejaVu has more inversal compatibility, everything has DejaVu
So if you want your documents to lay out the same on every system
go with DejaVu.
2024-02-07 09:53:55 +10:00
reaction.la
1f15307124
Fixed the overflow problem in formatting to stop
...
the wrapping
For consistency between code and text display, switched both
fonts to Deva Vu
2024-02-07 08:55:46 +10:00
reaction.la
88cb8f49ff
Fixed the overflow problem in formatting to stop
...
the wrapping
2024-02-07 08:17:17 +10:00
reaction.la
872ac0ccdb
typos in set_up and moved usury to a more appropriate position
...
usury still has no links leading to it
2024-02-07 08:17:02 +10:00
reaction.la
a247a1d30c
No end of changes, lost track.
...
Switched to Deva V for greater consistency between mono spaced and serif
2024-02-06 15:32:06 +10:00
reaction.la
8f07c8dcf1
ranted on the Great Mortgage Minority Meltdown as reasons
...
for abandoning financial mechanisms based on trust in elites
documented my travails in configuring linux systems
2024-01-12 12:10:10 +10:00
reaction.la
a92a3b60b7
Amended "stake" to "shares"
2024-01-02 15:20:23 +10:00
reaction.la
b091d38ede
Added the link to the investor pitch, so that search
...
engines can find it.
2024-01-02 10:23:04 +10:00
reaction.la
38f6246990
Added design of concurrency for peer to peer sockets
...
/docs/design/peer_socket.md
2023-12-24 13:39:39 +10:00
reaction.la
6dfee3e91f
Added discussion for implementing peer to peer. It is harder than it
...
seems, because you typically want to communicate with multiple peers at
the same time.
Minor updates, and moved files to more meaningful locations,
which required updating links.
2023-12-20 14:08:53 +10:00
reaction.la
8e7bdfa35a
2023-12-18 11:07:26 +10:00
reaction.la
35579009cf
Added the design directory
...
Added the beginning of a write up for sockets
Extensively rewrote proof_of_share
2023-12-18 11:01:37 +10:00
reaction.la
c93b6899d6
minor corrections and updates of
...
docs/manifesto/social_networking.md
docs/manifesto/sox_accounting.md
docs/usury.md
2023-12-17 17:20:47 +10:00
reaction.la
b87864d922
Rant on sox accounting made more explicitly
...
Christian and moralistic.
Explanation of "Proof of share" added to crypto_currency.md
where no one is likely to find it. Need to create document
on consensus.
2023-11-26 06:59:00 +10:00
reaction.la
0a0255a9f7
Merge remote-tracking branch 'origin/master' into docs
2023-11-25 08:24:51 +10:00
reaction.la
94df1b856e
typos, and adaption to the new layout
...
Slight updates to libraries, Christianization
of sox_accounting.
2023-11-25 08:22:17 +10:00
Cheng
ade9263aa4
minor changes in sqlite compile time options.
...
Again, wasting time on a digression
2023-11-14 05:29:02 +10:00
Cheng
236e59badf
added error logging capability for sqlite3,
...
which is an irrelevant digression, since it already
reports errors on calls
Maybe I will get reports if I fail to finalize a compiled
sql statement before shutting down a database connection,
but the most likely circumstance for this to happen is
on program close, when I am unlikely to be able to see
the log.
2023-11-13 15:54:53 +10:00