Create contributions instead of proposals #27
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/26-contributions"
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?
Also watch for contributions added and log them.
closes #26
related to the potential noce issue: https://github.com/ethers-io/ethers.js/issues/319
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.
but that "fix" does not block the http request?
Nope, see the lines where I changed it to not wait for the promise to resolve.
was wondering because of the await before... all that JS magic... 💥
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)
the scheduler needs to go back, then let's merge it and work on #28
I think you accidentally the
cron.schedule
Oops, I missed that comment.