Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
fix: update outdated links (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
krauspt authored Feb 8, 2024
1 parent 7feb960 commit 92c926f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next release

- fix: updating outdated links to external resources in documentation
- feat(client/data-availability): implement custom error handling
- fix: get_block_by_block_hash then default rather than error
- feat(rpc): added `get_state_update` real values from DA db
Expand Down
6 changes: 3 additions & 3 deletions docs/genesis.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Genesis

The genesis of the chain can be found in the [configs]
(<https://github.com/keep-starknet-strange/madara/tree/main/configs/genesis_assets>)
(<https://github.com/keep-starknet-strange/madara/tree/main/configs/genesis-assets>)
folder. The genesis is defined in the form of a JSON file containing the
following:

Expand All @@ -17,11 +17,11 @@ following:
- storage: list of tuples containing the storage key and the storage value.
Please note that the storage key is itself a tuple, containing the contract
address for which storage is set and the
[Starknet storage key](https://docs.starknet.io/documentation/architecture_and_concepts/Contracts/contract-storage/#storage_variables).
[Starknet storage key](https://docs.starknet.io/documentation/architecture_and_concepts/Smart_Contracts/contract-storage/#storage_variables).

The below defines all hardcoded values set in the geneses:

## Node genesis [link](https://github.com/keep-starknet-strange/madara/tree/main/crates/node/src/genesis_assets/genesis.json)
## Node genesis [link](https://github.com/keep-starknet-strange/madara/tree/main/configs/genesis-assets/genesis.json)

### Contract classes node genesis

Expand Down
2 changes: 1 addition & 1 deletion docs/project-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Madara node exposes a number of capabilities:
the state of the network. Substrate makes it possible to supply custom
consensus engines and also ships with several consensus mechanisms that have
been built on top of
[Web3 Foundation research](https://research.web3.foundation/en/latest/polkadot/NPoS/index.html).
[Web3 Foundation research](https://research.web3.foundation/Polkadot/protocols/NPoS).
- RPC Server: A remote procedure call (RPC) server is used to interact with
Substrate nodes.

Expand Down

0 comments on commit 92c926f

Please sign in to comment.