Releases: nervosnetwork/docs.nervos.org
Releases · nervosnetwork/docs.nervos.org
v2.14.0
New Content
- Add a new Section "History & Hard Fork" including 4 docs:
- Intro to Hard Fork
- CKB Hard Fork History
- History VM Version
- Rethinking Forks
- Add new content for Script sections:
- Add a new doc about Spawn direct cross-script calling
- Add a new Spawn tutorial
- Add a new doc about vm selection mechanism
- Add a new doc about Script upgrade workflow
- Update Script debug docs with multiple methods
- Update ckb js vm tutorial with Meepo Hard Fork version and offckb repl
- Add new docs about CKB transaction fee estimator feature
- Add installation guide & update tutorial overview
- Update the definition of hash_type for Meepo Hard Fork
Fixes
- fix: redirect deadlink of /docs/basics/tools#neuron-wallet
Others
- Clarify the minimal version of CCC used across the doc site
- Split cli-tool into single page doc and bump offckb v0.3.0
- Adjust the child docs order in the Script section
Bump dependencies
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /website by @dependabot in #486
- chore(deps): bump secp256k1 from 3.8.0 to 3.8.1 in /examples/xudt by @dependabot in #487
- chore(deps): bump secp256k1 from 3.8.0 to 3.8.1 in /examples/store-data-on-cell by @dependabot in #488
- chore(deps): bump elliptic and @nervosnetwork/ckb-sdk-utils in /examples/simple-lock/frontend by @dependabot in #489
- chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /website by @dependabot in #511
- chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /examples/simple-lock/frontend by @dependabot in #512
- chore(deps): bump secp256k1 from 3.8.0 to 3.8.1 in /examples/simple-lock/frontend by @dependabot in #513
Full Changelog: v2.13.0...v2.14.0
v2.13.0
Fixes
Dapp Examples
- fix: small bugs in xudt dApp Example by @RetricSu in #473
- fix: use tx.completeInputsByCapacity in dApp examples by @RetricSu in #475
Docs Link
Others
- chore(deps): bump secp256k1 from 3.8.0 to 3.8.1 in /examples/simple-transfer by @dependabot in #474
- chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /website by @dependabot in #480
- chore(deps): bump secp256k1 from 3.8.0 to 3.8.1 in /examples/create-dob by @dependabot in #481
Full Changelog: v2.12.0...v2.13.0
v2.12.0
New Content Added
- docs: add sudt script tutorial by @RetricSu in #467
- Ecosystem: remove nervosscan, add nervdao by @yixyxiu in #464
- docs: Syscalls 3 update by @linnnsss in #466
Fixes
- rephrasing & typo fixing by @tea2x in #459
- fix(docs): update const error-code in syscall page by @RetricSu in #468
- fix: too long ccc name in landing page by @RetricSu in #470
Others
- chore(deps): bump next from 14.2.3 to 14.2.10 in /examples/simple-lock/frontend by @dependabot in #455
- chore: bump v2.12.0 by @RetricSu in #469
- feat: merge 2.12.0 into develop by @RetricSu in #471
New Contributors
Full Changelog: v2.11.0...v2.12.0
v2.11.0
Fixes
- update examples to ensure Cells are at least 61 CKB by @yfeng2824 in #447
- refactor(tutorial): dapp examples with CCC SDK and offckb-v3 by @RetricSu in #446
- update quick-start with offckb v3 by @RetricSu in #452
Others
- chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /examples/xudt by @dependabot in #443
- chore(deps): bump elliptic from 6.5.4 to 6.5.7 in /examples/xudt by @dependabot in #442
- chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /examples/create-dob by @dependabot in #441
- chore(deps): bump next from 14.2.3 to 14.2.10 in /examples/simple-lock/frontend by @dependabot in #448
- chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /examples/simple-transfer by @dependabot in #449
- chore(deps): bump express from 4.19.2 to 4.21.0 in /website by @dependabot in #450
Full Changelog: v2.10.0...v2.11.0
v2.10.0
New Content Added
- refactor: How CKB works by @yfeng2824 in #435
- docs: add SDK-CCC by @linnnsss in #436
FIxes
Others
- chore(deps): bump elliptic from 6.5.4 to 6.5.7 in /examples/create-dob by @dependabot in #429
- chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /examples/store-data-on-cell by @dependabot in #431
- chore(deps): bump elliptic from 6.5.5 to 6.5.7 in /examples/simple-lock/frontend by @dependabot in #432
- chore(deps): bump webpack from 5.90.3 to 5.94.0 in /website by @dependabot in #433
- chore(deps): bump elliptic from 6.5.4 to 6.5.7 in /examples/simple-transfer by @dependabot in #434
- refactor: rename ccc title by @RetricSu in #437
- Merge develop into v2 by @RetricSu in #438
- chore: bump v2.10.0 by @RetricSu in #440
- feat: merge v2.10.0 into develop by @RetricSu in #439
New Contributors
Full Changelog: v2.9.0...v2.10.0
v2.9.0
What's Changed
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /examples/simple-lock/frontend by @dependabot in #419
- docs: relocate how to manage tx and create how to query tx state by @linnnsss in #423
- refactor: remove godwoken-related projects by @yfeng2824 in #424
- fix(blog): repl code with new duktape args builder by @RetricSu in #420
- docs: Add CKB vs. BTC & fix broken anchors by @yfeng2824 in #421
- fix(blog): remove \n in js args by @RetricSu in #425
- chore: update new offckb repo url by @RetricSu in #426
- chore: bump v0.2.9 by @RetricSu in #427
- feat: merge v0.2.9 into main by @RetricSu in #428
Full Changelog: v0.2.8...v2.9.0
v0.2.8
What's Changed
- chore(deps): bump braces from 3.0.2 to 3.0.3 in /examples/store-data-on-cell by @dependabot in #412
- chore(deps): bump braces from 3.0.2 to 3.0.3 in /examples/xudt by @dependabot in #413
- chore(deps): bump braces from 3.0.2 to 3.0.3 in /examples/simple-transfer by @dependabot in #414
- update projects and wallets pages by @yfeng2824 in #415
- docs: add transaction management how-to and related new terms by @linnnsss in #416
- chore: bump v0.2.8 by @RetricSu in #417
- feat: merge v0.2.8 into develop by @RetricSu in #418
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
- chore(deps): bump braces from 3.0.2 to 3.0.3 in /examples/create-dob by @dependabot in #398
- fix grammar link & table & assign specific language to code block by @yfeng2824 in #399
- update 404 page & include tracking by @yfeng2824 in #400
- add more auto-redirects by @yfeng2824 in #401
- feat(docs): add type-id script tutorial by @RetricSu in #402
- core: Downgrade docusaurus by @yfeng2824 in #405
- feat(docs): add spore protocol & spore dob-0 by @yfeng2824 in #404
- feat(docs): add debug-script doc by @RetricSu in #403
- feat: Fix rpc link issue by @yfeng2824 in #406
- feat (docs): update the contents of debug-script by @yfeng2824 in #407
- docs: add how-tos on hash calculation by @linnnsss in #408
- update word and links around rpc & store data by @yfeng2824 in #409
- chore: bump v0.2.7 by @RetricSu in #411
- feat: merge v0.2.7 into develop by @RetricSu in #410
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- add tooltip & cell-box image by @yfeng2824 in #365
- chore: update offckb template version by @RetricSu in #366
- Syscalls for script by @linnnsss in #367
- add 2nd batch of tech terms by @linnnsss in #369
- add diagrams to terms & fix links by @yfeng2824 in #370
- chore(deps): bump braces from 3.0.2 to 3.0.3 in /website by @dependabot in #371
- chore(deps): bump ws from 7.5.8 to 7.5.10 in /website by @dependabot in #372
- docs: Extract sdk to individual pages & update devtool by @yfeng2824 in #373
- Migrate xuejie blog by @RetricSu in #374
- add 3rd batch of tech-terms and images by @yfeng2824 in #377
- add serialization by @linnnsss in #376
- docs: added how-tos section with a guide for how to sign a tx by @linnnsss in #379
- refactor: swizzle components to restructure layout by @yfeng2824 in #380
- feat: add howto icon to sidebar & witnessArg img by @yfeng2824 in #384
- feat: add ccc in wallet section by @RetricSu in #382
- Update economics.md by @cryptoto in #387
- Update economics.md by @RetricSu in #388
- refactor: split some contents from quick-start by @RetricSu in #381
- docs: replace interest with rewards by @linnnsss in #391
- docs: replace interest with rewards by @RetricSu in #393
- feat: add vm cycle-limits by @RetricSu in #383
- feat: add common scripts section by @RetricSu in #386
- feat: Fix scrolling behavior for sidebar by @yfeng2824 in #395
- chore: bump v0.2.6 by @RetricSu in #396
- add sidebar icon for common-scripts by @yfeng2824 in #397
- feat: merge v0.2.6 into develop by @RetricSu in #394
New Contributors
Full Changelog: v0.2.5...v0.2.6
v0.2.5
New Content Added
- add hash-lock dApp example by @RetricSu in #355
- Add extra info about address by @RetricSu in #359
- Add organizations & update discord links by @yfeng2824 in #356
- Add halving under mining by @yfeng2824 in #348
Content Updates & Rewrite
- refactor: simplify transfer tutorial by @RetricSu in #336
- Update simple lock tutorial by @yfeng2824 in #360
Fixes
- fix: bump docusaurus 3.4.0 and use redirec-plugin for 3 top links by @RetricSu in #357
- fix: example readme links by @RetricSu in #363
- Fix typo by @RetricSu in #351
- fix: typo ckb-debugger by @RetricSu in #352
- fix typo by @genffy in #353
- fix: typos (#353) by @RetricSu in #354
UI/UX
- Update landing & footer by @yfeng2824 in #345
New Contributors
Full Changelog: v0.2.4...v0.2.5