-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fee calculation strategies and transaction builders (#116)
* issue #99 - fee calculation strategies and transaction builders * issue #99 - adding ZERO strategy meaning no fees * issue #99 - refactoring + account link transaction * added account link transaction and builder * renamed transaction factory to transaction builder factory * made transaction builder factory available to all e2e tests * removed duplication of aggregate transaction size calculation * issue #99 - updates to account link, aggregate and alias transactions * issue #99 - LockFundsTransaction added * issue #99 - fee calculation is now fully owned by the builder * issue #99 - more transactions added, e2e tests updated, comments * issue #99 - junit test updates * issue #99 - fixed copy-paste error * issue #99 - adding blockchain config/upgrade + modify contract * issue #99 - refactoring tests to match constructors * issue #99 - size adding more transactions + fixes fixes for builder setter names and for size calculation * issue #99 - secret lock and proof + account properties * issue #99 - finished refactoring. e2e tests pass * issue #99 - api cleanup and fixed junit tests * issue #99 - first batch of builder junit tests * issue #99 - wrote tests for builders and couple transactions
- Loading branch information
Showing
103 changed files
with
7,267 additions
and
3,024 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.