Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Fee Calculation Tests #916

Merged
merged 30 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
acf1098
added tx_inputs ans tx_outputs to zingo-testutils
idky137 Apr 8, 2024
8d1c648
tx_inputs and tx_outputs now return TxNotes
idky137 Apr 8, 2024
061ee88
extract data from do_list_summaries
idky137 Apr 8, 2024
24bf1f9
Merge remote-tracking branch 'zingolabs/dev' into dev_poc_tests
idky137 Apr 9, 2024
257e741
added shield_send_fee test
idky137 Apr 9, 2024
df76a84
finished shield_send_fee test
idky137 Apr 9, 2024
a0951f6
fixed shield_send_fee test
idky137 Apr 9, 2024
21bfdee
fixed transparent output calculation
idky137 Apr 10, 2024
a1e0a03
tidied shield_send_fee test
idky137 Apr 10, 2024
a6a6dcf
finished standard_send_fee test
idky137 Apr 10, 2024
9e477f6
finished adding fee tests
idky137 Apr 10, 2024
6c00206
Merge remote-tracking branch 'zingolabs/dev' into dev_poc_tests
idky137 Apr 10, 2024
b0386df
fixed action calculation
idky137 Apr 10, 2024
911666c
updated tx_inputs and tx_outputs to return TxNotes
idky137 Apr 10, 2024
589a6f1
removed do_list_txsummaries
idky137 Apr 10, 2024
6b2d820
tidied helper functions
idky137 Apr 10, 2024
6c5615b
feature gate expected fee calculation under zip317
idky137 Apr 10, 2024
27144bd
changed TxNotes to TxNotesCount
idky137 Apr 11, 2024
8719fad
fixed for CI
idky137 Apr 11, 2024
b18e0df
Merge remote-tracking branch 'zingolabs/dev' into dev_poc_tests
idky137 Apr 11, 2024
0fb02d4
Merge branch 'dev' into dev_poc_tests
zancas Apr 11, 2024
404759a
Merge pull request #1 from zancas/dev_poc_tests
idky137 Apr 11, 2024
4dad162
Merge remote-tracking branch 'zingolabs/dev' into dev_poc_tests
idky137 Apr 11, 2024
6e3cb8b
review changes
idky137 Apr 11, 2024
d58d247
changed TxActions to TxActionsCount
idky137 Apr 12, 2024
90e1428
spelling mistakes
idky137 Apr 12, 2024
cc276b2
Merge remote-tracking branch 'zingolabs/dev' into dev_poc_tests
idky137 Apr 12, 2024
fd4baa7
Merge branch 'dev' into dev_poc_tests
fluidvanadium Apr 12, 2024
11de09d
Merge remote-tracking branch 'zingolabs/dev' into dev_poc_tests
idky137 Apr 15, 2024
bef26c0
Merge remote-tracking branch 'idky137/dev_poc_tests' into dev_poc_tests
idky137 Apr 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name = "integration-tests"
version = "0.2.0"
edition = "2021"

[features]
zip317 = []

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
zingolib = { path = "../zingolib", features = ["test"] }
Expand Down
Loading
Loading