-
Notifications
You must be signed in to change notification settings - Fork 209
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
Migration Issue with ERC-1155 Token Pools #1457
Comments
Would like to work on this @nguyer |
Upon more investigation this is due to the fact that the format of the token pool locator changed between v1.2.2 and now. I discussed this with @awrichar and we decided that adding an |
I have fixed this in #1388 and hyperledger/firefly-tokens-erc1155#135 |
Alright |
@nguyer I think we can close this? |
While testing upgrading from
v1.2.2
to the current code inmain
I discovered that token events can get "stuck" in a certain situation.Steps to reproduce:
v1.2.2
(default, using no release or manifest options) with an ERC-1155 token connectorff init dev -t erc1155
main
ff stop dev
contracts
with the contract address and block number you deployed the contract in the step abovedocker-compose.override.yml
to use builds frommain
for FireFly Core and the Token Connectorff start dev
- You should now be running onmain
and with a new batch pin contractdocker stop dev_firefly_core_0
docker stop dev_tokens_0_0
docker start dev_firefly_core_0
docker start dev_tokens_0_0
curl -X POST "http://127.0.0.1:5108/api/v1/init"
to re-create the event streamThe text was updated successfully, but these errors were encountered: