refacktor

Results 40 comments of refacktor

I have not seen this error in a long time. It was probably resolved by some combination of the fixes to #36, #45, and #71.

LOL as soon as I posted the above comment, I saw the error when using --log-to-stdout: `2021-06-13 11:43:52,596 127.0.0.1 Disconnecting remote peer Invalid file descriptor: -1` I think it's interesting...

@sashimi-houdini what is the purpose of a peer connecting to itself?

> I suggest using "Downloading latest blocks of chain". > A download ETA would help as well. I think investing in the CLI user experience will have diminishing returns. We...

> > Any ideas on which GUI framework to use? TKinter is universal. > > I prefer a two-tier app with the backend in Flask (like POC shown in Draft...

I updated the title to be more specific and still doable before the GUI.

Simplest solution I can think of is to store the blocks in an embedded SQLite database. Then you don't need to load anything at all. When you need information from...

~the draft PR #114 is a good starting point for this~ the most recent work on this is now #129

I agree we should add specific versions to the requirements.txt file. I don't have an opinion on whether poetry is worth the extra weight over pip.

+1 we need the ability to control CORS headers. Please note there is no longer a dependency on #35, it is now possible to set custom headers in API Gateway...