Skip to content

Commit

Permalink
eosio.token v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed May 5, 2023
1 parent f59b1d4 commit 52e59d8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion eosio.token/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eosio_token"
version = "0.4.2"
version = "0.5.0"
authors = ["Denis <[email protected]>", "Yaro <[email protected]>"]
description = "Antelope `eosio.token` token transfers"
license = "MIT OR Apache-2.0"
Expand Down
16 changes: 8 additions & 8 deletions eosio.token/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

```bash
$ make
$ make run
$ make gui
```

### Mermaid graph
Expand All @@ -31,37 +31,37 @@ graph TD;

```yaml
Package name: eosio_token
Version: v0.4.2
Version: v0.5.0
Doc: Antelope `eosio.token` based action traces & database operations.
Modules:
----
Name: map_transfers
Initial block: 0
Kind: map
Output Type: proto:antelope.eosio.token.v1.TransferEvents
Hash: 3bf80ccd75e75c9769569c61072df71c759d0837
Hash: 5b2c65e956866a100603b90c3ec7d942fb0f2420

Name: map_accounts
Initial block: 0
Kind: map
Output Type: proto:antelope.eosio.token.v1.Accounts
Hash: 23fb29a4da7fccd0b050cdbeb9444ab21d1778f5
Hash: 6e213a53383aeba7003aee28656f357873cdb4ba

Name: map_stat
Initial block: 0
Kind: map
Output Type: proto:antelope.eosio.token.v1.Stats
Hash: 0c872e759c25f039c40b6012f35e7ad9315c3ce6
Hash: 2045e91f250d51ec3194896c493b37e547824852

Name: log_out
Initial block: 0
Kind: map
Output Type: proto:pinax.substreams.sink.winston.v1.LoggerOperations
Hash: 54088d32a300dc7966321f4f49db4fef3da730d8
Hash: 8231e3c662273469a332897c2c7f88952b449fb1

Name: db_out
Initial block: 0
Kind: map
Output Type: proto:sf.substreams.database.v1.DatabaseChanges
Hash: 7f9bad0c12abbf83719b020648c739621eb48312
Output Type: proto:sf.substreams.sink.database.v1.DatabaseChanges
Hash: 7484b30b46c532749936988d1826f4f5001447d6
```
4 changes: 2 additions & 2 deletions eosio.token/substreams.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
specVersion: v0.1.0
package:
name: eosio_token
version: v0.4.2
version: v0.5.0
url: https://github.com/pinax-network/substreams
doc: Antelope `eosio.token` based action traces & database operations.

imports:
winston: https://github.com/pinax-network/substreams-sink-winston/releases/download/v0.1.2/substreams-sink-winston-v0.1.2.spkg
database_change: https://github.com/pinax-network/substreams/releases/download/eosio.token-v0.4.2/substreams-database-change-v1.0.0.spkg
database_change: https://github.com/streamingfast/substreams-database-change/releases/download/v1.0.0/substreams-database-change-v1.0.0.spkg

binaries:
default:
Expand Down

0 comments on commit 52e59d8

Please sign in to comment.