Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/releases/_category_.json

This file was deleted.

16 changes: 14 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,18 @@ const config: Config = {
favicon: "img/favicon.ico",
organizationName: "settlemint", // Usually your GitHub org/user name.
projectName: "btp-docs", // Usually your repo name.
plugins: [require.resolve("docusaurus-lunr-search")],
plugins: [
require.resolve("docusaurus-lunr-search"),
[
"@docusaurus/plugin-content-blog",
{
id: "releases",
routeBasePath: "releases",
path: "./releases",
blogSidebarCount: "ALL",
},
],
],
presets: [
[
"classic",
Expand All @@ -29,6 +40,7 @@ const config: Config = {
blog: {
showReadingTime: true,
blogTitle: "Developer Blog",
sortPosts: "descending",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand Down Expand Up @@ -59,7 +71,7 @@ const config: Config = {
},
{ to: "/blog/", label: "Developer Blog", position: "left" },
{
href: "/docs/releases/attestation-service",
href: "/releases",
label: "Releases",
position: "right",
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Self-Managed platform v7

![Changelog Image](../../static/img/releases/self-managed-platform-v7.png)

**Mar 22 2024**
![Changelog Image](../static/img/releases/self-managed-platform-v7.png)

Fully modular overhaul of the self managed platform to enable maximum flexibility in its deployment and feature parity with the Managed Platform

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Managed Platform v7

![Changelog Image](../../static/img/releases/managed-platform-v7.png)

**Apr 02 2024**
![Changelog Image](../static/img/releases/managed-platform-v7.png)

The managed platform has been upgraded to the same codebase as the earlier Self-Managed release, providing a secure and more importantly, low barrier entry to transofring your organisation with Blockchain
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Polygon Amoy

![Changelog Image](../../static/img/releases/polygon-amoy.png)

**Apr 02 2024**
![Changelog Image](../static/img/releases/polygon-amoy.png)

The beloved and widely used Mumbai testnet for Polygon PoS uses Ethereum’s Goerli testnet as its root chain. This means Mumbai counts on Goerli for block production. 
But Goerli is currently scheduled for deprecation, by the end of Q1 2024. The Amoy testnet for Polygon PoS is the replacement and has been launched, a new testnet that provides a low-stakes environment to build, test, and break things. 
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Embedded o11y infrastructure

![Changelog Image](../../static/img/releases/embedded-o11y-infrastructure.png)

**Apr 22 2024**
![Changelog Image](../static/img/releases/embedded-o11y-infrastructure.png)

The platform now includes a complete observability suite. It powers the resource metrics and logs in the platform UI, and includes a Grafana instance for operation personel to track any metric they wish to follow.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Hashgraph Hedera

![Changelog Image](../../static/img/releases/hashgraph-hedera.png)

**Jun 27 2024**
![Changelog Image](../static/img/releases/hashgraph-hedera.png)

Hedera is a public distributed ledger technology (DLT) network that was launched in August 2018 by Hedera Hashgraph, LLC. It uses the Hashgraph consensus algorithm, which is a unique and novel approach to achieving consensus in a distributed network.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Installation guide for Google Cloud Platform

![Changelog Image](../../static/img/releases/installation-guide-for-google-cloud-platform.png)

**Jul 10 2024**
![Changelog Image](../static/img/releases/installation-guide-for-google-cloud-platform.png)

Getting started with the self-managed platform might seem daunting, but in practice it is not that complex. To showcase this we have open-sourced a complete guide and Terraform module to do so on GCP. From 0 to hero in about 30 minutes!

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Smart Contract Set Portal

![Changelog Image](../../static/img/releases/smart-contract-set-portal.png)

**Jul 23 2024**
![Changelog Image](../static/img/releases/smart-contract-set-portal.png)

The Smart Contract Portal is a middleware which creates an easy to use api on top of your smart contracts. It can be used with all EVM-compatible chains like Ethereum, Hyperledger Besu, Polygon, Binance Smart Chain, Avalanche, etc. You can run it on your own blockchain nodes (both public and permissioned) or on a Load Balancer.
Benefits of using the smart contract portal:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Audit logs

![Changelog Image](../../static/img/releases/audit-logs.png)

**Jul 30 2024**
![Changelog Image](../static/img/releases/audit-logs.png)

Every application and organization/workspace now has full access to the audit log. This will help you ensure maximum compliance in enterprise environments.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Customize Genesis, Bootnode lists and key material

![Changelog Image](../../static/img/releases/customize-genesis-bootnode-lists-and-key-material.png)

**Aug 01 2024**
![Changelog Image](../static/img/releases/customize-genesis-bootnode-lists-and-key-material.png)

You can now create new consortium networks where you have the capability to customize literally everything.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Attestation Service

![Changelog Image](../../static/img/releases/attestation-service.png)

**Aug 23 2024**
![Changelog Image](../static/img/releases/attestation-service.png)

The Attestation Service is a groundbreaking framework designed to facilitate the creation, management, and verification of attestations on EVM cpmpatible blockchains (public or cosortium). By leveraging the decentralized and immutable nature of blockchain technology, it allows individuals and organizations to issue verifiable statements of fact, which can include anything from identity verification to compliance with regulatory standards. This service empowers users to maintain control over their data while providing transparency and trustworthiness to various processes.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Support QBFT for Besu

![Changelog Image](../../static/img/releases/support-qbft-for-besu.png)

**Aug 29 2024**
![Changelog Image](../static/img/releases/support-qbft-for-besu.png)

QBFT (Quorum Byzantine Fault Tolerance) is the latest consensus algorithm now available in Hyperledger Besu on the SettleMint platform. This proof-of-authority consensus mechanism is designed to provide enhanced security, scalability, and performance for enterprise blockchain networks. QBFT ensures that all participating nodes in the network agree on the state of the blockchain, even in the presence of potentially malicious actors or network failures. By utilizing a leader-based system with rotating block proposers, QBFT maintains network integrity while allowing for efficient transaction processing.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Customize Kubernetes deployment settings

![Changelog Image](../../static/img/releases/customize-kubernetes-deployment-settings.png)

**Sep 25 2024**
![Changelog Image](../static/img/releases/customize-kubernetes-deployment-settings.png)

The feature to customize Kubernetes deployment settings within SettleMint offers users an intuitive user interface (UI) that simplifies the management of deployed services in self-managed installations. This UI provides a comprehensive set of options for adjusting key deployment parameters, such as annotations, labels, tolerations, affinity, and node selectors. By making these customization options readily accessible, SettleMint enables users to tailor their Kubernetes configurations to better align with their specific operational needs and infrastructure requirements, fostering a more efficient and optimized deployment process.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# User Wallet Manager

![Changelog Image](../../static/img/releases/user-wallet-manager.png)

**Sep 27 2024**
![Changelog Image](../static/img/releases/user-wallet-manager.png)

The User Wallet Manager feature within SettleMint provides a sophisticated and elegant solution for account management and identity masking through the use of Hierarchical Deterministic (HD) wallets. These HD wallets generate a structured hierarchy of private/public key pairs from a single master seed, allowing users to create a unique address for every transaction. This approach not only enhances privacy and security—since the addresses are related but not publicly linked—but also streamlines the management of keys. Users can efficiently create multiple child wallets under a single parent wallet, making it easy to categorize funds and back up their assets securely.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Support the Soneium Network

![Changelog Image](../../static/img/releases/support-the-soneium-network.png)

**Oct 02 2024**
![Changelog Image](../static/img/releases/support-the-soneium-network.png)

SettleMint’s support for the Soneium testnet is a significant boost for developers wanting to build on this efficient blockchain platform. Soneium is designed for scalability and offers a great environment for testing decentralized applications (dApps) before going live. With this integration, developers can take advantage of SettleMint’s powerful tools while experimenting with Soneium’s features, like low transaction costs and high processing speed. This makes it easier for teams to test their applications effectively and make quick adjustments as needed.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Integration of external consortia

![Changelog Image](../../static/img/releases/integration-of-external-consortia.png)

**Oct 04 2024**
![Changelog Image](../static/img/releases/integration-of-external-consortia.png)

We’re excited to introduce a new feature in SettleMint that lets you connect directly to existing Hyperledger Besu and Quorum blockchain networks run by other organizations. This is a big win for businesses already involved in blockchain consortia or those looking to join one. With this feature, you can create nodes on the SettleMint platform and easily integrate with these permissioned networks, making collaboration with external partners more streamlined and secure.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Run anything as a custom deployment

![Changelog Image](../../static/img/releases/run-anything-as-a-custom-deployment.png)

**Oct 11 2024**
![Changelog Image](../static/img/releases/run-anything-as-a-custom-deployment.png)

SettleMint is excited to announce a powerful new feature: **Run Anything with Custom Deployments**! This feature revolutionizes how users can deploy decentralized applications (dApps) on our platform, offering unprecedented flexibility and control. Whether you’re developing a fintech platform, an NFT marketplace, or a DeFi solution, Custom Deployments let you seamlessly integrate your custom-built front-end and web technologies while leveraging the robust blockchain backend that SettleMint provides.

Expand Down
21 changes: 21 additions & 0 deletions releases/2025-01-02-simplified-subgraph-deployment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Simplified Subgraph Deployments

We've significantly simplified the subgraph deployment process. Here's what's changed:

**Previously:**

- Required deploying a smart contract set
- Required IPFS deployment
- Middleware needed explicit connections to both smart contract set and IPFS
- Subgraphs could only be deployed to middlewares from their connected smart contract set

**Now:**

- Deploy middlewares independently without a smart contract set or IPFS required
- Deploy subgraphs from any smart contract set to any middleware within an application

**Key Benefits:**

- Simplified Architecture: Reduced deployment complexity and dependencies
- Cost Efficiency: Reuse graph middlewares across different smart contract sets
- Enhanced Flexibility: Freedom to deploy subgraphs from any smart contract set to any middleware