issues
search
metaplex-foundation
/
amman
A modern mandatory toolbelt to help test solana SDK libraries and apps on a locally running validator.
https://metaplex-foundation.github.io/amman/docs/
Apache License 2.0
72
stars
17
forks
source link
chore: improvments around relay
#26
Closed
thlorenz
closed
2 years ago
thlorenz
commented
2 years ago
Lots of improvements, mainly related to the relay:
relay now stores account states, thus the UI can refresh and obtain them
relay provides amman version when via a socket.io message to UI to allow checking for compatibility
account states are timestamped
account states include slot so that they can be correlated with transactions
account states include diff so that UI can show changed fields
duplicate labels are fixed except for some edge cases
amman shutdown was improved as well to ensure relay is properly disconnected
Lots of improvements, mainly related to the relay: