You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes when registering a data proxy the node decides it can delete the entire data-proxy configs store.
Steps to Reproduce
We initially observed the issue because it only pruned the store on 1 node which caused a chain halt. When we later executed the following transaction both nodes decided to prune the entire state.
🐛 Bug Report
Sometimes when registering a data proxy the node decides it can delete the entire data-proxy configs store.
Steps to Reproduce
We initially observed the issue because it only pruned the store on 1 node which caused a chain halt. When we later executed the following transaction both nodes decided to prune the entire state.
Before
After registering
sedad query data-proxy data-proxy-config 0259c2735fec74ccdf5c49aa789080dd1de14dd0d70268d79bb4d4fc1f941cacf0 Error: rpc error: code = Unknown desc = no data proxy registered for 0259c2735fec74ccdf5c49aa789080dd1de14dd0d70268d79bb4d4fc1f941cacf0: not found: unknown request
Code snippet to reproduce
sedad tx data-proxy register seda14xdjsea6w9wwfm7sgatp56pkspklgfcjwk7eus 200000000000000aseda 03f8624d228ee68a7cd1fc116a85cc43ff45a0ad07738320b32aeb3452687b2e1e 86f9528f3107972c8cd85dc03e2b1343be50ac473b37cb15e71be1fc6796fdd308ff8735ee3f96144aa927e1fa869abf59132431d85c0068cb467ba0bdd89b74 --from faucet --keyring-backend test --gas auto --gas-adjustment 1.5 --gas-prices 10000000000aseda --chain-id seda-1-devnet
Stack trace & error message
Expected Behavior
The behaviour should be deterministic. It would also be nice if not all data proxies get deleted for no reason. :)
Your Environment
The text was updated successfully, but these errors were encountered: