<?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>Developers Forum for XinFin XDC Network: ncode</title>
    <description>The latest articles on Developers Forum for XinFin XDC Network by ncode (@ncode).</description>
    <link>https://www.xdc.dev/ncode</link>
    <image>
      <url>https://www.xdc.dev/images/7bm2DBAKyZwEKJJ4Daz8iDD0ccZj7OdhZ6bBC51gmQo/rs:fill:90:90/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL3VzZXIvcHJv/ZmlsZV9pbWFnZS83/NS81MWMyYzhjOS1m/ZmRlLTQ5OGEtOWVj/Ny0zOTgzMWUyNmJh/OTguZ2lm</url>
      <title>Developers Forum for XinFin XDC Network: ncode</title>
      <link>https://www.xdc.dev/ncode</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.xdc.dev/feed/ncode"/>
    <language>en</language>
    <item>
      <title>WSS Alternatives RPC?</title>
      <dc:creator>ncode</dc:creator>
      <pubDate>Tue, 06 Aug 2024 12:33:29 +0000</pubDate>
      <link>https://www.xdc.dev/ncode/wss-alternatives-rpc-1a40</link>
      <guid>https://www.xdc.dev/ncode/wss-alternatives-rpc-1a40</guid>
      <description>&lt;p&gt;Hi, I am using subquery to index some of the contract events,&lt;br&gt;
Subquery requires a wss rpc, I could only find one for apothem which is wss://eaws.apothem.network, are there any other rpc because this one keeps going down frequently , and is down while I am writing this post.&lt;br&gt;
&lt;a href="https://www.xdc.dev/images/gZE54BPe4LFCdms-1GWHlPw6YXenQtHlpn4hO9FyMEA/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L2p5dG9uaGkwMHcy/YW15aW9najBsLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://www.xdc.dev/images/gZE54BPe4LFCdms-1GWHlPw6YXenQtHlpn4hO9FyMEA/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L2p5dG9uaGkwMHcy/YW15aW9najBsLnBu/Zw" alt="Image description" width="880" height="300"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>wip</category>
    </item>
    <item>
      <title>[WIP] multicall3 not working</title>
      <dc:creator>ncode</dc:creator>
      <pubDate>Fri, 21 Jun 2024 05:58:18 +0000</pubDate>
      <link>https://www.xdc.dev/ncode/multicall3-not-working-1p2a</link>
      <guid>https://www.xdc.dev/ncode/multicall3-not-working-1p2a</guid>
      <description>&lt;p&gt;Hi,&lt;br&gt;
I am using web3onboard with wagmi to interact with smart contracts on the XDC Apothem Network.&lt;/p&gt;

&lt;p&gt;I am using a &lt;code&gt;readContract&lt;/code&gt; Method from wagmi.&lt;br&gt;
&lt;a href="https://wagmi.sh/core/api/actions/readContract"&gt;https://wagmi.sh/core/api/actions/readContract&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It seems to use multicall under the hood, which is giving error.&lt;br&gt;
&lt;a href="https://www.xdc.dev/images/_8infJ6wpsEl7oZ2R9Dmizt5QPxrH9fl3jHtKCSyTc8/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L294OXIydzRiMmh5/cm9iNG02Mmd2LnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://www.xdc.dev/images/_8infJ6wpsEl7oZ2R9Dmizt5QPxrH9fl3jHtKCSyTc8/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L294OXIydzRiMmh5/cm9iNG02Mmd2LnBu/Zw" alt="Image description" width="544" height="270"&gt;&lt;/a&gt;&lt;br&gt;
This is the rpc call happening:&lt;br&gt;
&lt;a href="https://www.xdc.dev/images/mlOiZTrBfVgesy8m5YBvHsMouevLluK3x1YbDYDDNqs/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L3o1OGJpc2ZteWs4/M2ZxMzduMXRqLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://www.xdc.dev/images/mlOiZTrBfVgesy8m5YBvHsMouevLluK3x1YbDYDDNqs/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L3o1OGJpc2ZteWs4/M2ZxMzduMXRqLnBu/Zw" alt="Image description" width="880" height="176"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is my code: &lt;br&gt;
&lt;a href="https://github.com/nitishpatel/random/blob/b5e1886ac510ade292a2120df62423bcf0d850cb/react/web3onboard-example/src/store/hooks/useTransaction.ts#L37"&gt;https://github.com/nitishpatel/random/blob/b5e1886ac510ade292a2120df62423bcf0d850cb/react/web3onboard-example/src/store/hooks/useTransaction.ts#L37&lt;/a&gt;  &lt;/p&gt;

</description>
      <category>xdc</category>
      <category>web3onboard</category>
      <category>wagmi</category>
    </item>
    <item>
      <title>[WIP] CORS Issue on erpc.apothem.network</title>
      <dc:creator>ncode</dc:creator>
      <pubDate>Mon, 18 Dec 2023 05:24:45 +0000</pubDate>
      <link>https://www.xdc.dev/ncode/cors-issue-on-erpcapothemnetwork-1o0a</link>
      <guid>https://www.xdc.dev/ncode/cors-issue-on-erpcapothemnetwork-1o0a</guid>
      <description>&lt;p&gt;Hi, We are currently experiencing a CORS policy issue that has disrupted access to '&lt;a href="https://erpc.apothem.network/"&gt;https://erpc.apothem.network/&lt;/a&gt;' from our origin '&lt;a href="https://auth.magic.link"&gt;https://auth.magic.link&lt;/a&gt;'. This problem emerged after Saturday, and we urgently need your assistance in resolving it.&lt;/p&gt;

&lt;p&gt;The error message is as follows:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Access to XMLHttpRequest at 'https://erpc.apothem.network/' from origin 'https://auth.magic.link' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Could you please investigate and adjust the CORS policy for '&lt;a href="https://erpc.apothem.network/"&gt;https://erpc.apothem.network/&lt;/a&gt;' to include the 'Access-Control-Allow-Origin' header for '&lt;a href="https://auth.magic.link"&gt;https://auth.magic.link&lt;/a&gt;'? &lt;/p&gt;

</description>
      <category>xdc</category>
      <category>apothem</category>
      <category>rpc</category>
    </item>
    <item>
      <title>[WIP] EIP 1559 Not Available</title>
      <dc:creator>ncode</dc:creator>
      <pubDate>Mon, 30 Oct 2023 06:29:46 +0000</pubDate>
      <link>https://www.xdc.dev/ncode/eip-1559-not-available-1g9a</link>
      <guid>https://www.xdc.dev/ncode/eip-1559-not-available-1g9a</guid>
      <description>&lt;p&gt;Hi, I was trying to integrate a social sign in provider i.e magic.link for one of the products on xdc chain to allow seam less onboarding. the magic link sdk allows passing custom rpc. However on initiating a transaction , getting the EIP 1559 error.&lt;br&gt;
&lt;a href="https://www.xdc.dev/images/s11nJ8HJSYmG46QQhhDFA0FPBffmuAATyaTfpULeZRk/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/LzkwZWdvd3YxMHV0/am9vemVtMnlwLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://www.xdc.dev/images/s11nJ8HJSYmG46QQhhDFA0FPBffmuAATyaTfpULeZRk/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/LzkwZWdvd3YxMHV0/am9vemVtMnlwLnBu/Zw" alt="Image description" width="509" height="71"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Is there any RPC which has a work around for this method?&lt;br&gt;
RPC being used: &lt;a href="https://erpc.apothem.network"&gt;https://erpc.apothem.network&lt;/a&gt; &lt;/p&gt;

</description>
      <category>xdc</category>
      <category>eip1559</category>
    </item>
    <item>
      <title>Blockssan for XDC Private Subnet</title>
      <dc:creator>ncode</dc:creator>
      <pubDate>Mon, 03 Apr 2023 04:45:41 +0000</pubDate>
      <link>https://www.xdc.dev/ncode/blockssan-for-xdc-private-subnet-1951</link>
      <guid>https://www.xdc.dev/ncode/blockssan-for-xdc-private-subnet-1951</guid>
      <description>&lt;p&gt;Hi,&lt;br&gt;
I have deployed an XDC Subnet and wanted to know if there is any Blocksscan opensource repo using which I can have a blockexplorer for the xdc private subnet&lt;br&gt;
Thanks&lt;/p&gt;

</description>
      <category>xdc</category>
      <category>private</category>
      <category>subnet</category>
      <category>blocksscan</category>
    </item>
    <item>
      <title>Hosting XDC Private Network Problems</title>
      <dc:creator>ncode</dc:creator>
      <pubDate>Wed, 22 Mar 2023 05:26:15 +0000</pubDate>
      <link>https://www.xdc.dev/ncode/hosting-xdc-private-network-problems-4a4m</link>
      <guid>https://www.xdc.dev/ncode/hosting-xdc-private-network-problems-4a4m</guid>
      <description>&lt;p&gt;Hello devs, I was trying to run this following guide on hosting the private XDC Subnet.&lt;br&gt;
&lt;a href="https://medium.com/xinfin/how-to-set-up-a-private-blockchain-network-with-xdc-network-codebase-b2ee82368e83"&gt;https://medium.com/xinfin/how-to-set-up-a-private-blockchain-network-with-xdc-network-codebase-b2ee82368e83&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have few doubts I have followed the steps has asked in the blog on my laptop.&lt;/p&gt;

&lt;p&gt;Question-1&lt;br&gt;
After I get the bootnode information, How do I put it in the &lt;code&gt;run.sh&lt;/code&gt; file? There is no clear instruction about this?&lt;/p&gt;

&lt;p&gt;I just replaced all the self:enode I found with the same bootnode information which I think is incorrect.&lt;/p&gt;

&lt;p&gt;This is my BootNode Information:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;INFO [03-22|10:47:45] UDP listener up                          self=enode://f7ee4ec9f4c7434ba4d04f3afa47d881d83e4f1774ccdbcc2509d50728dc5936210f7ba00c8c990556926dda67de4da98b49be7d2210e0983d433a7f026c18d4@[::]:30301

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This is how I have placed it in &lt;code&gt;run.sh&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;echo Starting the nodes ...
${PROJECT_DIR}/build/bin/$Bin_NAME --bootnodes "self=enode://f7ee4ec9f4c7434ba4d04f3afa47d881d83e4f1774ccdbcc2509d50728dc5936210f7ba00c8c990556926dda67de4da98b49be7d2210e0983d433a7f026c18d4@[::]:30301" --syncmode "full" --datadir ./nodes/1 --networkid "${networkid}" --port 30303 --rpc --rpccorsdomain "*" --ws --wsaddr="0.0.0.0" --wsorigins "*" --wsport 8555 --rpcaddr 0.0.0.0 --rpcport 8545 --rpcvhosts "*" --unlock "${wallet1}" --password ./.pwd --mine --gasprice "${GASPRICE}" --targetgaslimit "420000000" --verbosity ${VERBOSITY} --rpcapi admin,db,eth,debug,miner,net,shh,txpool,personal,web3,XDPoS --ethstats "XinFin-MasterNode-01:xinfin_xdpos_hybrid_network_stats@stats.xinfin.network:3000" &amp;amp;
child_proc="$child_proc $!"
${PROJECT_DIR}/build/bin/$Bin_NAME --bootnodes "self=enode://f7ee4ec9f4c7434ba4d04f3afa47d881d83e4f1774ccdbcc2509d50728dc5936210f7ba00c8c990556926dda67de4da98b49be7d2210e0983d433a7f026c18d4@[::]:30301" --syncmode "full" --datadir ./nodes/2 --networkid "${networkid}" --port 30304 --rpc --rpccorsdomain "*" --ws --wsaddr="0.0.0.0" --wsorigins "*" --wsport 8556 --rpcaddr 0.0.0.0 --rpcport 8546 --rpcvhosts "*" --unlock "${wallet2}" --password ./.pwd --mine --gasprice "${GASPRICE}" --targetgaslimit "420000000" --verbosity ${VERBOSITY} --rpcapi admin,db,eth,debug,miner,net,shh,txpool,personal,web3,XDPoS --ethstats "XinFin-MasterNode-02:xinfin_xdpos_hybrid_network_stats@stats.xinfin.network:3000" &amp;amp;
child_proc="$child_proc $!"
${PROJECT_DIR}/build/bin/$Bin_NAME --bootnodes "self=enode://f7ee4ec9f4c7434ba4d04f3afa47d881d83e4f1774ccdbcc2509d50728dc5936210f7ba00c8c990556926dda67de4da98b49be7d2210e0983d433a7f026c18d4@[::]:30301" --syncmode "full" --datadir ./nodes/3 --networkid "${networkid}" --port 30305 --rpc --rpccorsdomain "*" --ws --wsaddr="0.0.0.0" --wsorigins "*" --wsport 8557 --rpcaddr 0.0.0.0 --rpcport 8547 --rpcvhosts "*" --unlock "${wallet3}" --password ./.pwd --mine --gasprice "${GASPRICE}" --targetgaslimit "420000000" --verbosity ${VERBOSITY} --rpcapi admin,db,eth,debug,miner,net,shh,txpool,personal,web3,XDPoS --ethstats "XinFin-MasterNode-03:xinfin_xdpos_hybrid_network_stats@stats.xinfin.network:3000" 

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;After which on running &lt;code&gt;run.sh&lt;/code&gt; I get the following error:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.xdc.dev/images/N7JTiMRDNEDOrGD8HP8eEpIniyJMdMFJOOgoqC7Zj3U/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/LzJ1ZTU3NTE4bm5x/YjZ0azh5dmdpLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://www.xdc.dev/images/N7JTiMRDNEDOrGD8HP8eEpIniyJMdMFJOOgoqC7Zj3U/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/LzJ1ZTU3NTE4bm5x/YjZ0azh5dmdpLnBu/Zw" alt="Image description" width="880" height="446"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Question - 2&lt;br&gt;
The run.sh also throws "list M1 not found" error.&lt;br&gt;
&lt;a href="https://www.xdc.dev/images/IVOmQ3h4yoKUD0OaPAHBsmWIlbxHkIBkQcW12zpyELo/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L2djbnlqdjNmMWg2/a2gwZWVobDhoLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://www.xdc.dev/images/IVOmQ3h4yoKUD0OaPAHBsmWIlbxHkIBkQcW12zpyELo/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L2djbnlqdjNmMWg2/a2gwZWVobDhoLnBu/Zw" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>xdc</category>
      <category>private</category>
      <category>masternode</category>
      <category>error</category>
    </item>
    <item>
      <title>Ownership of a Master Node Using a Multisignature wallet or smart contract wallet</title>
      <dc:creator>ncode</dc:creator>
      <pubDate>Sat, 04 Mar 2023 13:51:12 +0000</pubDate>
      <link>https://www.xdc.dev/ncode/ownership-of-a-master-node-using-a-multisignature-wallet-or-smart-contract-wallet-3bl0</link>
      <guid>https://www.xdc.dev/ncode/ownership-of-a-master-node-using-a-multisignature-wallet-or-smart-contract-wallet-3bl0</guid>
      <description>&lt;p&gt;If I am interested in hosting a master node with a group of friends and want to ensure equal ownership of the node, using a MultiSignature wallet Is this possible on the network? While there are currently no masternode owners which are smart contract-based wallets, it is possible to use a MultiSignature wallet as the masternode owner.Considering MultiSignature wallets are also smart contracts.&lt;/p&gt;

&lt;p&gt;If a smart contract-based wallet can be used as a masternode owner, it raises the question of what the KYC process will entail. However, the current mn.xinfin.network platform does not offer an option to connect a smart contract to upload KYC documents and proceed with staking. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.xdc.dev/images/NeA5pPMoeSbw01R5RzecE0he63oTpK40aLSqWwh_6LU/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L2ZhZzE3NzI2b2Jz/dGY3dDh5aTB1LnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://www.xdc.dev/images/NeA5pPMoeSbw01R5RzecE0he63oTpK40aLSqWwh_6LU/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L2ZhZzE3NzI2b2Jz/dGY3dDh5aTB1LnBu/Zw" alt="Screenshot explain current wallet options" width="880" height="258"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;If direct interaction is done with &lt;a href="https://xdc.blocksscan.io/address/xdc0000000000000000000000000000000000000088#transactions"&gt;XDCValidator&lt;/a&gt; contract what should be the hash one can pass to the &lt;code&gt;updateKYC(string hash)&lt;/code&gt; method to complete the KYC Process of a MultiSignature Wallet / Smart Contract?&lt;/p&gt;

&lt;p&gt;The steps after the KYC is quite simple and should be easily executable by a multisignature wallet&lt;br&gt;
1) &lt;code&gt;propose(address coinbaseAddress)&lt;/code&gt; To stake the 10M&lt;br&gt;
2) &lt;code&gt;resign(address coinbaseAddress)&lt;/code&gt; to resign the node.&lt;br&gt;
3) &lt;code&gt;withdraw(uint256 blockNumber,uint256 index)&lt;/code&gt; to claim back the initial stake.&lt;/p&gt;

&lt;p&gt;Additionally, it is worth noting whether the current consensus algorithm / evm has the ability to distribute rewards to a smart contract or a multisignature wallet.&lt;/p&gt;

</description>
      <category>xdc</category>
      <category>masternode</category>
      <category>wallet</category>
      <category>nodes</category>
    </item>
    <item>
      <title>[Closed]Error Revert statements not working consistently</title>
      <dc:creator>ncode</dc:creator>
      <pubDate>Mon, 27 Feb 2023 17:02:40 +0000</pubDate>
      <link>https://www.xdc.dev/ncode/error-revert-statements-not-working-consistently-1m32</link>
      <guid>https://www.xdc.dev/ncode/error-revert-statements-not-working-consistently-1m32</guid>
      <description>&lt;p&gt;Hi devs, &lt;br&gt;
I would like to share a issue / bug on the XDC network which is related to the Revert / Require statements and how it behaves based on the RPC being used, wallets being used.&lt;/p&gt;

&lt;p&gt;You can understand about this issue by reading the github issue created by another dev.&lt;br&gt;
&lt;a href="https://github.com/XinFinOrg/XDPoSChain/issues/173"&gt;https://github.com/XinFinOrg/XDPoSChain/issues/173&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Also look into this comment of how it behaves on Remix when an error occurs while using XDCPay vs Metamask.&lt;br&gt;
&lt;a href="https://github.com/XinFinOrg/XDPoSChain/issues/173#issuecomment-1446690292"&gt;https://github.com/XinFinOrg/XDPoSChain/issues/173#issuecomment-1446690292&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can also check about how All the wallets behave differently for an error in one of my previous xdc.dev post.&lt;br&gt;
&lt;a href="https://www.xdc.dev/ncode/error-strings-support-in-xdc-4bec"&gt;https://www.xdc.dev/ncode/error-strings-support-in-xdc-4bec&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I think the goal should be to provide consistent error strings and handling revert / requires irrespective of RPC's or wallets being used.&lt;/p&gt;

</description>
      <category>error</category>
      <category>apothem</category>
      <category>require</category>
      <category>revert</category>
    </item>
    <item>
      <title>[WIP]Account not managed by node</title>
      <dc:creator>ncode</dc:creator>
      <pubDate>Thu, 26 Jan 2023 13:45:43 +0000</pubDate>
      <link>https://www.xdc.dev/ncode/account-not-managed-by-node-57on</link>
      <guid>https://www.xdc.dev/ncode/account-not-managed-by-node-57on</guid>
      <description>&lt;p&gt;Hello fellow developers,&lt;/p&gt;

&lt;p&gt;I am currently encountering an error when trying to test a contract using Hardhat. The error message states "HardhatError: HH103: Account 0x175530dfced40bbe17a22cff76c2b765f1b2f8f8 is not managed by the node you are connected to."&lt;br&gt;
The error is coming as a part of the script I am running to simulate multiple wallet addresses on my contract. I have being using this account for more than a year , You can check the Blocksscan for the same.&lt;br&gt;
&lt;a href="https://apothem.blocksscan.io/address/xdc175530dfced40bbe17a22cff76c2b765f1b2f8f8#XRC20TokenTxns"&gt;Link to BlockSscan&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.xdc.dev/images/JnO4dsWaoJfc2eenLv102qdAnOiTUw7B0bg5lV8JyHw/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L3ozcjVoeGxsYmhx/c3g1cnBhYW9zLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://www.xdc.dev/images/JnO4dsWaoJfc2eenLv102qdAnOiTUw7B0bg5lV8JyHw/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L3ozcjVoeGxsYmhx/c3g1cnBhYW9zLnBu/Zw" alt="Image description" width="880" height="152"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have tried resolving the issue by double-checking that the account being used is unlocked and has enough XDC to perform the action on the contract, but the error persists. I have also tried connecting to a different RPC, but the issue remains.&lt;/p&gt;

&lt;p&gt;If anyone has encountered this error before or has any suggestions on how to resolve it, please let me know. Your help would be greatly appreciated.&lt;/p&gt;

</description>
      <category>xdc</category>
      <category>account</category>
      <category>rpc</category>
      <category>node</category>
    </item>
    <item>
      <title>[Solved]How to check masternode status?</title>
      <dc:creator>ncode</dc:creator>
      <pubDate>Tue, 24 Jan 2023 05:47:54 +0000</pubDate>
      <link>https://www.xdc.dev/ncode/how-to-check-masternode-status-298a</link>
      <guid>https://www.xdc.dev/ncode/how-to-check-masternode-status-298a</guid>
      <description>&lt;p&gt;Hello Developers,&lt;/p&gt;

&lt;p&gt;I am working on a project that involves interacting with a blockchain network, specifically a Node. I am trying to determine if the Node is a core node, or a standby node. &lt;/p&gt;

&lt;p&gt;Are there any particular commands or methods that can be used to check the status of a Node on the network? Are there any smart contract methods that tell us the type of the node, when the coinbase address is passed? Or any API which returns the status of the node, when the coinbase address is passed?&lt;/p&gt;

&lt;p&gt;If anyone has experience with this and could share their knowledge or point me in the right direction, it would be greatly appreciated. Thank you in advance for your help!&lt;/p&gt;

</description>
      <category>xdc</category>
      <category>masternode</category>
      <category>standbynode</category>
      <category>consensus</category>
    </item>
    <item>
      <title>[Closed]Error Strings Support in XDC</title>
      <dc:creator>ncode</dc:creator>
      <pubDate>Tue, 24 Jan 2023 05:40:30 +0000</pubDate>
      <link>https://www.xdc.dev/ncode/error-strings-support-in-xdc-4bec</link>
      <guid>https://www.xdc.dev/ncode/error-strings-support-in-xdc-4bec</guid>
      <description>&lt;p&gt;Recently Since last week, The RPC's seems to have changed, and the error message strings are no longer working properly. &lt;br&gt;
For eg: &lt;br&gt;
if there is an Ownable error intially it use to return &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Ownable Caller is not the owner"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;How ever since the last week post XDCPay 2.0 beta release the error statements are not user friendly&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.xdc.dev/images/IgEePwSCG-lcbFFiBoAr-BiLJnhlzB9BQlTVGHVSsGM/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L3U1ZXJxemhqZ2l6/OWIxZW5sczFmLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://www.xdc.dev/images/IgEePwSCG-lcbFFiBoAr-BiLJnhlzB9BQlTVGHVSsGM/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L3U1ZXJxemhqZ2l6/OWIxZW5sczFmLnBu/Zw" alt="Image description" width="665" height="108"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;EDIT&lt;/strong&gt;&lt;br&gt;
We are using 0x supported RPC's , however the error is coming irrespectively of the rpc under use, If we use XDCPay then the error strings are coming as blank as shown below.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.xdc.dev/images/x2MHrRKj_YXsk9CLgGltRgD8al0fdYG4vDFFzXvNFOU/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L2Y3djQ2bnJxcTFq/dTd6bnJ2YzU2LnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://www.xdc.dev/images/x2MHrRKj_YXsk9CLgGltRgD8al0fdYG4vDFFzXvNFOU/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L2Y3djQ2bnJxcTFq/dTd6bnJ2YzU2LnBu/Zw" width="681" height="164"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The error string is different however when using MetaMask&lt;br&gt;
&lt;a href="https://www.xdc.dev/images/1XvQyoMyKVgdyAirIOKM9g9RsVFd55xFxvFFhh7aoFU/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L25rcWxlbHJyNHpq/NTAybmFkaXYyLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://www.xdc.dev/images/1XvQyoMyKVgdyAirIOKM9g9RsVFd55xFxvFFhh7aoFU/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L25rcWxlbHJyNHpq/NTAybmFkaXYyLnBu/Zw" width="587" height="362"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;And Finally this is how the error string looks when using XDCPay2.0&lt;br&gt;
&lt;a href="https://www.xdc.dev/images/oiplm4rJeS7kGIycw324zUj08cOWoIAReQqyDHIL1-o/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L2M3M3RseHBxNTNj/eGJ2cXQ2azNoLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://www.xdc.dev/images/oiplm4rJeS7kGIycw324zUj08cOWoIAReQqyDHIL1-o/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L2M3M3RseHBxNTNj/eGJ2cXQ2azNoLnBu/Zw" width="702" height="277"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>xdc</category>
      <category>rpc</category>
      <category>error</category>
      <category>network</category>
    </item>
    <item>
      <title>[Solved]Whats the maximum gas limit one can have in a transaction?</title>
      <dc:creator>ncode</dc:creator>
      <pubDate>Sat, 21 Jan 2023 06:12:15 +0000</pubDate>
      <link>https://www.xdc.dev/ncode/whats-the-maximum-gas-limit-one-can-have-in-a-transaction-3p5g</link>
      <guid>https://www.xdc.dev/ncode/whats-the-maximum-gas-limit-one-can-have-in-a-transaction-3p5g</guid>
      <description>&lt;p&gt;Hi, I am working on a project which has a few resource heavy transaction, I would like to what's the maximum gasLimit I can have on the XDC Network&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
