Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Persistent topups #4345

Merged
merged 10 commits into from
Jul 2, 2019
Merged

Persistent topups #4345

merged 10 commits into from
Jul 2, 2019

Conversation

jiivan
Copy link
Contributor

@jiivan jiivan commented Jun 14, 2019

No description provided.

@jiivan jiivan force-pushed the task_payment_topups branch from 18455ce to c1e3e44 Compare June 24, 2019 09:52
@jiivan jiivan requested review from Krigpl and shadeofblue June 24, 2019 10:11
@jiivan jiivan marked this pull request as ready for review June 24, 2019 10:11
.gitignore Outdated Show resolved Hide resolved
golem/ethereum/transactionsystem.py Outdated Show resolved Hide resolved
golem/ethereum/transactionsystem.py Show resolved Hide resolved
golem/ethereum/paymentskeeper.py Show resolved Hide resolved
golem/ethereum/paymentskeeper.py Outdated Show resolved Hide resolved
golem/ethereum/transactionsystem.py Show resolved Hide resolved
golem/ethereum/paymentskeeper.py Outdated Show resolved Hide resolved
golem/ethereum/paymentskeeper.py Show resolved Hide resolved
golem/ethereum/transactionsystem.py Show resolved Hide resolved
golem/ethereum/transactionsystem.py Show resolved Hide resolved
golem/ethereum/paymentskeeper.py Show resolved Hide resolved
golem/ethereum/transactionsystem.py Outdated Show resolved Hide resolved
golem/ethereum/transactionsystem.py Outdated Show resolved Hide resolved
golem/ethereum/paymentskeeper.py Outdated Show resolved Hide resolved
golem/ethereum/transactionsystem.py Outdated Show resolved Hide resolved
golem/ethereum/paymentskeeper.py Outdated Show resolved Hide resolved
golem/ethereum/incomeskeeper.py Outdated Show resolved Hide resolved
@jiivan jiivan force-pushed the task_payment_topups branch from ac92a71 to b40ba70 Compare June 27, 2019 15:37
@jiivan jiivan force-pushed the task_payment_topups branch from b40ba70 to d229870 Compare July 2, 2019 08:43
Copy link
Contributor

@Krigpl Krigpl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rickandmorty_yes

@@ -289,3 +289,29 @@ def test_update_overdue_incomes_already_marked_as_overdue(self):
income.wallet_operation.refresh().status,
model.WalletOperation.STATUS.overdue,
)

def test_received_eth_transfer(self):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those two tests do not test different things the way they are implemented right now.
So either remove one of them or introduce some more assertions.

@jiivan jiivan force-pushed the task_payment_topups branch from f27d31f to 93bb04a Compare July 2, 2019 11:59
@codecov
Copy link

codecov bot commented Jul 2, 2019

Codecov Report

Merging #4345 into develop will decrease coverage by 1.41%.
The diff coverage is 65.71%.

@@             Coverage Diff             @@
##           develop    #4345      +/-   ##
===========================================
- Coverage    88.49%   87.07%   -1.42%     
===========================================
  Files          225      225              
  Lines        19835    19831       -4     
===========================================
- Hits         17552    17267     -285     
- Misses        2283     2564     +281

@jiivan jiivan merged commit f5052a6 into develop Jul 2, 2019
@jiivan jiivan deleted the task_payment_topups branch July 2, 2019 12:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants