Skip to content

Task/transactions for address#39

Merged
ciripel merged 24 commits intomasterfrom
task/transactions_for_address
May 18, 2022
Merged

Task/transactions for address#39
ciripel merged 24 commits intomasterfrom
task/transactions_for_address

Conversation

@ciripel
Copy link
Copy Markdown
Member

@ciripel ciripel commented May 18, 2022

Implement get transactions functions for all supported chains (for coins and tokens) - close #37

ciripel and others added 23 commits April 20, 2022 17:23
* Refactor get balance and broadcast to chain types.
* Refactor get balance for all supported coins and tokens to return value in BigInt.
---
* fix: fixed utxo tx tests after balance change in old address

* subtask: fetch balance in BigInt
* refactor get_balance
* migrate emulator tests to offline
* export get_balance
* refactor and fix tests

* chore: refactor get_balance

* chore: refactor broadcast

* coverage: balance tests

* test: split online and offline tests

* chore: increased version to 0.0.8

* ci: removed lcov and coverage file modification

* test: inexistent denomination zero test fix
Incomplete. Can't cover more complex transactions
No testing covered.
Complete. Now can cover all types
No testing yet
refactor: on emulator tests refactor
(tested and found only OSMO at the moment)
@codecov
Copy link
Copy Markdown

codecov Bot commented May 18, 2022

Codecov Report

Merging #39 (504a41e) into master (1622f4c) will decrease coverage by 0.50%.
The diff coverage is 98.96%.

@@             Coverage Diff             @@
##            master      #39      +/-   ##
===========================================
- Coverage   100.00%   99.50%   -0.50%     
===========================================
  Files            7        8       +1     
  Lines          312      600     +288     
===========================================
+ Hits           312      597     +285     
- Misses           0        3       +3     
Impacted Files Coverage Δ
lib/src/get_transactions.dart 98.95% <98.95%> (ø)
lib/src/get_balance.dart 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1622f4c...504a41e. Read the comment docs.

@ciripel ciripel merged commit a3fdaea into master May 18, 2022
@ciripel ciripel deleted the task/transactions_for_address branch May 18, 2022 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Get transactions for address

1 participant