Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce chain-spec-generator and document Weight Generation process #127

Merged
merged 59 commits into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from 43 commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
5684244
Adds chain spec generator
bkchr Sep 20, 2023
dc17212
Enable `derive` feature
bkchr Oct 25, 2023
08d8f94
Update changelog
bkchr Oct 25, 2023
8e96073
chain spec generator, load from json (#79)
pepoviola Oct 27, 2023
7fca765
working for asset-hub-polkadot
NachoPal Nov 1, 2023
3fb9304
working for asset-hub-kusama
NachoPal Nov 1, 2023
39a447c
working for collectives-polkadot
NachoPal Nov 1, 2023
7f08136
working for bridge-hub-polkadot
NachoPal Nov 1, 2023
bddb677
done
NachoPal Nov 1, 2023
089e210
fix tool runtimes
NachoPal Nov 3, 2023
36e7ce2
nits
NachoPal Nov 3, 2023
48da426
remove sc-service
NachoPal Nov 9, 2023
2033d5a
fmt
NachoPal Nov 9, 2023
11122b9
fix paras ids
NachoPal Nov 10, 2023
46f9d2c
add runtime-benchmarks feature to chain spec generator
svyatonik Nov 10, 2023
a6336ed
Enable `runtime-benchmarks` feature for chain spec generator (#91)
bkontur Nov 16, 2023
068b489
Merge pull request #1 from svyatonik/gen-chain-spec-for-runtime-bench…
NachoPal Nov 20, 2023
7423ed6
Merge branch 'bkchr-chain-spec-generator' into bkchr-chain-spec-gener…
NachoPal Nov 21, 2023
1e97170
Merge branch 'main' into liam-chain-spec-generator
liamaharon Dec 13, 2023
cd4368d
update to master polkadot-sdk version
liamaharon Dec 14, 2023
1022370
merge nacho
liamaharon Dec 14, 2023
d5028f5
remove unused import
liamaharon Dec 14, 2023
e9087ea
add weight generation readme
liamaharon Dec 14, 2023
2cd8fbf
fix changelog
liamaharon Dec 14, 2023
5fbce11
improve readme
liamaharon Dec 14, 2023
3df88f3
fix changelog
liamaharon Dec 14, 2023
dd6ec80
fix readme
liamaharon Dec 14, 2023
19d4261
profile production
liamaharon Dec 15, 2023
944fccc
improve script
liamaharon Dec 18, 2023
8226b27
address comments
liamaharon Dec 18, 2023
644181a
add subweight instructions
liamaharon Dec 18, 2023
8e7e6d9
remove local
liamaharon Dec 18, 2023
4a9dac3
add note on how to fix xcm weights
liamaharon Dec 19, 2023
7b210e9
xcm edge cases
liamaharon Dec 19, 2023
3673bc4
chain agnostic bench script
liamaharon Dec 19, 2023
187781f
better wording
liamaharon Dec 20, 2023
ba037ac
Update README.md
liamaharon Jan 15, 2024
5b14c89
Update README.md
liamaharon Jan 15, 2024
abe398b
Update README.md
liamaharon Jan 15, 2024
73af796
Merge branch 'main' into liam-chain-spec-generator
liamaharon Jan 15, 2024
1d9be85
update cargo.lock
liamaharon Jan 15, 2024
8b31d21
Update chain-spec-generator/Cargo.toml
liamaharon Jan 15, 2024
fcbdc75
add missing properties
liamaharon Jan 15, 2024
2eb3800
add glutton
liamaharon Jan 15, 2024
d691fa8
Update README.md
liamaharon Jan 16, 2024
807316b
add encointer
liamaharon Jan 16, 2024
efd593a
Merge branch 'liam-chain-spec-generator' of github.com:liamaharon/run…
liamaharon Jan 16, 2024
1951e78
update common.rs
liamaharon Jan 16, 2024
2564ccb
fix paraid
liamaharon Jan 16, 2024
23f1ae5
Update chain-spec-generator/src/relay_chain_specs.rs
liamaharon Jan 16, 2024
dbd200d
Update chain-spec-generator/src/relay_chain_specs.rs
liamaharon Jan 16, 2024
5586572
Update chain-spec-generator/src/relay_chain_specs.rs
liamaharon Jan 16, 2024
c3351ab
Update README.md
liamaharon Jan 16, 2024
9fa600a
Update README.md
liamaharon Jan 16, 2024
718dc1b
Update chain-spec-generator/src/relay_chain_specs.rs
liamaharon Jan 16, 2024
57a80b0
automatically create directory
liamaharon Jan 16, 2024
38ce0a4
update copyright
liamaharon Jan 16, 2024
914c784
copyright
liamaharon Jan 16, 2024
82298fe
move weight generation doc out of readme to standalone
liamaharon Jan 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]

### Added

- Introduce chain spec generator ([polkadot-fellows/runtimes#127](https://github.com/polkadot-fellows/runtimes/pull/127))
- Add [Encointer](https://encointer.org) system parachain runtime, completing [RFC22](https://github.com/polkadot-fellows/RFCs/blob/main/text/0022-adopt-encointer-runtime.md) ([polkadot-fellows/runtimes#80](https://github.com/polkadot-fellows/runtimes/pull/80))

## [1.1.0] 10.01.2024
Expand Down
Loading
Loading