-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1395 from ACStoneCL/1361_Changelog
1361 Changelog Addition
- Loading branch information
Showing
4 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters