-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add winston to eosio.token substream
- Loading branch information
1 parent
db8f9dc
commit 1598403
Showing
11 changed files
with
260 additions
and
206 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
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,6 +1,6 @@ | ||
[package] | ||
name = "eosio_token" | ||
version = "0.4.0" | ||
version = "0.4.1" | ||
authors = ["Denis <[email protected]>", "Yaro <[email protected]>"] | ||
description = "Antelope `eosio.token` token transfers" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -21,4 +21,5 @@ antelope = { workspace = true } | |
prost = { workspace = true } | ||
prost-types = { workspace = true } | ||
substreams = { workspace = true } | ||
substreams-sink-winston = { workspace = true } | ||
substreams-antelope = { workspace = true } |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ pub mod eosio_token; | |
pub use self::eosio_token::*; | ||
|
||
mod abi; | ||
mod keyer; | ||
mod maps; | ||
mod sinks; |
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.