Update kredits-contracts #103

Merged
bumi merged 4 commits from chore/weltempfaenger-release into master 2019-04-17 09:54:35 +00:00
bumi commented 2019-04-15 17:34:31 +00:00 (Migrated from github.com)

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.
bumi commented 2019-04-15 21:36:05 +00:00 (Migrated from github.com)

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.
raucao commented 2019-04-16 08:03:00 +00:00 (Migrated from github.com)

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.
fsmanuel commented 2019-04-16 09:07:29 +00:00 (Migrated from github.com)

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!
fsmanuel commented 2019-04-16 09:08:28 +00:00 (Migrated from github.com)

@bumi muhahahaha

@bumi muhahahaha
fsmanuel commented 2019-04-16 10:19:41 +00:00 (Migrated from github.com)

I think we can remove the kosmos-schemas dependency now.

I think we can remove the `kosmos-schemas` dependency now.
raucao commented 2019-04-17 09:54:29 +00:00 (Migrated from github.com)

Updated everything and successfully tested that it works with production contributors now.

Updated everything and successfully tested that it works with production contributors now.
Sign in to join this conversation.