Update kredits-contracts #103
Reference in New Issue
Block a user
Delete Branch "chore/weltempfaenger-release"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This updates kredits-contracts to the latest 5.x release which contains the details for the weltempfaenger rinkeby "production" release.
once merged, we should deploy kredits-web
ToDo:
can someone help me with the failing test? I guess this has something to do with the changed schema validations but I don't really know how they affect that test.
The arguments are definitely not valid according to the latest schema (missing
datefor example). But I'm wondering why we would test this in kredits-web in the first place? This is a test for the contracts library, not the Web UI.Because we had and have no test in
kredits-contractsso we put it here.Agreed!
@bumi muhahahaha
I think we can remove the
kosmos-schemasdependency now.Updated everything and successfully tested that it works with production contributors now.