<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Gales Bitcoin Wallet: status, preliminary work plan and code dump</title>
	<atom:link href="http://jfxpt.com/2019/gales-bitcoin-wallet-status-preliminary-work-plan-and-code-dump/feed/" rel="self" type="application/rss+xml" />
	<link>http://jfxpt.com/2019/gales-bitcoin-wallet-status-preliminary-work-plan-and-code-dump/</link>
	<description>The search for invariants</description>
	<pubDate>Tue, 28 Apr 2026 06:16:22 +0000</pubDate>
	<generator>http://polimedia.us</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gales Bitcoin Wallet (re)release &#171; Fixpoint</title>
		<link>http://jfxpt.com/2019/gales-bitcoin-wallet-status-preliminary-work-plan-and-code-dump/#comment-1607</link>
		<dc:creator>Gales Bitcoin Wallet (re)release &#171; Fixpoint</dc:creator>
		<pubDate>Fri, 03 Dec 2021 08:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://fixpoint.welshcomputing.com/?p=54#comment-1607</guid>
		<description>[...] Initial status, plan and code dump. [...]</description>
		<content:encoded><![CDATA[<p>[...] Initial status, plan and code dump. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Draft gbw-node schema &#171; Fixpoint</title>
		<link>http://jfxpt.com/2019/gales-bitcoin-wallet-status-preliminary-work-plan-and-code-dump/#comment-130</link>
		<dc:creator>Draft gbw-node schema &#171; Fixpoint</dc:creator>
		<pubDate>Mon, 16 Dec 2019 22:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://fixpoint.welshcomputing.com/?p=54#comment-130</guid>
		<description>[...] Gales Bitcoin Wallet: status, preliminary work plan and code dump; [...]</description>
		<content:encoded><![CDATA[<p>[...] Gales Bitcoin Wallet: status, preliminary work plan and code dump; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gales Bitcoin Wallet spec and battle plan &#171; Fixpoint</title>
		<link>http://jfxpt.com/2019/gales-bitcoin-wallet-status-preliminary-work-plan-and-code-dump/#comment-64</link>
		<dc:creator>Gales Bitcoin Wallet spec and battle plan &#171; Fixpoint</dc:creator>
		<pubDate>Thu, 28 Nov 2019 04:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://fixpoint.welshcomputing.com/?p=54#comment-64</guid>
		<description>[...] proposal will detail the software part of my wallet under development,(i) consisting of a security critical offline part and less sensitive online [...]</description>
		<content:encoded><![CDATA[<p>[...] proposal will detail the software part of my wallet under development,(i) consisting of a security critical offline part and less sensitive online [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robinson Dorion</title>
		<link>http://jfxpt.com/2019/gales-bitcoin-wallet-status-preliminary-work-plan-and-code-dump/#comment-61</link>
		<dc:creator>Robinson Dorion</dc:creator>
		<pubDate>Tue, 26 Nov 2019 18:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://fixpoint.welshcomputing.com/?p=54#comment-61</guid>
		<description>&lt;blockquote&gt;
Remaining tasks

This list will surely need some revision upon contact with reality. 
&lt;/blockquote&gt;

What revisions, if any, are needed given subsequent conversations and where the plan stands today ?</description>
		<content:encoded><![CDATA[<blockquote><p>
Remaining tasks</p>
<p>This list will surely need some revision upon contact with reality.
</p></blockquote>
<p>What revisions, if any, are needed given subsequent conversations and where the plan stands today ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Welsh</title>
		<link>http://jfxpt.com/2019/gales-bitcoin-wallet-status-preliminary-work-plan-and-code-dump/#comment-35</link>
		<dc:creator>Jacob Welsh</dc:creator>
		<pubDate>Thu, 21 Nov 2019 03:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://fixpoint.welshcomputing.com/?p=54#comment-35</guid>
		<description>I discovered the draft code as posted here doesn't all quite fit together, in particular wallet.scm doesn't reflect changes to the bit-ops and hashes interfaces. I've fixed locally.

From &lt;a href="http://ossasepia.com/2020/04/21/ossasepia-logs-for-19-Nov-2019#1010715" rel="nofollow"&gt;logs&lt;/a&gt;:

&lt;strong&gt;diana_coman&lt;/strong&gt;: jfw: over what interval have you been developing that wallet? if I read correctly it has already had a few iterations.
&lt;strong&gt;diana_coman&lt;/strong&gt;: Sept 2016 in crypto.py, huh.
&lt;strong&gt;jfw&lt;/strong&gt;: right, then and oct 2017 mainly; then redid/expanded the hashes in May 2018 based on the comment.

&lt;strong&gt;diana_coman&lt;/strong&gt;: jfw: was that footnote 3 required by your clients or what?
&lt;strong&gt;jfw&lt;/strong&gt;: Support for sending to 3-addresses: some fiat exchanges we were looking at used them

&lt;strong&gt;diana_coman&lt;/strong&gt;: re footnote 1 , preferable is one thing but required atm and given the tight timeframe you have there anyway, certainly not.
&lt;strong&gt;jfw&lt;/strong&gt;: agreed

&lt;strong&gt;diana_coman&lt;/strong&gt;: jfw: is that the minimum you can get away with currently (ie to actually have a working wallet)?
&lt;strong&gt;jfw&lt;/strong&gt;: hmm, the switching to builtin bignum could be skipped, or I could instead build on the Python though at this point I'm not sure that would save much
&lt;strong&gt;diana_coman&lt;/strong&gt;: doesn't sound likely to save much, no.

&lt;strong&gt;diana_coman&lt;/strong&gt;: jfw: what's the way you normally decide on those ? in there?
&lt;strong&gt;jfw&lt;/strong&gt;: looks like there's some different cases: for S-value, I'd check whether it's done already by TRB with -lows flag (don't believe it is though)
&lt;strong&gt;jfw&lt;/strong&gt;: otherwise: I'd take a guess which way is best, give it a try and see how it's going

&lt;strong&gt;diana_coman&lt;/strong&gt;: at this point and given the little time I'd say it's more likely faster whichever way you usually go about it; ie ~any outside mix in there is more likely to slow you down than make it faster.

&lt;strong&gt;diana_coman&lt;/strong&gt;: huh, that give it a try...how exactly do you "see how it's going" anyway?
&lt;strong&gt;jfw&lt;/strong&gt;: seeing what unexpected difficulties come up
&lt;strong&gt;diana_coman&lt;/strong&gt;: uhm, so you try A and if you run into ...too hard difficulties then you backtrack and try B and if that runs (later on) into harder difficulties you go back to A or search for C?
&lt;strong&gt;jfw&lt;/strong&gt;: (I'm getting the idea I should instead spend more effort on anticipating the difficulties)
&lt;strong&gt;jfw&lt;/strong&gt;: something like that
&lt;strong&gt;diana_coman&lt;/strong&gt;: I don't know if I envy you all the time you had or shudder at the idea there, lol.
&lt;strong&gt;diana_coman&lt;/strong&gt;: a big problem with that sort of approach in general is also that some difficulties are really way better to have than others, *even if they are harder*.
&lt;strong&gt;jfw&lt;/strong&gt;: because they lead to more growth?
&lt;strong&gt;jfw&lt;/strong&gt;: on the envy vs. shudder, I can imagine. How do you go about such decisions?
&lt;strong&gt;diana_coman&lt;/strong&gt;: at times simply because they don't kill the whole thing in the medium/long term; you can say lead to more growth (if you are talking of the whole business indeed) but that is in itself already quite optimistic.

&lt;strong&gt;diana_coman&lt;/strong&gt;: jfw: this sort of choices (to the extent it's about something rather important eg new rpc/btc protocol?) are normally management's decision really; precisely because that's the role of management - to be able to make the correct choice *for the business* not based on "technical difficulties encountered on the route" as such; tech supports aka provides as much relevant info from the tech perspective as required/available.
&lt;strong&gt;jfw&lt;/strong&gt;: ahh. And I'll note that "don't get lost in FFA right now, finish on what we've got" was advised by dorion.
&lt;strong&gt;diana_coman&lt;/strong&gt;: you clearly owe him a cerveza for that at least, lol.
&lt;strong&gt;diana_coman&lt;/strong&gt;: I do gather that dorion is more at ease first of all with marketing in fact; but he's clearly working on growing up the management skills too because yes, crucial.
&lt;strong&gt;jfw&lt;/strong&gt;: might get to buy that cerveza tonight.
&lt;strong&gt;dorion&lt;/strong&gt; will collect on the cerveza tonight.

&lt;strong&gt;diana_coman&lt;/strong&gt;: jfw: what's your current plan there on tackling those and fitting them within your 13th Dec deadline?
&lt;strong&gt;dorion&lt;/strong&gt;: diana_coman agreed on the working on mgmt and how crucial it is.
&lt;strong&gt;jfw&lt;/strong&gt;: First I need to give them time estimates and deadlines and schedule the whole period
&lt;strong&gt;diana_coman&lt;/strong&gt;: jfw: well yes but ...priorities first; hence my first question earlier re what is absolutely crucial.
&lt;strong&gt;diana_coman&lt;/strong&gt;: jfw: I don't really know how fast you work in general and on this in particular (and esp since you haven't touched it in a while if I understand correctly) but as the list stands vs the 2-3 weeks available, it still seems quite a lot &#38; esp a lot of unknowns to me.
&lt;strong&gt;jfw&lt;/strong&gt;: ah ok, transaction signing is first I think, then, hm...
&lt;strong&gt;jfw&lt;/strong&gt;: possibly some parts could be done more manually at first

&lt;strong&gt;diana_coman&lt;/strong&gt;: dorion: part of that is also to lean on the tech to support you, not to end up supporting the tech; not saying this is what happened/is happening here but just making sure it's said in clear, just in case.
&lt;strong&gt;diana_coman&lt;/strong&gt;: jfw: you see, that's part of the question you should ask dorion really - can some parts be done more manually at first? ie is that acceptable/better than ending up moving the whole thing later/crucial etc?
&lt;strong&gt;dorion&lt;/strong&gt;: diana_coman thanks. part of it was dereliction of duty as a manager. By knowing the difficulty for myself the correctly evaluate the tech aspects I left it to him to decide, since that's his expertise/domain. A big problem though was not having in 2017 the current pleasure of reading something like the article just published.

&lt;strong&gt;diana_coman&lt;/strong&gt;: jfw: basically you should provide dorion with some options that are realistic &#38; then ask/discuss on the decision.
&lt;strong&gt;jfw&lt;/strong&gt;: I consider &#38; spell out the options then ask, makes sense
&lt;strong&gt;jfw&lt;/strong&gt;: well "consider" as in consider what they'd look like rather than whether "best" or something

&lt;strong&gt;diana_coman&lt;/strong&gt;: dorion: yes, you are not to ask him the impossible, certainly; but you should have certainly asked for something like this article, way sooner; and jfw should have provided one even unasked, yes; but at least one of you there to have taken some steps.
&lt;strong&gt;diana_coman&lt;/strong&gt;: jfw: yes, you can and should provide as much relevant information as you can; including "what I think it's best from tech pov" but note that it's always with *that* mention: from tech pov;
&lt;strong&gt;diana_coman&lt;/strong&gt;: and you can - if needed - give justification also ie why you'd rather this than that
&lt;strong&gt;dorion&lt;/strong&gt;: diana_coman agreed.
&lt;strong&gt;diana_coman&lt;/strong&gt;: but just as jfw, you wrestle with the tech to find a working way, note that dorion has to wrestle with a much less clearly defined beast - namely the market and the future - to figure out something that works
&lt;strong&gt;diana_coman&lt;/strong&gt;: so you know, you both want to help the other with their task, certainly but part of this is *also* letting and enabling the other to actually do their part.

&lt;strong&gt;dorion&lt;/strong&gt;: and that can't happen without proper reporting on both ends.
&lt;strong&gt;diana_coman&lt;/strong&gt;: dorion: well yes; you need to tell him what the business needs and to communicate as clearly as possible what the priorities are + ask for information/details when/as you require them (and preferably with reasonable time in advance too, obv); he needs to provide you with clear, useful and timely updates on the work and with notice (preferably with enough time in advance) of forks int the road/the need for decisions.

&lt;strong&gt;diana_coman&lt;/strong&gt;: jfw: dorion you know, those s.mg board discussions in public in #t were not just for MP's and my convenience or something.
&lt;strong&gt;jfw&lt;/strong&gt;: aha, could make good reading for illustration of putting this theory in practice
&lt;strong&gt;diana_coman&lt;/strong&gt;: when I say I claim no management expertise I mean it in a very practical term: I have much more experience with (and frankly, preference for) the tech role; it doesn't mean though that I have no idea whatsoever of anything that management does (though I am sure I don't know *all* there is to do there, either).

&lt;strong&gt;dorion&lt;/strong&gt;: diana_coman thanks for spelling it out. I read the s.mg meetings as instructional ; there's a big gap between reading and doing and the doing must be done.

&lt;strong&gt;diana_coman&lt;/strong&gt;: jfw: you know, that &lt;a href="http://ossasepia.com/2019/09/05/a-summers-summary-and-next-steps-in-eulora/" rel="nofollow"&gt;summary&lt;/a&gt; I linked only the other day for a different reason &#38; all the graphics in eulora series and so on.
&lt;strong&gt;jfw&lt;/strong&gt;: the spelling out of the theory should also be helpful in seeing better what's going on in the reading
&lt;strong&gt;diana_coman&lt;/strong&gt;: yes, not all of the S.MG board meetings are public and not all documents can be public either; that's fine; but look at the pile that is anyway public and realise that there is even more behind it all.

&lt;strong&gt;diana_coman&lt;/strong&gt;: dorion: do you have some clear(er) idea as to what would be absolutely crucial from his tasks there? ie can you give him any help prioritizing stuff in there?
&lt;strong&gt;diana_coman&lt;/strong&gt;: even if you need to discuss further between the two of you, not necessarily right now.
&lt;strong&gt;dorion&lt;/strong&gt;: diana_coman still digesting and also wrapping up for travel. I'ma give it my closest read and ask questions as needed.
&lt;strong&gt;jfw&lt;/strong&gt;: I could perhaps help with that by spelling out the ?'s better as noted here
&lt;strong&gt;diana_coman&lt;/strong&gt;: timing is not the best for sure, yes; as mentioned earlier, I'd rather think it's fastest if you coordinate on this between the two of you and get it done but if there's any help you think I can provide, just ask/speak up.
&lt;strong&gt;jfw&lt;/strong&gt;: will do, thank you

&lt;strong&gt;diana_coman&lt;/strong&gt;: jfw: if you can spell them better, do it at least directly when talking to him, certainly.
&lt;strong&gt;dorion&lt;/strong&gt;: likewise, thank you diana_coman
&lt;strong&gt;diana_coman&lt;/strong&gt;: you're both welcome.

&lt;strong&gt;jfw&lt;/strong&gt;: who would be the best at this point to ask TRB questions? mod6 or trinque perhaps?
&lt;strong&gt;diana_coman&lt;/strong&gt;: jfw: trinque, if he is available.
&lt;strong&gt;diana_coman&lt;/strong&gt;: I'll ask him in his chan too.

&lt;strong&gt;jfw&lt;/strong&gt;: I have some familiarity with the source, and have previously implemented a 'getrawtransaction' RPC; a way to get raw block shouldn't be too different. But good to know when to escalate.
&lt;strong&gt;diana_coman&lt;/strong&gt;: jfw: so join #trinque anyway, I asked him in chan there and see.</description>
		<content:encoded><![CDATA[<p>I discovered the draft code as posted here doesn't all quite fit together, in particular wallet.scm doesn't reflect changes to the bit-ops and hashes interfaces. I've fixed locally.</p>
<p>From <a href="http://ossasepia.com/2020/04/21/ossasepia-logs-for-19-Nov-2019#1010715" rel="nofollow">logs</a>:</p>
<p><strong>diana_coman</strong>: jfw: over what interval have you been developing that wallet? if I read correctly it has already had a few iterations.<br />
<strong>diana_coman</strong>: Sept 2016 in crypto.py, huh.<br />
<strong>jfw</strong>: right, then and oct 2017 mainly; then redid/expanded the hashes in May 2018 based on the comment.</p>
<p><strong>diana_coman</strong>: jfw: was that footnote 3 required by your clients or what?<br />
<strong>jfw</strong>: Support for sending to 3-addresses: some fiat exchanges we were looking at used them</p>
<p><strong>diana_coman</strong>: re footnote 1 , preferable is one thing but required atm and given the tight timeframe you have there anyway, certainly not.<br />
<strong>jfw</strong>: agreed</p>
<p><strong>diana_coman</strong>: jfw: is that the minimum you can get away with currently (ie to actually have a working wallet)?<br />
<strong>jfw</strong>: hmm, the switching to builtin bignum could be skipped, or I could instead build on the Python though at this point I'm not sure that would save much<br />
<strong>diana_coman</strong>: doesn't sound likely to save much, no.</p>
<p><strong>diana_coman</strong>: jfw: what's the way you normally decide on those ? in there?<br />
<strong>jfw</strong>: looks like there's some different cases: for S-value, I'd check whether it's done already by TRB with -lows flag (don't believe it is though)<br />
<strong>jfw</strong>: otherwise: I'd take a guess which way is best, give it a try and see how it's going</p>
<p><strong>diana_coman</strong>: at this point and given the little time I'd say it's more likely faster whichever way you usually go about it; ie ~any outside mix in there is more likely to slow you down than make it faster.</p>
<p><strong>diana_coman</strong>: huh, that give it a try...how exactly do you "see how it's going" anyway?<br />
<strong>jfw</strong>: seeing what unexpected difficulties come up<br />
<strong>diana_coman</strong>: uhm, so you try A and if you run into ...too hard difficulties then you backtrack and try B and if that runs (later on) into harder difficulties you go back to A or search for C?<br />
<strong>jfw</strong>: (I'm getting the idea I should instead spend more effort on anticipating the difficulties)<br />
<strong>jfw</strong>: something like that<br />
<strong>diana_coman</strong>: I don't know if I envy you all the time you had or shudder at the idea there, lol.<br />
<strong>diana_coman</strong>: a big problem with that sort of approach in general is also that some difficulties are really way better to have than others, *even if they are harder*.<br />
<strong>jfw</strong>: because they lead to more growth?<br />
<strong>jfw</strong>: on the envy vs. shudder, I can imagine. How do you go about such decisions?<br />
<strong>diana_coman</strong>: at times simply because they don't kill the whole thing in the medium/long term; you can say lead to more growth (if you are talking of the whole business indeed) but that is in itself already quite optimistic.</p>
<p><strong>diana_coman</strong>: jfw: this sort of choices (to the extent it's about something rather important eg new rpc/btc protocol?) are normally management's decision really; precisely because that's the role of management - to be able to make the correct choice *for the business* not based on "technical difficulties encountered on the route" as such; tech supports aka provides as much relevant info from the tech perspective as required/available.<br />
<strong>jfw</strong>: ahh. And I'll note that "don't get lost in FFA right now, finish on what we've got" was advised by dorion.<br />
<strong>diana_coman</strong>: you clearly owe him a cerveza for that at least, lol.<br />
<strong>diana_coman</strong>: I do gather that dorion is more at ease first of all with marketing in fact; but he's clearly working on growing up the management skills too because yes, crucial.<br />
<strong>jfw</strong>: might get to buy that cerveza tonight.<br />
<strong>dorion</strong> will collect on the cerveza tonight.</p>
<p><strong>diana_coman</strong>: jfw: what's your current plan there on tackling those and fitting them within your 13th Dec deadline?<br />
<strong>dorion</strong>: diana_coman agreed on the working on mgmt and how crucial it is.<br />
<strong>jfw</strong>: First I need to give them time estimates and deadlines and schedule the whole period<br />
<strong>diana_coman</strong>: jfw: well yes but ...priorities first; hence my first question earlier re what is absolutely crucial.<br />
<strong>diana_coman</strong>: jfw: I don't really know how fast you work in general and on this in particular (and esp since you haven't touched it in a while if I understand correctly) but as the list stands vs the 2-3 weeks available, it still seems quite a lot &amp; esp a lot of unknowns to me.<br />
<strong>jfw</strong>: ah ok, transaction signing is first I think, then, hm...<br />
<strong>jfw</strong>: possibly some parts could be done more manually at first</p>
<p><strong>diana_coman</strong>: dorion: part of that is also to lean on the tech to support you, not to end up supporting the tech; not saying this is what happened/is happening here but just making sure it's said in clear, just in case.<br />
<strong>diana_coman</strong>: jfw: you see, that's part of the question you should ask dorion really - can some parts be done more manually at first? ie is that acceptable/better than ending up moving the whole thing later/crucial etc?<br />
<strong>dorion</strong>: diana_coman thanks. part of it was dereliction of duty as a manager. By knowing the difficulty for myself the correctly evaluate the tech aspects I left it to him to decide, since that's his expertise/domain. A big problem though was not having in 2017 the current pleasure of reading something like the article just published.</p>
<p><strong>diana_coman</strong>: jfw: basically you should provide dorion with some options that are realistic &amp; then ask/discuss on the decision.<br />
<strong>jfw</strong>: I consider &amp; spell out the options then ask, makes sense<br />
<strong>jfw</strong>: well "consider" as in consider what they'd look like rather than whether "best" or something</p>
<p><strong>diana_coman</strong>: dorion: yes, you are not to ask him the impossible, certainly; but you should have certainly asked for something like this article, way sooner; and jfw should have provided one even unasked, yes; but at least one of you there to have taken some steps.<br />
<strong>diana_coman</strong>: jfw: yes, you can and should provide as much relevant information as you can; including "what I think it's best from tech pov" but note that it's always with *that* mention: from tech pov;<br />
<strong>diana_coman</strong>: and you can - if needed - give justification also ie why you'd rather this than that<br />
<strong>dorion</strong>: diana_coman agreed.<br />
<strong>diana_coman</strong>: but just as jfw, you wrestle with the tech to find a working way, note that dorion has to wrestle with a much less clearly defined beast - namely the market and the future - to figure out something that works<br />
<strong>diana_coman</strong>: so you know, you both want to help the other with their task, certainly but part of this is *also* letting and enabling the other to actually do their part.</p>
<p><strong>dorion</strong>: and that can't happen without proper reporting on both ends.<br />
<strong>diana_coman</strong>: dorion: well yes; you need to tell him what the business needs and to communicate as clearly as possible what the priorities are + ask for information/details when/as you require them (and preferably with reasonable time in advance too, obv); he needs to provide you with clear, useful and timely updates on the work and with notice (preferably with enough time in advance) of forks int the road/the need for decisions.</p>
<p><strong>diana_coman</strong>: jfw: dorion you know, those s.mg board discussions in public in #t were not just for MP's and my convenience or something.<br />
<strong>jfw</strong>: aha, could make good reading for illustration of putting this theory in practice<br />
<strong>diana_coman</strong>: when I say I claim no management expertise I mean it in a very practical term: I have much more experience with (and frankly, preference for) the tech role; it doesn't mean though that I have no idea whatsoever of anything that management does (though I am sure I don't know *all* there is to do there, either).</p>
<p><strong>dorion</strong>: diana_coman thanks for spelling it out. I read the s.mg meetings as instructional ; there's a big gap between reading and doing and the doing must be done.</p>
<p><strong>diana_coman</strong>: jfw: you know, that <a href="http://ossasepia.com/2019/09/05/a-summers-summary-and-next-steps-in-eulora/" rel="nofollow">summary</a> I linked only the other day for a different reason &amp; all the graphics in eulora series and so on.<br />
<strong>jfw</strong>: the spelling out of the theory should also be helpful in seeing better what's going on in the reading<br />
<strong>diana_coman</strong>: yes, not all of the S.MG board meetings are public and not all documents can be public either; that's fine; but look at the pile that is anyway public and realise that there is even more behind it all.</p>
<p><strong>diana_coman</strong>: dorion: do you have some clear(er) idea as to what would be absolutely crucial from his tasks there? ie can you give him any help prioritizing stuff in there?<br />
<strong>diana_coman</strong>: even if you need to discuss further between the two of you, not necessarily right now.<br />
<strong>dorion</strong>: diana_coman still digesting and also wrapping up for travel. I'ma give it my closest read and ask questions as needed.<br />
<strong>jfw</strong>: I could perhaps help with that by spelling out the ?'s better as noted here<br />
<strong>diana_coman</strong>: timing is not the best for sure, yes; as mentioned earlier, I'd rather think it's fastest if you coordinate on this between the two of you and get it done but if there's any help you think I can provide, just ask/speak up.<br />
<strong>jfw</strong>: will do, thank you</p>
<p><strong>diana_coman</strong>: jfw: if you can spell them better, do it at least directly when talking to him, certainly.<br />
<strong>dorion</strong>: likewise, thank you diana_coman<br />
<strong>diana_coman</strong>: you're both welcome.</p>
<p><strong>jfw</strong>: who would be the best at this point to ask TRB questions? mod6 or trinque perhaps?<br />
<strong>diana_coman</strong>: jfw: trinque, if he is available.<br />
<strong>diana_coman</strong>: I'll ask him in his chan too.</p>
<p><strong>jfw</strong>: I have some familiarity with the source, and have previously implemented a 'getrawtransaction' RPC; a way to get raw block shouldn't be too different. But good to know when to escalate.<br />
<strong>diana_coman</strong>: jfw: so join #trinque anyway, I asked him in chan there and see.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Next steps in wallet planning &#171; Fixpoint</title>
		<link>http://jfxpt.com/2019/gales-bitcoin-wallet-status-preliminary-work-plan-and-code-dump/#comment-32</link>
		<dc:creator>Next steps in wallet planning &#171; Fixpoint</dc:creator>
		<pubDate>Wed, 20 Nov 2019 18:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://fixpoint.welshcomputing.com/?p=54#comment-32</guid>
		<description>[...] planning in my last article left a fair amount to the imagination, and in particular several pending decisions without [...]</description>
		<content:encoded><![CDATA[<p>[...] planning in my last article left a fair amount to the imagination, and in particular several pending decisions without [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
