Closed alpe closed 4 years ago
GroupMetadata and GroupMember are now defined in protobuf. This makes them first class objects in the
orm
package. A better solution would be to move them and all the depending tests toorm_test
package. I would do this as a second step when 👍
I think we could also just start doing this in the actual group
package, unless doing so would mean there isn't actually enough test coverage for orm
.
Replaces amino with protobuf
Note to reviewer: GroupMetadata and GroupMember are now defined in protobuf. This makes them first class objects in the
orm
package. A better solution would be to move them and all the depending tests toorm_test
package. I would do this as a second step when 👍