Create contributions instead of proposals #27

Merged
raucao merged 5 commits from feature/26-contributions into master 2019-04-08 13:01:08 +00:00
raucao commented 2019-04-05 18:08:18 +00:00 (Migrated from github.com)

Also watch for contributions added and log them.

closes #26

Also watch for contributions added and log them. closes #26
bumi commented 2019-04-05 22:44:05 +00:00 (Migrated from github.com)

related to the potential noce issue: https://github.com/ethers-io/ethers.js/issues/319

related to the potential noce issue: https://github.com/ethers-io/ethers.js/issues/319
raucao commented 2019-04-06 10:01:00 +00:00 (Migrated from github.com)

I think this is ready to merge, so we can start using it with the new contracts.

I opened #28 for fixing the actual nonce issue.

I think this is ready to merge, so we can start using it with the new contracts. I opened #28 for fixing the actual nonce issue.
bumi commented 2019-04-06 11:36:35 +00:00 (Migrated from github.com)

but that "fix" does not block the http request?

but that "fix" does not block the http request?
raucao commented 2019-04-06 13:09:06 +00:00 (Migrated from github.com)

Nope, see the lines where I changed it to not wait for the promise to resolve.

Nope, see the lines where I changed it to not wait for the promise to resolve.
bumi commented 2019-04-06 13:27:41 +00:00 (Migrated from github.com)

was wondering because of the await before... all that JS magic... 💥

was wondering because of the await before... all that JS magic... :boom:
raucao commented 2019-04-06 13:30:42 +00:00 (Migrated from github.com)

There's no await for the handler function before returning the 200. That was wrapped in a .then function, which I removed. For example:

dcbce66796/integrations/github.js (L173-L174)

There's no `await` for the handler function before returning the 200. That was wrapped in a `.then` function, which I removed. For example: https://github.com/67P/hubot-kredits/blob/dcbce66796669c96d931a70f0f2e3ba52437af31/integrations/github.js#L173-L174
bumi (Migrated from github.com) approved these changes 2019-04-06 13:31:11 +00:00
bumi (Migrated from github.com) left a comment

the scheduler needs to go back, then let's merge it and work on #28

the scheduler needs to go back, then let's merge it and work on #28
bumi (Migrated from github.com) commented 2019-04-06 13:28:53 +00:00

I think you accidentally the cron.schedule

I think you accidentally the `cron.schedule`
raucao commented 2019-04-08 13:00:49 +00:00 (Migrated from github.com)

Oops, I missed that comment.

Oops, I missed that comment.
raucao added the
kredits-2
label 2025-01-23 21:25:22 +00:00
Sign in to join this conversation.
No description provided.