This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Commit efd5487
Attempting to fix publishing (#9140)
* mark template and utils as non-publish
* switch to development version for testing
* activate unleash check
* maybe if I disable all rules...
* Fix isolated compilation of `max-encoded-len-derive` with `syn`
error[E0369]: binary operation `==` cannot be applied to type `syn::Path`
--> src/lib.rs:88:29
|
88 | .filter(|attr| attr.path == parse_quote!(max_encoded_len_crate))
| --------- ^^ ----------------------------------- _
| |
| syn::Path
error: aborting due to previous error
For more information about this error, try `rustc --explain E0369`.
Error: could not compile `max-encoded-len-derive`
* WIP: bump changes crates since v3 tag to next breaking
cargo unleash version bump-breaking --changed-since v3.0.0
cargo unleash version set-pre dev --changed-since v3.0.0
FIXME: Don't modify crates that are not yet released, e.g.
`max-encoded-len-derive`
* Update lockfile
* WIP: Bump sp-transaction-pool as well
* WIP: Bump sp-offchain as well
* WIP: Bump frame-system-rpc-runtime-api as well
* WIP: Bump sp-authority-discovery as well
* Manually deactivate dev-deps before `cargo unleash check`
Otherwise we run into `Cycle detected` error.
* Bump sp-consensus-slots
* Add missing Cargo.lock change
* Bump sp-consensus-vrf as well
* Bump sp-keyring as well
* Bump sp-consensus-pow as well
* Try to speed up the `unleash-check` job
Previously, the job took 106 minutes - let's see if explicitly
specifying a `CARGO_TARGET_DIR` will help
* fixup: Ensure the temp target dir exists for unleash check
* Bump pallet-transaction-payment-rpc-runtime-api as well
Needed for Polkadot
* Bump pallet-transaction-payment-rpc as well
Needed for Polkadot
* Try updating crates after patching in the Polkadot CI job
* Use another approach to update patched Substrate crates
* Try to update all sp-core versions in Polkadot CI job
* Simplify sp-core version checking
* Apply another shellcheck lint
* Just do the simplest thing I guess
* Welp don't do --offline then
* Clean up `unleash-check` job triggers
Co-authored-by: Denis Pisarev <denis.pisarev@parity.io>
* Fix a note in unleash-check cache step
* Add a note about temporary optimization in cargo-unleash
* Pin a newer version of cargo-unleash
Co-authored-by: Igor Matuszewski <xanewok@gmail.com>
Co-authored-by: Denis Pisarev <denis.pisarev@parity.io>1 parent deac632 commit efd5487
File tree
206 files changed
+2097
-2084
lines changed- .maintain/gitlab
- bin
- node-template
- node
- pallets/template
- runtime
- node
- bench
- browser-testing
- cli
- executor
- inspect
- primitives
- rpc-client
- rpc
- runtime
- test-runner-example
- testing
- utils
- chain-spec-builder
- subkey
- client
- allocator
- api
- authority-discovery
- basic-authorship
- block-builder
- chain-spec
- derive
- cli
- consensus
- aura
- babe
- rpc
- common
- epochs
- manual-seal
- pow
- slots
- uncles
- db
- executor
- common
- runtime-test
- wasmi
- wasmtime
- finality-grandpa-warp-sync
- finality-grandpa
- rpc
- informant
- keystore
- light
- network-gossip
- network
- test
- offchain
- peerset
- rpc-api
- rpc-servers
- rpc
- service
- test
- state-db
- sync-state-rpc
- telemetry
- tracing
- proc-macro
- transaction-pool
- api
- graph
- frame
- assets
- atomic-swap
- aura
- authority-discovery
- authorship
- babe
- balances
- benchmarking
- bounties
- collective
- contracts
- common
- proc-macro
- rpc
- runtime-api
- democracy
- election-provider-multi-phase
- election-provider-support
- elections-phragmen
- elections
- example-offchain-worker
- example-parallel
- example
- executive
- gilt
- grandpa
- identity
- im-online
- indices
- lottery
- membership
- merkle-mountain-range
- primitives
- rpc
- metadata
- multisig
- nicks
- node-authorization
- offences
- benchmarking
- proxy
- randomness-collective-flip
- recovery
- scheduler
- scored-pool
- session
- benchmarking
- society
- staking
- reward-curve
- reward-fn
- sudo
- support
- procedural
- tools
- test
- system
- benchmarking
- rpc/runtime-api
- timestamp
- tips
- transaction-payment
- rpc
- runtime-api
- transaction-storage
- treasury
- try-runtime
- uniques
- utility
- vesting
- primitives
- api
- proc-macro
- test
- application-crypto
- test
- arithmetic
- fuzzer
- authority-discovery
- authorship
- block-builder
- blockchain
- consensus
- aura
- babe
- common
- pow
- slots
- vrf
- core
- database
- externalities
- finality-grandpa
- inherents
- io
- keyring
- keystore
- maybe-compressed-blob
- npos-elections
- compact
- fuzzer
- offchain
- rpc
- runtime-interface
- proc-macro
- test-wasm-deprecated
- test-wasm
- test
- runtime
- sandbox
- session
- staking
- state-machine
- std
- storage
- tasks
- test-primitives
- timestamp
- tracing
- transaction-pool
- transaction-storage-proof
- trie
- utils
- version
- proc-macro
- wasm-interface
- test-utils
- client
- derive
- runtime
- client
- transaction-pool
- test-crate
- test-runner
- utils
- browser
- frame
- benchmarking-cli
- frame-utilities-cli
- remote-externalities
- rpc
- support
- system
- try-runtime/cli
- wasm-builder
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
206 files changed
+2097
-2084
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
| 329 | + | |
334 | 330 | | |
335 | 331 | | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
336 | 337 | | |
337 | 338 | | |
338 | 339 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
91 | 98 | | |
92 | 99 | | |
0 commit comments