v1.4.0 #608
kyonRay
announced in
Announcements
v1.4.0
#608
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v1.4.0
(2024-03-01)
##新增
/trans/getBlock
,system
<feat>(rpc,stub,script): add get block rpc interface, add monitor script, add block and tx timestamp. #588##更新
Block
新增字段public List<Transaction> transactionsWithDetail;
, 用于获取区块时获取详细交易内容BlockHeader
新增字段public long timestamp;
, 用于获取区块时获取时间戳TransactionResponse
新增字段public long timestamp;
, 用于获取交易时获取时间戳What's Changed
New Contributors
Full Changelog: v1.3.1...v1.4.0
This discussion was created from the release v1.4.0.
Beta Was this translation helpful? Give feedback.
All reactions