From 6c86bdd24ac8a9dd6cbd997df71e098f89a2f799 Mon Sep 17 00:00:00 2001 From: Vishal <64505169+vishalxl@users.noreply.github.com> Date: Wed, 7 Sep 2022 05:03:01 +0530 Subject: [PATCH] Got all channel events --- bin/nostr_console.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/nostr_console.dart b/bin/nostr_console.dart index 60165aa..e42eca8 100644 --- a/bin/nostr_console.dart +++ b/bin/nostr_console.dart @@ -239,7 +239,7 @@ Future main(List arguments) async { getUserEvents(gListRelayUrls1, userPublicKey, gLimitPerSubscription, getSecondsDaysAgo(gDaysToGetEventsFor)); getMentionEvents(gListRelayUrls2, userPublicKey, gLimitPerSubscription, getSecondsDaysAgo(gDaysToGetEventsFor)); // from relay group 2 - getKindEvents([0,3], gListRelayUrls1, gLimitPerSubscription, getSecondsDaysAgo(gDaysToGetEventsFor* 10)); + getKindEvents([0,3, 40, 42], gListRelayUrls1, gLimitPerSubscription, getSecondsDaysAgo(gDaysToGetEventsFor* 10)); // TODO get all 40 events, and then get all #e for them ( responses to them) diff --git a/pubspec.yaml b/pubspec.yaml index a93a552..e0b7b47 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ version: 0.0.7-beta homepage: https://github.com/vishalxl/nostr_console -# fixed end color marker getting clipped when padding etc +# got all 40 and 42 events too environment: sdk: '>=2.17.3 <3.0.0'