Skip to content

Releases: Fair-Exchange/Safecoin

hello there

14 Jun 07:49
Compare
Choose a tag to compare

image

cd `/Safecoin
git pull
cargo build --release 

Safecoin v1.14.17 Mandatory Upgrade

08 Mar 14:45
Compare
Choose a tag to compare

Safecoin v1.14.17 is a considerable upgrade, to say the very least. 1.14.17 includes all the latest from Solana's v1.14 branch but also the latest from Solana's program library (most notably the token programs). Improvements in efficiency are also ported in from previous Safecoin versions. Additionally, Rocksdb 20.1 has been ported in with notable improvements.

Tested Feature and program activations (triggered after consensus is reached, alongside program library updates) available in this upgrade are too numerous to list, but include:

  • Safecoin's token registry
  • Token upgrade
  • Safeids (can't list everything involved here but it's extensive, also overlaps with governance/voting and other new features)
  • Multisig protection from Squad (https://squads.so/), as well as Solana. Being deployed from the inside out, more on this soon.
  • Binary options
  • Confidential Transactions (pending community discussion)
  • Metaplex/Ledamint v1.85 (massive upgrade)
  • QUIC

And, much more.

For new validators, please see:
https://github.com/Fair-Exchange/Safecoin/blob/master/README.md
https://www.safecoin.org/knowledge-base/validator-set-up-instructions/
https://safecoin.uk

For Validator Operators looking to upgrade: Please kindly do so within 10-14 days of this release, and thank you kindly. The sooner we all update the sooner we can make serious progress.

We strongly recommend all Validators join our discord channel under #validators:
https://discord.gg/bcySxGQbJK

To upgrade:

cd ~/Safecoin
rustup override set 1.65                                   (or you can just set it to stable)
git pull                                                    (more detailed help in #validators if you run into issues here)
cargo build --release
restart validator                                           (using a service is recommended, as per installation instructions above)

Changes to start.sh: "trusted-validator" is now "known-validator"

Current "known validators":
--known-validator AAFXHYrWu6gM8vL2y4gBQHavVFN7EqWY25SrBkwAxUnh
--known-validator 8fGDBcon18U8NPHEu6U7Uvv472trEJQGoTkvqBgGtsR7
--known-validator 4BRXtL6nEKDVJdYPEwgGCfAAvEHT4C4Sj5peQz8kHGZu
--known-validator 4aWxVu4ZjKV9EtuCZi4b8Z1XwsvDWvyyfA7LRXjhDDsA \

Safecoin v1.8.12 Release

14 Jan 08:48
Compare
Choose a tag to compare

This is a simple binary release of Safecoin and Safecoin Program Library, for Linux (compiled on Ubuntu 20.04 LTS).

Mainnet - v1.6.19

07 Sep 06:06
Compare
Choose a tag to compare

This is Safecoin's first Solana-based binary release, a stable release suitable for use on Mainnet Beta.

In this release, token functionality is enabled along with various other programs.