-
Notifications
You must be signed in to change notification settings - Fork 214
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
Emulator's ChainState produces an EmulatorState with empty WalletState Map #696
Comments
Indeed We have already discussed the need to clean up and clarify the API, especially to clarify which parts of it are public. I think it's a pretty good example of it. I suggest that we remove the test, close the bug and that we initiate an action item (epic or story (?)) about cleaning and clarifying the API. |
Summary
Using the Emulator's ChainState to produce an EmulatorState results in an empty WalletState Map. This is probably minor because there is
agentState
for this purpose, but still good to investigate.Steps to reproduce the behavior
There is a commented out test to recreate this bug, see here. Please re-enable once fixed.
Actual Result
Expected Result
It is possible to get all
TxOutRef
for any wallet from Trace's ChainState.Describe the approach you would take to fix this
No response
System info
a8540db
The text was updated successfully, but these errors were encountered: