Psychedelic / dank

Dank - The Internet Computer Decentralized Bank - A collection of Open Internet Services - Including the Cycles Token (XTC)
GNU General Public License v3.0
58 stars 27 forks source link

release: IC-Token support stage 1 #38

Closed kanej closed 2 years ago

kanej commented 2 years ago

This release adds functionality that will allow us to support https://github.com/dfinance-tech/ic-token

This will be a two stage process, with the old functions being retained but deprecated, while temporary new methods are added. In a future release, the final version of the IC-Token methods will be added, and the intermediary versions marked as deprecated.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1316170549


Changes Missing Coverage Covered Lines Changed/Added Lines %
xtc-history/xtc-history/src/lib.rs 0 3 0.0%
xtc-history/xtc-history-common/src/types.rs 0 5 0.0%
xtc/src/utils.rs 0 14 0.0%
xtc/src/meta.rs 0 19 0.0%
xtc/src/stats.rs 2 22 9.09%
xtc/src/history.rs 1 33 3.03%
xtc/src/ledger.rs 64 134 47.76%
xtc/src/common_types.rs 1 93 1.08%
<!-- Total: 69 324 21.3% -->
Files with Coverage Reduction New Missed Lines %
xtc/src/history.rs 2 28.21%
xtc/src/ledger.rs 2 73.95%
xtc/src/meta.rs 2 0%
../../../github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/num-bigint-0.4.2/src/biguint.rs 12 44.83%
<!-- Total: 18 -->
Totals Coverage Status
Change from base Build 1265846663: -5.4%
Covered Lines: 1658
Relevant Lines: 2984

💛 - Coveralls