<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Vijay Thakur</title>
    <description>The latest articles on DEV Community by Vijay Thakur (@speqtovijay).</description>
    <link>https://dev.to/speqtovijay</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F819246%2F8e51a251-30b3-458d-a795-0503b472ba76.jpeg</url>
      <title>DEV Community: Vijay Thakur</title>
      <link>https://dev.to/speqtovijay</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/speqtovijay"/>
    <language>en</language>
    <item>
      <title>Solidity related question when i change compiler version 0.8 then through error</title>
      <dc:creator>Vijay Thakur</dc:creator>
      <pubDate>Fri, 25 Feb 2022 10:06:31 +0000</pubDate>
      <link>https://dev.to/speqtovijay/solidity-related-question-when-i-change-compiler-version-08-then-through-error-5563</link>
      <guid>https://dev.to/speqtovijay/solidity-related-question-when-i-change-compiler-version-08-then-through-error-5563</guid>
      <description>&lt;p&gt;by using solidity compiler 0.8 through Explicit type conversion not allowed from "address" to "uint256".&lt;/p&gt;

&lt;p&gt;for (uint idx = 0; idx &amp;lt; v.length; idx++){&lt;br&gt;
            address signer = ecrecover(signedHash, v[idx], r[idx], s[idx]);&lt;br&gt;
            require(admins[signer]);&lt;br&gt;
            require(uint256(signer) &amp;gt; uint256(lastVoter));&lt;br&gt;
            lastVoter = signer;&lt;br&gt;
            emit NewCheckpointVote(_sectionIndex, _hash, v[idx], r[idx], s[idx]);&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;        // Sufficient signatures present, update latest checkpoint.
        if (idx+1 &amp;gt;= threshold){
            hash = _hash;
            height = block.number;
            sectionIndex = _sectionIndex;
            return true;
        }
    }
    // We shouldn't wind up here, reverting un-emits the events
    revert();
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
    </item>
    <item>
      <title>How to run geth Faucet server and see on web Please assist me</title>
      <dc:creator>Vijay Thakur</dc:creator>
      <pubDate>Wed, 23 Feb 2022 08:09:18 +0000</pubDate>
      <link>https://dev.to/speqtovijay/how-to-run-geth-faucet-server-and-see-on-web-please-assist-me-132a</link>
      <guid>https://dev.to/speqtovijay/how-to-run-geth-faucet-server-and-see-on-web-please-assist-me-132a</guid>
      <description></description>
    </item>
  </channel>
</rss>
