1
0
forked from cheng/wallet

Commit Graph

  • a6b700a45d
    still fiddling with git attributes, so that cloning recurse-submodules will work with both http and ssh master docs Cheng 2024-08-28 10:21:12 +0000
  • 85287e2658 Delete RELEASE_NOTES.html cheng 2024-08-28 06:05:03 -0400
  • 60e21e7586
    Merge remote-tracking branch 'origin/docs' Cheng 2024-08-28 17:58:03 +0800
  • 5823526630
    creating a README in accordance with Github and Gitea standards reaction.la 2024-08-28 09:57:19 +0000
  • 4782deccd8
    Trying to configure it according to gitea and github standards Cheng 2024-08-28 04:38:45 +0000
  • 9354c66e19
    we need the readme visible in the root directory, for other people to get started reaction.la 2024-08-28 04:23:56 +0000
  • 05d7935493
    for some reason, git wants a separate commit for updating wxWidgets to master reaction.la 2024-08-25 06:58:06 +0000
  • 87d61098e5
    notes on playing around with nixos reaction.la 2024-08-25 06:22:09 +0000
  • a5a8701cc8
    On reflection, using explicit protocol in .gitmodules, so that other people will be less mystified by behavior Cheng 2024-08-25 05:32:55 +0000
  • 770b0bf715
    Merge remote-tracking branch 'origin/docs' Cheng 2024-08-24 05:58:17 +0800
  • 10ef071728
    testing support for git daemon Cheng 2024-08-23 12:02:23 +0000
  • ae69f5c5ee
    attempting to learn nix reaction.la 2024-08-13 03:45:31 +0000
  • 4721988d95
    Fixed my plan for making SWIFT into Bitmessage, added a link to it from socil networking reaction.la 2024-08-06 08:37:28 +0000
  • 36343e69ba
    testing functionality of extended keys in unit_test.cpp Cheng 2024-08-04 05:07:37 +0000
  • 295919fd69
    Merge remote-tracking branch 'origin/docs' Cheng 2024-08-02 13:38:39 +0800
  • ba84172bbd
    wiped scalars on destruction, and added extended public keys to unit_test.cpp Cheng 2024-08-02 05:36:07 +0000
  • 68a3b5167b
    recalled constructor delegation, and cleaned up whitespace reaction.la 2024-08-02 05:34:25 +0000
  • 133b7d27c8
    moved extended_extended_private_key unit test from testbed to unit test Cheng 2024-08-01 03:02:00 +0000
  • deac6e35d1
    base 58 representation of extended keys works Cheng 2024-07-31 13:43:52 +0000
  • 8792d59c67
    removed requirement for a blob field from base58 Cheng 2024-07-30 08:01:39 +0000
  • acf980a5a1
    src/db_accessors.cpp made it utf-8 bom src/unit_test.cpp typo in error message Cheng 2024-07-29 08:37:49 +0000
  • b4e3409fea
    Changed a lot of files by amending reliable broadcast channel to atomic broadcast channel reaction.la 2024-07-28 11:12:35 +0000
  • feb040d800
    added extended keys but not going to start using them until I can save them to the database and reload them Cheng 2024-07-27 07:32:03 +0000
  • fe3015b851
    Finally figured out how to do callbacks for my async reaction.la 2024-07-04 00:18:48 +0000
  • 4678fba3ce
    modified: docs/estimating_frequencies_from_small_samples.md modified: docs/libraries/cpp_automatic_memory_management.md modified: docs/libraries/time.md modified: docs/manifesto/consensus.md renamed: docs/notes/big_cirle_notation.md -> docs/notes/big_circle_notation.md modified: docs/writing_and_editing_documentation.md reaction.la 2024-06-28 07:52:41 +0000
  • 9c5a393a93
    new file: docs/libraries/time.md new file: docs/manifesto/SWIFT.md reaction.la 2024-06-16 02:30:52 +0000
  • 7674b879eb
    Started work on the SWIFT plan. Lot of whitespace fixes, hence so manny many files updated with trivial fixes. modified: docs/design/TCP.md modified: docs/design/peer_socket.md modified: docs/design/proof_of_share.md modified: docs/estimating_frequencies_from_small_samples.md modified: docs/libraries.md modified: docs/libraries/scripting.md modified: docs/manifesto/May_scale_of_monetary_hardness.md modified: docs/manifesto/bitcoin.md modified: docs/manifesto/consensus.md modified: docs/manifesto/lightning.md modified: docs/manifesto/scalability.md modified: docs/manifesto/social_networking.md modified: docs/manifesto/sox_accounting.md modified: docs/manifesto/triple_entry_accounting.md modified: docs/manifesto/white_paper_YarvinAppendix.md modified: docs/names/multisignature.md modified: docs/names/petnames.md modified: docs/names/zookos_triangle.md modified: docs/notes/big_cirle_notation.md modified: docs/number_encoding.md modified: docs/scale_clients_trust.md modified: docs/setup/contributor_code_of_conduct.md modified: docs/setup/core_lightning_in_debian.md modified: docs/setup/set_up_build_environments.md modified: docs/setup/wireguard.md modified: docs/writing_and_editing_documentation.md reaction.la 2024-06-16 02:28:08 +0000
  • 5f47c5b35a
    modified: docs/manifesto/bitcoin.md modified: docs/manifesto/lightning.md modified: docs/manifesto/scalability.md modified: docs/manifesto/white_paper.md reaction.la 2024-05-26 02:22:30 +0000
  • 459b044046
    Due to massive violation of the dry principle, I broke all the navbars Should fix this by puttingt the navbar into yaml modified: docs/design/navbar modified: docs/libraries/navbar modified: docs/manifesto/navbar modified: docs/names/navbar modified: docs/navbar modified: docs/notes/navbar modified: docs/pandoc_templates/style.css modified: docs/rootDocs/navbar modified: docs/setup/contributor_code_of_conduct.md modified: docs/setup/navbar reaction.la 2024-05-09 08:39:22 +0000
  • 477f3b0a5b
    Added a place, misc_links, to put random links, so that everything can be made searcheable modified: docs/manifesto/lightning.md modified: docs/manifesto/navbar modified: docs/manifesto/scalability.md modified: docs/pandoc_templates/pandoc.template modified: docs/pandoc_templates/style.css reaction.la 2024-05-09 07:43:23 +0000
  • ce79e3515d
    Moved the abstract to the yaml to allow more freedom to globally manipulate doc format, and to reduced boilerplate repetition in each web page in accordance with the dry principle reaction.la 2024-05-08 22:47:27 +0000
  • a10790026a
    modified: docs/manifesto/lightning.md reaction.la 2024-05-07 09:20:10 +0000
  • a37e40ab7a
    new file: docs/manifesto/bitcoin.md new file: docs/manifesto/lightning.md modified: docs/manifesto/scalability.md modified: docs/setup/set_up_build_environments.md modified: docs/setup/wireguard.md reaction.la 2024-05-06 00:00:55 +0000
  • 19d34e869f
    reverting error in .gitsigners reaction.la 2024-04-10 01:46:28 +0000
  • d7381581c6
    still acommodating cmake Cheng 2024-04-10 01:25:34 +0000
  • 4adcd67b30
    reaction.la 2024-04-10 01:22:09 +0000
  • e36cd8e925
    Merge remote-tracking branch 'origin/master' into docs reaction.la 2024-04-10 11:20:15 +1000
  • f4678c2b70
    putting cmake changes to bed Cheng 2024-04-09 01:58:51 +0000
  • 3e2f94920b
    Merge remote-tracking branch 'origin/docs' Cheng 2024-04-09 11:02:31 +1000
  • da4a550684
    Merge remote-tracking branch 'origin/master' into docs reaction.la 2024-04-09 10:58:24 +1000
  • c1e5d47ae9
    still pondering cold start reaction.la 2024-04-09 00:24:30 +0000
  • ab0b426bb8
    reaction.la 2024-02-26 03:29:09 +0000
  • 05da22896f
    clarified use of public broadcast channel and merkle patricia trees reaction.la 2024-02-26 03:21:53 +0000
  • 083b3085f3
    Merge branch 'docs' Cheng 2024-02-26 11:28:03 +1000
  • c005ec7cf5
    changing wxWidgets include to ignore irritating byproducs of visual studio when it attempts to muck with cmake (poorly) Cheng 2024-02-26 01:19:19 +0000
  • a6ae125e3d
    moving to ssh key based signing reaction.la 2024-02-26 01:05:46 +0000
  • 7b45929f64
    adapted the library build scripts to CMake build wxWidgets They now build considerably faster Cheng 2024-02-23 04:54:26 +0000
  • 351f742183
    synchronous change in master project and wxWidgets submodule Cheng 2024-02-22 21:21:53 +0000
  • 21cc95e246
    building wxWidgets as a cmake project file instead of visual studio project file Cheng 2024-02-22 12:44:30 +0000
  • f999a8280d
    msvc/winConfigDebug.bat and msvc/winConfigRelease.bat have been broken for a very long time and I never tested them. Cheng 2024-02-21 04:40:57 +0000
  • 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. Cheng 2024-02-21 02:28:11 +0000
  • 6459947830
    Merge remote-tracking branch 'origin/master' into docs reaction.la 2024-02-20 14:10:41 +1000
  • 4c407415a4
    upgrading to wxWidgets v3.2.4 reaction.la 2024-02-20 04:08:59 +0000
  • 4e33913d1f
    oops, failed to update wxWidgets itself Cheng 2024-02-20 03:19:33 +0000
  • b1aaca0904
    Merge branch 'docs' of rho.la:~/wallet into docs reaction.la 2024-02-20 12:31:37 +1000
  • 3ce4e28fc6
    reaction.la 2024-02-20 02:31:02 +0000
  • e6fc13d078
    reaction.la 2024-02-20 02:12:27 +0000
  • 48f0a03b60
    repeated and clarified the explantion on monero, contracts, and beating Metcalfe's law and the cold start problem reaction.la 2024-02-20 01:54:37 +0000
  • e14148d4f5
    updated to 3.2.4 Cheng 2024-02-19 12:10:39 +0000
  • 8bf4bc083d
    moved wallet.sln to its proper directory Cheng 2024-02-14 12:03:40 +0000
  • fac065506c
    moved utcmt to its proper directory Cheng 2024-02-14 11:48:05 +0000
  • 22636219d8
    Merge commit 'bb547abae4402ded3a9ac73f08340a1d8d743bbd' Cheng 2024-02-14 21:25:24 +1000
  • 76e406424c
    Merge remote-tracking branch 'origin/docs' Cheng 2024-02-14 21:19:53 +1000
  • bb547abae4
    oops, no message, need to review what I have done Cheng 2024-02-14 11:16:31 +0000
  • 495f667c6f
    Deleted DHT design from social networking preparatory to writing up the new design reaction.la 2024-02-12 00:12:58 +0000
  • a856d438e7
    still cleaning up the formatting reaction.la 2024-02-06 23:53:55 +0000
  • 1f15307124
    Fixed the overflow problem in formatting to stop the wrapping reaction.la 2024-02-06 22:55:45 +0000
  • 88cb8f49ff
    Fixed the overflow problem in formatting to stop the wrapping reaction.la 2024-02-06 22:17:16 +0000
  • 872ac0ccdb
    typos in set_up and moved usury to a more appropriate position usury still has no links leading to it reaction.la 2024-02-06 22:17:02 +0000
  • a247a1d30c
    No end of changes, lost track. Switched to Deva V for greater consistency between mono spaced and serif reaction.la 2024-02-06 05:32:05 +0000
  • 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 reaction.la 2024-01-12 02:10:09 +0000
  • a92a3b60b7
    Amended "stake" to "shares" reaction.la 2024-01-02 05:20:23 +0000
  • b091d38ede
    Added the link to the investor pitch, so that search engines can find it. reaction.la 2024-01-02 00:23:04 +0000
  • 38f6246990
    Added design of concurrency for peer to peer sockets /docs/design/peer_socket.md reaction.la 2023-12-24 03:39:39 +0000
  • 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. reaction.la 2023-12-20 04:08:52 +0000
  • 8e7bdfa35a
    reaction.la 2023-12-18 01:07:26 +0000
  • 35579009cf
    Added the design directory Added the beginning of a write up for sockets Extensively rewrote proof_of_share reaction.la 2023-12-18 01:01:37 +0000
  • c93b6899d6
    minor corrections and updates of docs/manifesto/social_networking.md docs/manifesto/sox_accounting.md docs/usury.md reaction.la 2023-12-17 07:20:46 +0000
  • b87864d922
    Rant on sox accounting made more explicitly Christian and moralistic. reaction.la 2023-11-25 20:58:59 +0000
  • 0a0255a9f7
    Merge remote-tracking branch 'origin/master' into docs reaction.la 2023-11-25 08:24:51 +1000
  • 94df1b856e
    typos, and adaption to the new layout Slight updates to libraries, Christianization of sox_accounting. reaction.la 2023-11-24 22:22:16 +0000
  • ade9263aa4
    minor changes in sqlite compile time options. Cheng 2023-11-13 19:29:02 +0000
  • 236e59badf
    added error logging capability for sqlite3, Cheng 2023-11-13 05:54:52 +0000
  • 3e480213cc
    Massive bug, in that a long time ago I made changes to sqlite.h but not to the corresponding copy of sqlite.h Fixed case that there are no yet any names in the database - it now automatically nags you. Cheng 2023-11-13 00:41:38 +0000
  • 224ab60395
    layout bug due to failure to call layout. Sqlite3 crash due to premature call to shutdown. Cheng 2023-11-12 09:43:19 +0000
  • c65f2fbf6e
    Cleaned up the add name on the dry prinicple fixed bug in the position of the inserted name that happened with names identical except for capitalization. Cheng 2023-11-12 04:44:17 +0000
  • 55d0d69c8f
    removed redundant std_uniques, and fixed add name so it does not flash so horribly Cheng 2023-11-12 03:56:47 +0000
  • 53cd580da1
    Merge remote-tracking branch 'origin/docs' Cheng 2023-11-12 08:35:52 +1000
  • ffa392b922
    removed a the redundantly explicit std::uniques from display_wallet.h and display_wallet.cpp Cheng 2023-11-11 22:27:59 +0000
  • f819b98d9e
    window refreshed on add username but the overhead and screen flash of destroying and recreating every little window is annoying. Cheng 2023-11-11 02:10:36 +0000
  • 35a3be9aa7
    Made a start on amending the code to take advantage of the sqlite view capability VIEW UserZookoIDs Cheng 2023-11-10 12:00:15 +0000
  • ed1f395eb9
    begin move to markdown reaction.la 2023-11-08 21:04:19 +0000
  • 0e4da6d133
    typos reaction.la 2023-11-08 21:03:21 +0000
  • 0eefc8fd48
    Merge remote-tracking branch 'origin/master' into docs reaction.la 2023-11-09 05:22:34 +1000
  • f249adda03
    Added discussion of recent history of the cold start problem. modified: docs/manifesto/social_networking.md reaction.la 2023-11-08 19:20:16 +0000
  • 84c6984e40
    Merge branch 'wxMenuTracker' Cheng 2023-11-08 17:24:34 +1000
  • 22f4e2c1e4
    Merge remote-tracking branch 'origin/docs' Cheng 2023-11-08 17:24:00 +1000
  • cfa234ef09
    Amended the dynamic menu handling for the case where we have many windows and you want to change the menu on change of focus Cheng 2023-11-08 07:23:12 +0000
  • f683a3ab0e
    Minor correction manifesto/sox_accounting.md reaction.la 2023-11-03 23:58:42 +0000
  • 0e195d8e68
    sox_accounting.md -> manifesto/sox_accounting.md reaction.la 2023-11-03 23:35:45 +0000