Replies: 3 comments
-
Hello! Passed the information to the team responsible for Sophon deployments, they're investigating. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The team confirmed that the problem is known and they're already working on resolving it. However, it's not yet clear how much time will this take. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Roger, thanks for your reactivity. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Team or Project
Sophon
Environment
Mainnet
L2 block number
No response
Provide a brief description of the functionality you're trying to implement and the issue you are running into.
Variable state propagation delay (between 300ms and 2 seconds) observed when testing balance update after batch minting a mock ERC20 token:
INFOS:
Openfort Account Address: 0x6f8cE899Dc7C93eD828A3B35a3A0939733C26B49
Mock ERC20 token: 0x45E733CfaE530641A90B76586407C84ef8bD583E
Batch Caller: 0x7219257B57d9546c1BC0649617d557Db09C92D23
tx hash of Batch mints which requires 2 secs before updating the balance:
https://explorer.sophon.xyz/tx/0x62e45e9b49a88e9d365a062f0ad7a96623d0d7fb41e07ab1fdb087437cb16017
REPRODUCTION STEPS:
git clone [email protected]:openfort-xyz/openfort-zksync-contracts.git
yarn hardhat compile
export ACCOUNT_ADDRESS=0x6f8cE899Dc7C93eD828A3B35a3A0939733C26B49
export WALLET_PRIVATE_KEY=0xoOoOoO
export SOPHON_PAYMASTER_ADDRESS=0xoOoOoO
for i in {1..10}; yarn hardhat test --network zkSophonMainnet --grep "batch calls to mint should update balance accordingly" --skip-deployments
to test with a freshly deployed account
for i in {1..10}; yarn hardhat test --network zkSophonMainnet --grep "batch calls to mint should update balance accordingly" --nonce $RANDOM
On Sophon Testnet there is currently no delay and a tiny delay on zkSyncSepolia. Just see for yourself with
--network zkSophonTestnet
and--network zkTestnet
Repo Link (Optional)
https://github.com/openfort-xyz/openfort-zksync-contracts
Additional Details
No response
Beta Was this translation helpful? Give feedback.
All reactions