文件名称:BokkyPooBahsDateTimeLibrary:节能高效的DateTime库
文件大小:2.25MB
文件格式:ZIP
更新时间:2024-02-24 06:57:24
library datetime ethereum solidity gas
BokkyPooBah的DateTime库 节省气体的Solidity日期和时间库。 此日期转换库不使用循环和查找表,而是使用公式将年/月/日的hour:minute:second转换为Unix时间戳并返回。 有关更多说明,请参见。 感谢 , 和帮助验证此库。 也要感谢询问leap秒。 目录 历史 版 日期 笔记 v1.00预发布 2018年5月25日 “ Rarefaction”预发布。 我目前正在尝试对该库进行审核,因此请不要在生产模式下使用。 v1.00预发行版 2018年6月2日 “ Rarefaction”预发布a。 为了方便起见,添加了包装器。 对图书馆进行了一系列。 v1.00-预发布-b 2018年6月4日 “ Rarefaction”预发布b。 内部功能取代了公共功能,以简化EtherScan验证 。 具有内同的到地址为的中 v1.00预发布C 六月8 2018 “ Rarefaction”预发布c。 新增require(year >= 1970)以_daysFromDate(...)在所强调的的审计 v1.00-预发布-d 2018年9月1日 “
【文件预览】:
BokkyPooBahsDateTimeLibrary-master
----flattened()
--------TestDateTime_flattened.sol(20KB)
----deployment()
--------BokkyPooBahsDateTimeContract_flattened_v1.00.sol(21KB)
--------deployment-v1.00-prerelease.md(20KB)
----.gitattributes(33B)
----images()
--------clocks.png(1.76MB)
----scripts()
--------solidityFlattener.pl(4KB)
----contracts()
--------TestDateTime.sol(7KB)
--------BokkyPooBahsDateTimeContract.sol(9KB)
--------BokkyPooBahsDateTimeLibrary.sol(13KB)
----LICENSE(1KB)
----test()
--------TestDateTime.js(21KB)
--------deploymentData.js(30KB)
--------functions.js(24KB)
--------test1results.txt(115KB)
--------BokkyPooBahsDateTimeLibrary.js(462B)
--------TestDateTime.sol(7KB)
--------testchain()
--------genesis.json(4KB)
--------README.md(2KB)
--------test1output.txt(169KB)
--------02_attachGeth.sh(184B)
--------00_runGeth.sh(521B)
--------settings(561B)
--------01_test1.sh(30KB)
--------BokkyPooBahsDateTimeLibrary.sol(13KB)
----README.md(30KB)
----docs()
--------timestampToDateTime.png(165KB)
--------ConvertingBetweenJulianDatesAndGregorianCalendarDates.pdf(88KB)
--------timestampFromDateTime.png(184KB)
----.gitignore(119B)