Skip to content

Commit 4b65a54

Browse files
committed
Update new block
1 parent f3ebff2 commit 4b65a54

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ On macOS:
3737
2. **Comments**: get the comments we filtered from the transactions of the blocks.
3838
3. **Blocks**: get the blocks from the Hive blockchain, which gets all of the transactions of blocks.
3939

40-
- The current version APIs would serve data of Hive mainnet from **March 27th, 2020** to **January 31st, 2022**. The duration is after [Steem Hard Fork](https://www.coindesk.com/steem-hard-fork-hive).
40+
- The current version APIs would serve data of Hive mainnet from **March 27th, 2020** to [latest date] . The duration is after [Steem Hard Fork](https://www.coindesk.com/steem-hard-fork-hive).
4141

4242
- The following parameters in bellow table will help the request be more specific.
4343

@@ -267,3 +267,4 @@ The dataset is licensed under the
267267
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
268268
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg
269269

270+
[latest date]: July 4th, 202

src/conf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Settings(BaseSettings):
1313
PORT: int = 8000
1414
SUPPORTED_FIELDS = "block_id,id,previous,signing_key,timestamp,transaction_ids,witness,witness_signature,operations,operations.value.account,operations.value.amount,operations.value.allow_curation_rewards,operations.value.allow_votes,operations.value.author,operations.value.body,operations.value.expiration,operations.value.fee,operations.value.id,operations.value.json_str,operations.value.memo,operations.value.memo_key,operations.value.parent_author,operations.value.parent_permlink,operations.value.reward_hbd,operations.value.reward_hive,operations.value.reward_vests,operations.value.title,operations.value.voter,operations.value.weight,operations.value.witness"
1515
FIRST_BLOCK = "'42000001_43245905_01'"
16-
END_BLOCK = "'61318973_61422747_48'"
16+
END_BLOCK = "'65252929_65824253_48'"
1717
PREFIX: str = f"{SERVICE}/{VERSION}"
1818
GOOGLE_KEY_FILE: str = ".env/Steemit-e706b5b8cead.json"
1919
HIVE_KEY: str = "WrrXP6szu06wlLQVfAM3b0FD8i4612zc"

0 commit comments

Comments
 (0)