aboutsummaryrefslogtreecommitdiffstats
path: root/core/consensus-timestamp_test.go
Commit message (Expand)AuthorAgeFilesLines
* core: latticeData supports config change (#190)Mission Liao2018-10-121-6/+4
* core: change interface (#193)Mission Liao2018-10-111-1/+1
* core: Check Witness height. Add ConsensusTime and ConsensusHeight to block. (...Jimmy Hu2018-10-041-1/+1
* core: publish round based config (#165)Mission Liao2018-10-031-4/+6
* Rename validator* to node* (#120)Mission Liao2018-09-201-4/+4
* core: rename Notary (Acks) to Witness (#118)Wei-Ning Huang2018-09-191-1/+1
* core: timestamp (#98)Jimmy Hu2018-09-111-132/+67
* core: Remove notary ack. (#64)Jimmy Hu2018-08-161-1/+1
* crypto: Add crypto module. (#34)Jimmy Hu2018-08-081-1/+1
* Rename names of struct and filesMission Liao2018-08-061-0/+206
umn1'>| | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 * devel/boehm-gc: update to 7.6.8fernape2018-09-011-1/+1 | | | | | | | | | | | | ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8 * Giving maintainership to yasu@utahime.org * Bumping PORTREVISION for dependent ports PR: 230577 Submitted by: yasu@utahime.org Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16704 * Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6cpm2018-06-011-1/+1 | | | | | PR: 228597 Approved by: portmgr (antoine) * Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4cpm2018-03-101-1/+1 | | | | | | | PR: 225560 Submitted by: Yasuhiro KIMURA <yasu@utahime@org> Reviewed by: cpm Approved by: portmgr (antoine)