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
When evaluating commits we need to compare the old and new group context to one another to see the changes in extensions. I would expect staged_commit.group_context() to return the group context after the extensions proposals have been applied. I could have sworn it used to give us the "after" state. But instead I am seeing it use the before state. We have a mitigation in place, but should investigate why this is happening and if there is a better pattern.
The text was updated successfully, but these errors were encountered:
## tl;dr
- Gets identity working end to end, with tests (pretty much) all uncommented
- Updates bindings to have all required methods
- Removes a bunch of TODOs in the code
## Follow-ups
There are a few changes I had to make to get everything passing that need some follow-up.
- xmtp/xmtp-node-go#391
- #760
- #761
- #750
- #762
- #763
There are also many places that need better test coverage.
When evaluating commits we need to compare the old and new group context to one another to see the changes in extensions. I would expect
staged_commit.group_context()
to return the group context after the extensions proposals have been applied. I could have sworn it used to give us the "after" state. But instead I am seeing it use the before state. We have a mitigation in place, but should investigate why this is happening and if there is a better pattern.The text was updated successfully, but these errors were encountered: