Commit Graph

68 Commits

Author SHA1 Message Date
Cheng
23e95c16ba
moved a large array from stack to dynamic allocation, and fixed unit
test to correctly handle the new database schema
2023-09-15 19:46:38 +10:00
Cheng
408942a336
My update of wxWidgets broke. wxWidgets bug, or bug in the way I use it.
My update of the schema to explicitly name the ROWID column broke everything because I was using position rather than names for fields
2023-09-14 10:45:12 +10:00
Cheng
529cc368c9
avoiding the implicit creation of the oid primary key to avoid sqlite backwards bug compatible quirks 2023-08-03 01:44:08 -07:00
Cheng
2d8aa233be
changed to immediate, and update wxWidgets version 2023-05-14 10:18:25 +08:00
Cheng
ce010ab1fd
incorporating upstream changes of submodules 2023-02-27 13:09:20 +08:00
Cheng
61db535769
user friendly error handling of zooko names
Fixed it while dead drunk
could not walk in a straight line
had difficulty typing
coded rather slowly, but still wrote
smart code.

Realized that the error handling
has to have exception structures in
scope, but not the constructors in
scope

You can forward the constructors,
but if you forward the structs,
exceptions will crash.  Your exception
constructor inputs can use structs that
are out of scope at the exception handler
2023-02-26 09:12:31 +08:00
Cheng
badd99b74b
now does correct error handling on insert name
But not very user friendly
2023-02-25 15:46:07 +08:00
Cheng
5b37e32a81
fixed add name UI
Error handling in add name still horribly broken
2023-02-24 13:30:54 +08:00
Cheng
a478a79e8b
handle exception while attempting to open an existing wallet 2023-02-24 11:33:09 +08:00
Cheng
003d671c25
crash worked around
But the way I fixed it proves it is
a visual studio bug, not my bug
2023-02-17 12:43:22 +08:00
Cheng
5a9296e529
Now it compiles, but still fails unit test
So, though it compiles, the hashing code is compiling
to the wrong thing.

I conclude that my investment in template coding has been
excessive.  It is time to switch to rust.  Template
coding contains too much logically incoherent and
internally inconsistent backward compatibility
making it fragile to subtle changes in the compiler.
2023-02-16 15:24:43 +08:00
Cheng
0967d18cc4
minor changes to fix the original failure to compile correctly
Which might have worked, but now visual studio compiler
crashes on ristretto.h

modified:   src/frame.cpp
modified:   src/ristretto255.h
modified:   src/stdafx.h
2023-02-16 13:28:10 +08:00
Cheng
fab225e872
struggling because with the new update, stuff just stopped working 2022-10-05 15:34:55 +11:00
Cheng
204613a258
Merge remote-tracking branch 'origin/docs' 2022-07-21 14:21:21 -07:00
Cheng
9c6fd362b7
fixed wxConfig 2022-07-21 13:55:38 -07:00
reaction.la
7d8ebed948
Merge remote-tracking branch 'origin/master' into docs 2022-07-03 15:20:12 +10:00
Cheng
b989390a6b
builds after files moved 2022-06-30 22:56:01 +10:00
Cheng
2371674072
moving files to clean up root directory 2022-06-30 16:55:37 +10:00