Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Jan 20, 2025
1 parent 155b0ff commit 3d46e91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## master
## 2.2

* Fix Shackleton rich list to use less memory during computation (#213)
* Add signed trustnet information to PeerInfo messages
Expand Down
2 changes: 1 addition & 1 deletion lib/src/Globals.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class Globals
{
public static final String VERSION = "2.1.0-dev";
public static final String VERSION = "2.2.0-release";

public static final int POW_LOOK_PASSES = 6;

Expand Down
3 changes: 3 additions & 0 deletions lib/src/NetworkParamsProd.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ public List<String> getFallbackSeedUris()
// SIP5 - approved 2022.02.14
@Override
public int getActivationHeightShards() { return 211600; }

// SIP6 - set to activate around 2025.03.05
public int getActivationHeightPQC() { return 358700; }

@Override
public int getMaxShardId() {return 62; } // allows 32 shards
Expand Down

0 comments on commit 3d46e91

Please sign in to comment.