-
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: move from groovy to java (#12)
- Loading branch information
1 parent
5b8fd90
commit f5d9bd3
Showing
134 changed files
with
2,256 additions
and
2,074 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
language: groovy | ||
language: java | ||
|
||
jdk: | ||
- oraclejdk8 | ||
|
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
29 changes: 0 additions & 29 deletions
29
src/main/groovy/org/arkecosystem/crypto/configuration/Fee.groovy
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
src/main/groovy/org/arkecosystem/crypto/configuration/Network.groovy
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
src/main/groovy/org/arkecosystem/crypto/encoding/Base58.groovy
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
src/main/groovy/org/arkecosystem/crypto/encoding/Hex.groovy
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
src/main/groovy/org/arkecosystem/crypto/identities/Address.groovy
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
src/main/groovy/org/arkecosystem/crypto/identities/PrivateKey.groovy
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
src/main/groovy/org/arkecosystem/crypto/identities/PublicKey.groovy
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
src/main/groovy/org/arkecosystem/crypto/identities/WIF.groovy
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
src/main/groovy/org/arkecosystem/crypto/networks/Devnet.groovy
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
src/main/groovy/org/arkecosystem/crypto/networks/INetwork.groovy
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
src/main/groovy/org/arkecosystem/crypto/networks/Mainnet.groovy
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
src/main/groovy/org/arkecosystem/crypto/networks/Testnet.groovy
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.