<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <updated></updated>
  <generator>https://nostr.ae</generator>

  <title>Nostr notes by </title>
  <author>
    <name></name>
  </author>
  <link rel="self" type="application/atom+xml" href="https://nostr.ae/npub1empxl7a6cj5285qhxz5cs9jdyr0c8wwnyth4d6nt0k6ndxl5jewq4sgthl.rss" />
  <link href="https://nostr.ae/npub1empxl7a6cj5285qhxz5cs9jdyr0c8wwnyth4d6nt0k6ndxl5jewq4sgthl" />
  <id>https://nostr.ae/npub1empxl7a6cj5285qhxz5cs9jdyr0c8wwnyth4d6nt0k6ndxl5jewq4sgthl</id>
  <icon></icon>
  <logo></logo>




  <entry>
    <id>https://nostr.ae/nevent1qqsdx3lm4sqwf7st8kxvlcveq39gw334ftmp6zj9q27rj0hrr3s4xxgzyr8vymlmhtz23g7szuc2nzqkf5sdlqae6v3w74h2dd7m2d5m7jt9cf5uman</id>
    
      <title type="html">📅 Original date posted:2015-04-12 📝 Original message:I ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsdx3lm4sqwf7st8kxvlcveq39gw334ftmp6zj9q27rj0hrr3s4xxgzyr8vymlmhtz23g7szuc2nzqkf5sdlqae6v3w74h2dd7m2d5m7jt9cf5uman" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqstzkfsxan3z8usqzy2qcv2pc75kqapux6rwnsgrk5c4axvgs0h9mgm8jnr3&#39;&gt;nevent1q…jnr3&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;📅 Original date posted:2015-04-12&lt;br/&gt;📝 Original message:I would recommend adding the new method and deprecating (as in warning&lt;br/&gt;against using) the old one for one major release. Then removing it&lt;br/&gt;altogether in the following major release.&lt;br/&gt;&lt;br/&gt;I have written a Java RPC client and Groovy/Spock functional tests&lt;br/&gt;&amp;lt;&lt;a href=&#34;https://github.com/msgilligan/bitcoin-spock&amp;gt&#34;&gt;https://github.com/msgilligan/bitcoin-spock&amp;gt&lt;/a&gt;; that use the current call.&lt;br/&gt;A separate `generate` or `generateblocks` call is a great idea.&lt;br/&gt;&lt;br/&gt;However, I try to keep my tests compatible with the current stable and&lt;br/&gt;unstable versions of Bitcoin Core (and the Omni Core fork) and would&lt;br/&gt;have to write code that checks the RPC server version (or checks for the&lt;br/&gt;presence of the new call, falling back to the old one) to support the&lt;br/&gt;use cases that I need to support. Not a huge deal, but I&amp;#39;m probably not&lt;br/&gt;the only one.&lt;br/&gt;&lt;br/&gt;-- Sean&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;On 4/12/15 7:26 AM, Pieter Wuille wrote:&lt;br/&gt;&amp;gt; Hello everyone,&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Bitcoin Core&amp;#39;s `setgenerate` RPC call has had a special meaning for&lt;br/&gt;&amp;gt; -regtest (namely instantaneously mining a number of blocks, instead of&lt;br/&gt;&amp;gt; starting a background CPU miner).&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; We&amp;#39;re planning to deprecate that overloaded behaviour, and replace it&lt;br/&gt;&amp;gt; with a separate RPC call `generate`. Is there any software or user who&lt;br/&gt;&amp;gt; would need compatibility with the old behaviour? We&amp;#39;re generally very&lt;br/&gt;&amp;gt; conservative in changing RPC behaviour, but as this is not related to&lt;br/&gt;&amp;gt; any production functionality, we may as well just switch it.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; Note that the bitcoin.org &amp;lt;&lt;a href=&#34;http://bitcoin.org&amp;gt&#34;&gt;http://bitcoin.org&amp;gt&lt;/a&gt;; developer documentation&lt;br/&gt;&amp;gt; will need to be updated.&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; -- &lt;br/&gt;&amp;gt; Pieter&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; ------------------------------------------------------------------------------&lt;br/&gt;&amp;gt; BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT&lt;br/&gt;&amp;gt; Develop your own process in accordance with the BPMN 2 standard&lt;br/&gt;&amp;gt; Learn Process modeling best practices with Bonita BPM through live exercises&lt;br/&gt;&amp;gt; &lt;a href=&#34;http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-&#34;&gt;http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-&lt;/a&gt; event?utm_&lt;br/&gt;&amp;gt; source=Sourceforge_BPM_Camp_5_6_15&amp;amp;utm_medium=email&amp;amp;utm_campaign=VA_SF&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt;&lt;br/&gt;&amp;gt; _______________________________________________&lt;br/&gt;&amp;gt; Bitcoin-development mailing list&lt;br/&gt;&amp;gt; Bitcoin-development at lists.sourceforge.net&lt;br/&gt;&amp;gt; &lt;a href=&#34;https://lists.sourceforge.net/lists/listinfo/bitcoin-development&#34;&gt;https://lists.sourceforge.net/lists/listinfo/bitcoin-development&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;-------------- next part --------------&lt;br/&gt;An HTML attachment was scrubbed...&lt;br/&gt;URL: &amp;lt;&lt;a href=&#34;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20150412/a9b2679a/attachment.html&amp;gt&#34;&gt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20150412/a9b2679a/attachment.html&amp;gt&lt;/a&gt;;
    </content>
    <updated>2023-06-07T15:32:28Z</updated>
  </entry>

</feed>