-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shrank the Jar. Moved Bitcoin to Examples project
- Loading branch information
1 parent
06325ab
commit c5544f5
Showing
9 changed files
with
24 additions
and
296 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
35 changes: 0 additions & 35 deletions
35
mainproject/src/main/scala/com/raphtory/api/S3Serialiser.scala
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
79 changes: 0 additions & 79 deletions
79
mainproject/src/main/scala/com/raphtory/spouts/blockchain/BitcoinNodeSpout.scala
This file was deleted.
Oops, something went wrong.
100 changes: 0 additions & 100 deletions
100
mainproject/src/main/scala/com/raphtory/spouts/blockchain/EthereumGethSpout.scala
This file was deleted.
Oops, something went wrong.
57 changes: 0 additions & 57 deletions
57
mainproject/src/main/scala/com/raphtory/spouts/blockchain/EthereumPostgresSpout.scala
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
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
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 @@ | ||
package examples.lotr | ||
package lotr | ||
|
||
import com.raphtory.core.actors.Spout.Spout | ||
|
||
|