mirror of
https://github.com/corda/corda.git
synced 2025-02-01 00:45:59 +00:00
a829dfadaa
AMQP doesn't define an enum type itself yet the old implementation listed our snum type as that in the schema despite what we are actually doing which is serialising the enum down as a list of a string and an int accompanied by a list of AMQP choices that represent all of the enum values Review Comments Use fingerprinting of the enum types to catch whenever they're changed, include the enum constants in the fingerprint to avoid any collisions