-
Hi @gnidan,
Copy ABI from [Voting Escrow](https://etherscan.io/address/0x0aB4bC35Ef33089B9082Ca7BB8657D7c4E819a1A#code) and paste into abi-to-sol, Invalid error is observed. "internalType" is absen…
-
### Description
I upgraded my Besu node from 23.10.1 to 24.7.0, but other nodes(validators) are still 23.10.1, and let the node resync from them, them the log always print "Uncaug…
-
Hi,
Configured all the prerequisites, node v = 9.5, npm v= 5.6.0 when I am trying to invoke the "node init.js" command from the root directory then facing the below issue:
----------------------…
-
`https://blockscan.com/token/0x5df1a47e05b4caba0ed3df13662642f05314764d?chainid=137`
-
The use of Jupyter notebooks is very common in data science. Let's see how they would work for BlockchainYVR presentations.
It has been a few months since they have [introduced JupyterLab](https://…
-
I execute following script against CUSTOM environment (geth with custom genesis block)
```
pragma solidity >=0.4.0;
import "dapple/script.sol";
import "./ballot.sol";
contract BallotDeployScr…
-
webase 1.5.4
fisco-bcos 2.8.0
solidity 0.6.10
场景:A、B两个合约,A合约引用B合约,在A合约的构造函数中引用了B合约的public函数,且修改了B合约的状态变量
这两个合约在WeBASE中都可以正确部署并运行
--------------------------------------
出现错误的操作
按文件夹导出a…
-
Hi,
Thx for your plugin. It appears that the ethers module is missing from the package.json.
I installed it with yarn, but maybe we should add it in the package.json ? (if you are still mainta…
-
Demo polling app specification for functions to support blockchain (and other forms) of voting for decentralized organizations on the autom(8) platform
## Motivation:
We are the autom(8) team. a…
-
Most of the current listings do not have tests. Adding tests would ensure that we have not left any logic errors that could confuse readers later on.
We need to add atleast simple integration tests…