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:
release new kosmos-schemas and use here.
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:
- [x] release new kosmos-schemas and use here.
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.
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 date for 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.
The arguments are definitely not valid according to the latest schema (missing `date` for 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.
But I'm wondering why we would test this in kredits-web in the first place?
Because we had and have no test in kredits-contracts so we put it here.
This is a test for the contracts library, not the Web UI.
Agreed!
> But I'm wondering why we would test this in kredits-web in the first place?
Because we had and have no test in `kredits-contracts` so we put it here.
> This is a test for the contracts library, not the Web UI.
Agreed!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.