utreexo icon indicating copy to clipboard operation
utreexo copied to clipboard

[CLI] Refactor

Open GregTheGreek opened this issue 6 years ago • 5 comments
trafficstars

I've been working on converting this all to a fully functional CLI (much cleaner approach than the current) and ultimately also refactoring the general logic of the operations.

My biggest problem is actually syncing the chain - could you post some steps on doing that please :)

GregTheGreek avatar Oct 12 '19 05:10 GregTheGreek

https://github.com/mit-dci/utreexo/pull/13 has what you are describing here. What approach were you going with?

The best write up for actually syncing is in the readme.md on the root directory of the repo. ibdsim won’t work without modifications because of https://github.com/mit-dci/utreexo/issues/12

kcalvinalvin avatar Oct 12 '19 07:10 kcalvinalvin

#13 is good, I'm breaking it out a bit more aggressively though from the sub packages. I can open my pr shortly, just on transit

GregTheGreek avatar Oct 12 '19 07:10 GregTheGreek

Ability for collaboration, I think both come with their respective tradeoffs. Mine might be overly configurable...

GregTheGreek avatar Oct 12 '19 07:10 GregTheGreek

Yeah sure. I'd like to see how you did things.

kcalvinalvin avatar Oct 12 '19 10:10 kcalvinalvin

check out #16

GregTheGreek avatar Oct 12 '19 11:10 GregTheGreek