Skip to content

Commit

Permalink
Merge pull request #1395 from ACStoneCL/1361_Changelog
Browse files Browse the repository at this point in the history
1361 Changelog Addition
  • Loading branch information
ACStone-MTS authored Feb 22, 2024
2 parents 6ea3050 + 5991ea0 commit c2e26c8
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Documentation updates by protocol release are saved [here](./source/docs/casper/resources/changelog.md).
1 change: 1 addition & 0 deletions config/sidebar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ module.exports = {
//"resources/advanced/list-cspr",
],
},
"resources/changelog",
],
users: [
"users/index",
Expand Down
31 changes: 31 additions & 0 deletions source/docs/casper/resources/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Documentation Updates by Protocol Release

## Condor (2.0)

### Concepts

The following are changes introduced alongside release of the Condor network upgrade.

[Understanding Hash Types](../concepts/hash-types.md) - Additional Key Types.

[Serialization Standard](../concepts/serialization-standard.md) - Serialization information for new types.

[Smart Contracts](../concepts/smart-contracts.md) - Information on the new factory pattern feature for smart contracts.

### Developers

[Building dApps -> Monitoring and Consuming Events](../developers/dapps/monitor-and-consume-events.md) - Information related to contract-level events.

[Casper JSON-RPC API -> Informational JSON-RPC Methods](../developers/json-rpc/json-rpc-informational.md) - New RPC methods.

[Casper JSON-RPC API -> Transactional JSON-RPC Methods](../developers/json-rpc/json-rpc-transactional.md) - New RPC methods.

[Casper JSON-RPC API -> Types](../developers/json-rpc/types_chain.md) - New parameters used by the JSON-RPC API.

[Writing On-Chain Code -> Contract-Level Events](../developers/writing-onchain-code/emitting-contract-events.md) - Guide to the new contract-level events feature.

[Writing On-Chain Code -> Factory Contracts](../developers/writing-onchain-code/factory-pattern.md) - Guide to the new factory pattern for smart contracts.

### Operators

[Private Network -> The Chainspec](../operators/setup-network/chain-spec.md) - Updates to the `chainpsec` relating to contract-level events.
6 changes: 6 additions & 0 deletions source/docs/casper/resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@
| [Quickstart](./quick-start.md) | Install Rust and setup a Casper environment |
| [Beginner](./beginner/index.md) | Learn the basics, such as installing and upgrading contracts |
| [Advanced](./advanced/index.md) | Learn about multi-sig, authorization keys, exchange integration, and storage |

## Documentation Changes

| Topic | Description |
| ----------------------------------------------------------- | ---------------------------------------------------------------- |
| [Documentation Change Log](./changelog.md) | A list of changes made during major protocol releases. |

0 comments on commit c2e26c8

Please sign in to comment.