Skip to content

Commit

Permalink
Fix a notification generator bug related to identities. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kukabi committed Jun 5, 2024
1 parent ebb734f commit 2730be4
Show file tree
Hide file tree
Showing 57 changed files with 82 additions and 175 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions _config/base.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ chain_display = "Kusama"
chain_genesis_hash = "0xB0A8D493285C2DF73290DFB7E61F870F17B41801197A149CA93654499EA3DAFE"
# number of epochs per era
epochs_per_era = 6
rpc_url = "wss://rpc.helikon.io:443"
people_rpc_url = "wss://rpc.helikon.io:443"
rpc_url = "wss://rpc.helikon.io/kusama"
people_rpc_url = "wss://rpc.helikon.io/people-kusama"
connection_timeout_seconds = 30
request_timeout_seconds = 30
# for internal use, 1 for Kusama, 2 for Polkadot
Expand Down
4 changes: 2 additions & 2 deletions _config/network/kusama.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ chain = "kusama"
chain_display = "Kusama"
chain_genesis_hash = "0xB0A8D493285C2DF73290DFB7E61F870F17B41801197A149CA93654499EA3DAFE"
epochs_per_era = 6
rpc_url = "wss://rpc.helikon.io:443/kusama"
people_rpc_url = "wss://rpc.helikon.io:443/people-kusama"
rpc_url = "wss://rpc.helikon.io/kusama"
people_rpc_url = "wss://rpc.helikon.io/people-kusama"
network_id = 1
token_ticker = "KSM"
token_decimals = 12
Expand Down
4 changes: 2 additions & 2 deletions _config/network/polkadot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ chain = "polkadot"
chain_display = "Polkadot"
chain_genesis_hash = "0x91B171BB158E2D3848FA23A9F1C25182FB8E20313B2C1EB49219DA7A70CE90C3"
epochs_per_era = 6
rpc_url = "wss://rpc.helikon.io:443/polkadot"
people_rpc_url = "wss://rpc.helikon.io:443/people-polkadot"
rpc_url = "wss://rpc.helikon.io/polkadot"
people_rpc_url = "wss://rpc.helikon.io/people-kusama"
network_id = 2
token_ticker = "DOT"
token_decimals = 10
Expand Down
2 changes: 1 addition & 1 deletion _config/network/westend.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ chain = "westend"
chain_display = "Westend"
chain_genesis_hash = "0xE143F23803AC50E8F6F8E62695D1CE9E4E1D68AA36C1CD2CFD15340213F3423E"
epochs_per_era = 6
rpc_url = "wss://rpc.helikon.io:443/westend"
rpc_url = "wss://rpc.helikon.io/westend"
# for internal use, 1 for Kusama, 2 for Polkadot, 3 for Westend
network_id = 3
token_ticker = "WND"
Expand Down
2 changes: 1 addition & 1 deletion _docker/compose/.env.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.17.44
VERSION=0.17.45
ENV=production
LOG_LEVEL=debug

Expand Down
2 changes: 1 addition & 1 deletion subvt-app-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-app-service"
version = "0.17.44"
version = "0.17.45"
edition = "2021"
rust-version = "1.67.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-block-processor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-block-processor"
version = "0.17.44"
version = "0.17.45"
edition = "2021"
rust-version = "1.67.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-config"
version = "0.17.44"
version = "0.17.45"
edition = "2021"
rust-version = "1.67.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-governance/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-governance"
version = "0.17.44"
version = "0.17.45"
edition = "2021"
rust-version = "1.67.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-logging/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-logging"
version = "0.17.44"
version = "0.17.45"
edition = "2021"
rust-version = "1.67.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-metrics"
version = "0.17.44"
version = "0.17.45"
edition = "2021"
rust-version = "1.67.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-network-status-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-network-status-server"
version = "0.17.44"
version = "0.17.45"
edition = "2021"
rust-version = "1.67.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-network-status-updater/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-network-status-updater"
version = "0.17.44"
version = "0.17.45"
edition = "2021"
rust-version = "1.67.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-nft/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-nft"
version = "0.17.44"
version = "0.17.45"
edition = "2021"
rust-version = "1.67.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-notification-generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-notification-generator"
version = "0.17.44"
version = "0.17.45"
edition = "2021"
rust-version = "1.67.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ impl NotificationGenerator {
self.generate_notifications(
app_postgres,
&rules,
block.number,
&Some(*validator_account_id),
Some(&block.clone()),
)
Expand Down
1 change: 0 additions & 1 deletion subvt-notification-generator/src/inspect/block/chilling.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ impl NotificationGenerator {
self.generate_notifications(
app_postgres.clone(),
&rules,
block.number,
&Some(event.stash_account_id),
Some(&event.clone()),
)
Expand Down
1 change: 0 additions & 1 deletion subvt-notification-generator/src/inspect/block/offence.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ impl NotificationGenerator {
self.generate_notifications(
app_postgres.clone(),
&rules,
block.number,
&Some(event.validator_account_id),
Some(&event.clone()),
)
Expand Down
1 change: 0 additions & 1 deletion subvt-notification-generator/src/inspect/block/payout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ impl NotificationGenerator {
self.generate_notifications(
app_postgres.clone(),
&rules,
block.number,
&Some(extrinsic.validator_account_id),
Some(&extrinsic.clone()),
)
Expand Down
Loading

0 comments on commit 2730be4

Please sign in to comment.