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

Refactor the host <-> runtime interface machinery #7375

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
20fab05
Refactor the host <-> runtime interface machinery
koute Mar 14, 2024
e854ff3
Rename the prdoc file to the correct PR number
koute Mar 14, 2024
b1346cc
Remove redundant lifetimes
koute Mar 14, 2024
5180738
Fix crate name in prdocs
koute Mar 14, 2024
2745774
Remove more redundant lifetimes
koute Mar 14, 2024
d13c67f
Also adjust FRAME benchmarking runtime interface
koute Mar 14, 2024
e0fb03b
Update `polkadot-runtime-metrics` crate
koute Mar 14, 2024
3b87116
Remove `sp-std` dependency from `sp-wasm-interface`
koute Mar 14, 2024
1aab744
Add missing imports to `sp-runtime-interface`
koute Mar 14, 2024
64c37e5
Make `sp_wasm_interface::Result` always return a `String` as an error
koute Mar 14, 2024
d71e093
Make `sp-runtime-interface` always `#[no_std]`
koute Mar 14, 2024
4cd6caa
Merge remote-tracking branch 'origin/master' into master_runtime_inte…
koute Mar 18, 2024
b8aebe1
Switch `runtime-interface` macros to use `substrate_runtime`
koute Mar 18, 2024
feeda1a
Fix `check-features-variants.sh` scripts
koute Mar 18, 2024
11dfa9f
More `feature = "std"` cleanups; fix `full-crypto` feature compilation
koute Mar 18, 2024
8a8dcb0
Update `secp256k1` and `secp256k1-sys` to fix WASM compilation
koute Mar 19, 2024
1163801
Fix `sp-io` compilation under non-runtime `no_std`
koute Mar 19, 2024
af46473
Build frame examples with `--cfg substrate_runtime` on the CI
koute Mar 19, 2024
0a254f5
Propagate `sp-core/std` -> `futures/std` cargo feature
koute Mar 19, 2024
7ff56da
Merge remote-tracking branch 'origin/master' into master_runtime_inte…
koute Mar 19, 2024
2763e81
Fix `pallet_ui` tests
koute Mar 20, 2024
a3dee1f
Merge 'origin/master'; update `crypto_bytes.rs`
koute Mar 20, 2024
022c32c
Disable default features for `sp-externalities` dep in `sp-core`
koute Mar 20, 2024
9a446a8
More `feature = "std"` cleanups to fix `full_crypto` compilation
koute Mar 20, 2024
29c8ddf
Merge remote-tracking branch 'origin/master' into master_runtime_inte…
koute Apr 5, 2024
1e53458
Remove unnecessary `RIType` and `IntoFFIValue` impls
koute Apr 5, 2024
c240e1e
Use associated types in return types
koute Apr 5, 2024
6ac3d06
Make `Primitive` safe and private
koute Apr 5, 2024
ba683e7
Cleanups
koute Apr 5, 2024
1cb22ca
Rename `PassByCodec` to `PassFatPointerAndDecode`
koute Apr 5, 2024
6e606ad
Rename `PassSliceRefByCodec` -> `PassFatPointerAndDecodeSlice`
koute Apr 5, 2024
6d90a1d
Update doc comment
koute Apr 5, 2024
0001db0
Update the docs about the deprecated marshaling strategies
koute Apr 5, 2024
182a6e8
Remove redundant links in the docs
koute Apr 5, 2024
589690d
Merge remote-tracking branch 'origin/master' into master_runtime_inte…
koute Apr 8, 2024
c794600
Update prdoc
koute Apr 8, 2024
a6af3b2
Merge remote-tracking branch 'origin/master' into master_runtime_inte…
koute Apr 16, 2024
60b24a4
Merge remote-tracking branch 'origin/master' into master_runtime_inte…
s0me0ne-unkn0wn Jan 28, 2025
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
Prev Previous commit
Next Next commit
Fix crate name in prdocs
  • Loading branch information
koute committed Mar 14, 2024
commit 5180738649fe0a26954b8db302906ce3a13a81e5
2 changes: 1 addition & 1 deletion prdoc/pr_3689.prdoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ crates:
- name: sp-statement-store
bump: major
note: Requires the new `#[runtime_interface]` macro and associated machinery. Some types don't implement the traits related to the old `#[runtime_interface]` anymore.
- name: sp-crypto
- name: sp-crypto-ec-utils
bump: minor
note: Requires the new `#[runtime_interface]` macro and associated machinery.