You are viewing a single comment's thread from:

RE: Programming Diary #37: Harnessing AI for lifetime rewards and to enhance the Steem ecosystem

in Steem Dev3 days ago

Hi, I have an offtopic question:

The transaction of your trailing vote for irw has expired. This is the log of steemd:

2396905ms db_with.hpp:101               ~pending_transaction ] Pending transaction became invalid after switching to block 05b079ed63189cd6115f23e4bbda2e3986d6640a 95451629 2025-05-10T17:39:57
2396905ms db_with.hpp:102               ~pending_transaction ] The invalid transaction caused exception 4030100 transaction_expiration_exception: transaction expiration exception

    {"now":"2025-05-10T17:39:57","trx.exp":"2025-05-10T17:39:55"}
    database.cpp:3684 _apply_transaction

    {"trx":{"ref_block_num":31189,"ref_block_prefix":2888023468,"expiration":"2025-05-10T17:39:55","operations":[{"type":"vote_operation","value":{"voter":"remlaps","author":"irw","permlink":"irw-post-2025-05-05","weight":-200}}],"extensions":[],"signatures":["2052193cc3762b0fd71f68f34797a8aea7b224405122278aed09c64a8aedd8324c799010fabe2108bb9c230fee598feb5dfe5a4fa80d82fcfd1a16bd2d55343d3e"]}}
    database.cpp:3712 _apply_transaction
2396906ms db_with.hpp:103               ~pending_transaction ] {"ref_block_num":31189,"ref_block_prefix":2888023468,"expiration":"2025-05-10T17:39:55","operations":[{"type":"vote_operation","value":{"voter":"remlaps","author":"irw","permlink":"irw-post-2025-05-05","weight":-200}}],"extensions":[],"signatures":["2052193cc3762b0fd71f68f34797a8aea7b224405122278aed09c64a8aedd8324c799010fabe2108bb9c230fee598feb5dfe5a4fa80d82fcfd1a16bd2d55343d3e"]}

Do you set the expiration time manually? Do you use an own script for this?

Sort:  
 3 days ago 

Interesting. I'm just voting with "steempy upvote" in a shell script. I don't do anything with the expiration time.

steempy upvote --account ${downVoter} --weight ${WEIGHT} @${AUTHOR}/${PERMLINK} 

Unfortunately, I don't do any logging, so I can't tell what it might've looked like from this side.