Skip to content

Commit e4d41dc

Browse files
authoredMar 18, 2025
Merge pull request #13 from casper-network/fix-sidebar-asm
Remove assembly-script from config
2 parents f8f948a + 0357d02 commit e4d41dc

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed
 

‎condor/migration-guide.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ Please see instructions below for your specific SDK language:
6060
- If you are using an SDK not listed in this chapter, please contact the Casper Exchange Support Team.
6161

6262

63-
## Important changes/updates in Casper 2.0(Placeholder - Core Team input required)
63+
## Important changes/updates in Casper 2.0
6464

65-
Casper 2.0 introduces new block structures, transaction formats and retrograde support. More details can be found below/here (LINK or content below).
65+
Casper 2.0 introduces new block structures, transaction formats and retrograde support. More details can be found below.
6666

6767
### 1. New Block Structure
6868

@@ -108,7 +108,7 @@ At the same time, Casper 1.x deploys will continue to be accepted by Casper 2.0,
108108

109109
- Common scenarios where the sidecar may disconnect and how to mitigate them.
110110

111-
## Minimal vs. Full Migration (Placeholder - Core Team input required)
111+
## Minimal vs. Full Migration
112112

113113
It is highly recommended to switch entirely to new API endpoints and adopt new transaction formats.
114114

@@ -117,11 +117,6 @@ However, where full migration is not feasible in the short term, exchanges may c
117117
Minimal migration will be adapting new block and transaction structures.
118118

119119

120-
## Common Integration Issues (Placeholder - Core Team input required)
121-
122-
Placeholder: Cover anticipated issues, including transaction failures and undelegation nuances.
123-
124-
125120
## Casper Exchange Support Team
126121
As an exchange, you likely already have a shared Telegram or Slack channel with the Casper Exchange Support Team. Please keep the Casper team apprised of your progress on migration, as we want to ensure that on the one hand you receive all the possible support from us, and on the other we track ecosystem readiness for Casper 2.0, of which you are an essential component.
127122

‎config/sidebar.config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ module.exports = {
124124
id: "developers/writing-onchain-code/index",
125125
},
126126
items: [
127-
"developers/writing-onchain-code/getting-started",
128-
"developers/writing-onchain-code/assembly-script",
127+
"developers/writing-onchain-code/getting-started",
129128
"developers/writing-onchain-code/simple-contract",
130129
"developers/writing-onchain-code/testing-contracts",
131130
"developers/writing-onchain-code/upgrading-contracts",

0 commit comments

Comments
 (0)