vrogojin
vrogojin
Same problem. Anyone ever solved it?
You need to add "-" at the end of command installing GPG key! `sudo wget https://download.opensuse.org/repositories/network:/messaging:/zeromq:/release-stable/Debian_9.0/Release.key -O- | sudo apt-key add -`
0x1E525EEAF261cA41b809884CBDE9DD9E1619573A not working for me either. Dah!
Hi. It looks like I have very peculiar case. Postfix does not see virtual mailboxes, while dovecot does. Any incoming email for a valid user gets rejected with the following...
Thanks man!
The full test log ``` bash$ yarn test yarn run v1.22.18 $ NODE_ENV=test hardhat test Greeter 1) Should return the new greeting once it's changed 0 passing (433ms) 1 failing...
The deployer reports correct balances on L1 and L2 ``` L1 balance: 99999998999999999999999759404999326334 L2 balance: 1000000000000000000000000000000 ``` ``` const balance = await deployer.zkWallet.getBalanceL1(utils.ETH_ADDRESS); console.log("L1 balance: "+balance.toString()); const zk_balance = await...