-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure to Detect Initial Wallet Balance for Existing Pool #82
Comments
Sorry I'm digging up an old issue here @hfuss, but do you recall if you specified the block number to start indexing the token at? I would expect to see this behavior if you choose "newest" rather than "oldest" or the specific block number the contract was deployed in. |
Hello, I have related issue. I used example from this repository for None of them is displayed in the FF GUI. No transfers, no balances, just empty. Contract - https://goerli.etherscan.io/address/0x210fa3c575b1a073ff2e475f30a20eca96473352 Logs from instance:
My RPC endpoint is working for sure - earlier I was trying to setup some listeners and it was working. |
Using
ghcr.io/hyperledger/firefly-tokens-erc20-erc721:v1.0.2
andghcr.io/hyperledger/firefly:v1.0.3
, when creating a pool from an existing ERC20 contract I'm seeing that the wallet was issued the initial pool of tokens has a balance starting from 0 rather than initial supply size:As a result, the balance is displayed as a negative sum of all the transfers FireFly observes.
The text was updated successfully, but these errors were encountered: