-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: java-crypto to follow builder/serializer improvements from …
…latest arkecosystem/crypto changes (#112) * refactor: Serialized class * refactor: Deserialize class * refactor: Added abstract getTransactionInstance method to AbstractTransactionBuilder class * fix: vendorField deserialization * refactor: Transfer transaction * refactor: Abstract transaction * refactor: vote transaction * fix: TransferBuilder - added missing expiration function * refactor: SecondSignatureRegistration * refactor: ipfs transaction type * refactor: MultiPayment test * test: added IpfsBuilder test * refactor: HtlcRefund Transaction * refactor: HtlcLock Transaction * refactor: HtlcClaim Transaction * refactor: relegate resignation transaction * test: add secondVerify check to MultiPaymentBuilderTest * refactor: Delegate Registration transaction * style: apply spotless * refactor: deprecate MultiSignatureRegistration transaction * refactor: remove Fee configuration class * refactor: set default transaction amount to 0 * refactor: fees are now added in type specific builder constructors * style: apply spotlles plugin * refactor: added assetToHashMap method * style: rename assetHaspMap method to assetToHashMap * refactor: made asset classes static * test: added HtlcLock serializer tests * feat: added customAsset field * fix: remove static in classes * fix: static class * fix: maximum payment * style: run spotless apply * fix: make MultiPayment class static
- Loading branch information
Showing
117 changed files
with
2,101 additions
and
2,769 deletions.
There are no files selected for viewing
53 changes: 0 additions & 53 deletions
53
src/main/java/org/arkecosystem/crypto/configuration/Fee.java
This file was deleted.
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.