Skip to content

Commit

Permalink
make-release.py: Updated release notes and changelog for 7.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Nov 29, 2023
1 parent a7cc323 commit 15ca15f
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 3 deletions.
6 changes: 6 additions & 0 deletions contrib/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
flux (7.0.0) stable; urgency=medium

* 7.0.0 release.

-- Zel Foundation <info@zel.cash> Wed, 29 Nov 2023 23:45:29 +0800

flux (6.2.0) stable; urgency=medium

* 6.2.0 release.
Expand Down
6 changes: 3 additions & 3 deletions doc/authors.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Flux Contributors
==================

Jeremy "Blondfrogs" Anderson (141)
Tadeas Kmenta (63)
Tom Moulton (36)
Jeremy "Blondfrogs" Anderson (175)
Tadeas Kmenta (64)
Tom Moulton (38)
Miles Manley (18)
Cabecinha84 (7)
Jack Grigg (4)
Expand Down
51 changes: 51 additions & 0 deletions doc/release-notes/release-notes-7.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
Changelog
=========

Tadeas Kmenta (3):
Update .travis.yml
make-release.py: Versioning changes for 7.0.0.
make-release.py: Updated manpages for 7.0.0.

Tadeas Kmenta (1):
update download url

Tom Moulton (2):
Revert "Revert "Patch boost thread_data for ubuntu 21.10 build""
Updated test code to use additional coins to test limits of MAX_MONEY all GTests now pass again 100%

Jeremy "Blondfrogs" Anderson (34):
Start P2SH fluxnodes
Add support for new fluxnode tx format, create fork code
Add all core checks for P2SH nodes
Add Google Test for P2SH nodes
Tests, and fixes
Add better logging
Make comparison == instead of XOR
Build rpc calls for building, signing, sending p2shnode start transactions
Add descriptions to new rpc calls
Update timestamp to match block hash timestamp
Remove XOR
Rename 1
Rename 2
Rename 3
Remove collateralpubkey in p2sh start txes
Remove collateralpub req when p2sh, add additional checks
Add latest benchmark key
Set new testnet chainparams for 1 minute blocks
Add new testnet block into chainparams
upgrade.cpp
Update proto version, and testnet blockchain checks
Add rawtransaction json
Remove maptxheighttracker, add some logging
Remove DosHeights tracker map
Make a uint so we can use the 8th bit
Not change type, do bitmask check
Update timestamp for new publickey
Flux defaults to version 5 tx
Fix rpc bug, fix regtest
GTests now pass 100%
Update MAX_MONEY to correct value
Createconfirmationtransaction now gets fluxbench sign, and broadcasts
Final timestamp, blockheight for P2SH Fork
add back inital blockchain sync check

0 comments on commit 15ca15f

Please sign in to comment.