Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

latest upstream merge #179

Merged
merged 548 commits into from
Mar 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
548 commits
Select commit Hold shift + click to select a range
67c8cad
Use path instead of ident (#7809)
shawntabrizi Dec 30, 2020
b442214
Add proper `commit_all` to `TestExternalities` (#7808)
bkchr Dec 30, 2020
0fc8329
Define ss58 prefix inside the runtime (#7810)
athei Dec 30, 2020
2eaeb91
remove some unecessary bound (#7813)
gui1117 Jan 1, 2021
e8a8301
Fix ss58check test when executed with other tests (#7815)
bkchr Jan 3, 2021
5215cd7
Cleanup some warnings (#7816)
andresilva Jan 3, 2021
9b08105
Happy new year (#7814)
bkchr Jan 4, 2021
d972eb1
contracts: Allow runtime authors to define a chain extension (#7548)
athei Jan 4, 2021
28ffe37
*: Update to libp2p v0.33.0 (#7759)
mxinden Jan 4, 2021
fcdba68
contracts: Lazy storage removal (#7740)
athei Jan 4, 2021
3a904bb
fix template (#7823)
gui1117 Jan 4, 2021
30009d9
rename HEADER files so that they are consistent with LICENSE filename…
andresilva Jan 5, 2021
91dd683
contracts: Prevent contracts from allocating a too large buffer (#7818)
athei Jan 5, 2021
80d7559
Improve error message on where clause on pallet error (#7821)
gui1117 Jan 5, 2021
4dcde7e
Feat sp keystore (#7826)
honeywest Jan 5, 2021
0091c09
minor fix (#7828)
kaichaosun Jan 5, 2021
1b840aa
Participation Lottery Pallet (#7221)
shawntabrizi Jan 5, 2021
dbe2031
client/network: Use request response for block requests (#7478)
mxinden Jan 5, 2021
a2ee0b4
fix : remove `_{ }` syntax from benchmark macro (#7822)
stanly-johnson Jan 6, 2021
170eed5
Improve spans of pallet macro (#7830)
gui1117 Jan 6, 2021
71e47d7
Fix master build (#7837)
bkchr Jan 6, 2021
8927543
babe: expose next epoch data (#7829)
andresilva Jan 6, 2021
762f4b0
contracts: Add configurable per-storage item cost (#7819)
athei Jan 6, 2021
e5e7606
upgrade a few dependencies (#7831)
ordian Jan 6, 2021
698d80b
CI: remove squash and fix buildah push (#7841)
TriplEight Jan 6, 2021
b275035
Fix incorrect use of syn::exports (#7838)
bkchr Jan 6, 2021
08a6009
Subkey should not import the entire world. (#7845)
bkchr Jan 7, 2021
c9d9365
Rework priority groups, take 2 (#7700)
tomaka Jan 7, 2021
9c5fc1c
Better Handle Dead Accounts in Balances (#7843)
shawntabrizi Jan 7, 2021
885c1f1
bump fs-swap (#7834)
xlc Jan 8, 2021
df287fe
UniArts reserve SS58 address id 38 (#7651)
tuminfei Jan 8, 2021
c8dd406
Update to futures 0.3.9 (#7854)
tomaka Jan 8, 2021
d1923a4
Store dispatch info of calls locally in weight calculation (#7849)
shawntabrizi Jan 8, 2021
5f3db33
client/network: Re-enable light_client_handler.rs unit tests (#7853)
mxinden Jan 8, 2021
fa40416
Fix max log level (#7851)
bkchr Jan 8, 2021
7120851
Fix missing network for uniarts (#7859)
bigxiang Jan 9, 2021
0fd461c
contracts: Collect rent for the first block during deployment (#7847)
athei Jan 11, 2021
00b41bc
Merge 2.0.1 backport branch into mainline master (#7842)
Xanewok Jan 11, 2021
f6ca02d
Bump cargo-unleash to latest alpha release (#7867)
gnunicorn Jan 11, 2021
8b3e4c8
Bump sha2 from 0.8.2 to 0.9.2 (#7643)
dependabot[bot] Jan 11, 2021
b2f10ed
bumpd minor version (#7873)
gui1117 Jan 12, 2021
af88571
Add Prometheus alerts if unbounded channels are too large (#7866)
tomaka Jan 12, 2021
f977fb8
Bump retain_mut from 0.1.1 to 0.1.2 (#7869)
dependabot[bot] Jan 12, 2021
7a52a74
babe: initialize next authorities on genesis (#7872)
andresilva Jan 12, 2021
928b735
Update serde and parity-multiaddr, to fix master CI (#7877)
tomaka Jan 12, 2021
ecb85f7
Add ss58 version prefix for CORD (from Dhiway) (#7862)
smohan-dw Jan 12, 2021
b2a5019
network-gossip: add metric for number of local messages (#7871)
andresilva Jan 12, 2021
82d97c8
Clean-up pass in network/src/protocol.rs (#7889)
tomaka Jan 13, 2021
05e5892
contracts: Don't read the previous value when overwriting a storage i…
athei Jan 13, 2021
aa8b7db
Fix clear prefix check to avoid erasing child trie roots. (#7848)
cheme Jan 13, 2021
559e56b
CI: test prometheus alerts moved to check; deploy depends on tests; c…
TriplEight Jan 13, 2021
1334eb7
pallet_authority_discovery: introduce current_authorities and next_au…
ordian Jan 13, 2021
c2aa425
make helper error types generics (#7878)
drahnr Jan 13, 2021
f2367f7
Add payment_queryFeeDetails RPC (#7692)
liuchengxu Jan 14, 2021
fae26bb
Use checked math when calculating storage size (#7885)
athei Jan 14, 2021
1c9a9e4
contracts: Cap the surcharge reward by the amount of rent that way pa…
athei Jan 14, 2021
a962daa
Update the Grafana dashboards (#7886)
tomaka Jan 14, 2021
a9bbc7b
Log target before prefix for more consistent logging (#7897)
bkchr Jan 14, 2021
d0b2e7d
contracts: Fix failing benchmark test (#7900)
athei Jan 14, 2021
f1c6725
CI: trigger simnet master and wait for status (#7899)
TriplEight Jan 14, 2021
8ee55dd
Storage chains part 1 (#7868)
arkpar Jan 14, 2021
e6d498a
tests: fix UI test so we can update CI image (#7901)
TriplEight Jan 14, 2021
bb3435a
*: Update to libp2p v0.34.0 (#7888)
mxinden Jan 15, 2021
53fbef5
Fix bad debug_assert (#7904)
tomaka Jan 15, 2021
bfd6826
fix template (#7905)
gui1117 Jan 15, 2021
ab10fb5
improve benchmarking error output (#7863)
ropottnik Jan 15, 2021
caeb3b9
Fix not restoring non-poisoned state (#7906)
tomaka Jan 15, 2021
23ece2f
Add Test for Variable Components in Benchmarking (#7902)
shawntabrizi Jan 15, 2021
946c0e1
fix cargo fmt (#7907)
honeywest Jan 15, 2021
cfb8157
Add ss58 version prefix for Patract/Jupiter (from PatractHubs) (#7785)
atenjin Jan 15, 2021
7a79f54
Introduces account existence providers reference counting (#7363)
gavofyork Jan 16, 2021
d3673c2
fix clippy error (#7912)
honeywest Jan 17, 2021
d42240b
Allow configuring Yamux window size (#7916)
tomaka Jan 18, 2021
4ac74e9
Decouple Stkaing and Election - Part1: Support traits (#7908)
kianenigma Jan 18, 2021
2679599
Feat suppert procedural (#7913)
honeywest Jan 18, 2021
8aa9281
Expose BountyUpdatePeriod. (#7921)
krzysztof-jelski Jan 18, 2021
74a50ab
Add ss58 version prefix for Litentry (#7918)
Satoshi-Kusumoto Jan 18, 2021
cde8232
Address review comments of #7916 (#7917)
tomaka Jan 18, 2021
2b47773
Update details for the Polymesh network (#7919)
adamdossa Jan 18, 2021
6c14fac
Update ss58 registry for Robonomics (#7923)
ensrationis Jan 18, 2021
e3b6315
babe: log block and slot number on verification (#7920)
andresilva Jan 18, 2021
b64ec19
Add explicit limits to notifications sizes and adjust yamux buffer si…
tomaka Jan 19, 2021
e813f62
Freeze Assets and Asset Metadata (#7346)
shawntabrizi Jan 19, 2021
61fa641
Increase UnboundedChannelVeryLarge threshold from 5k to 15k (#7931)
tomaka Jan 19, 2021
2d5a75d
Sync: Propagate block announcement data (#7903)
bkchr Jan 19, 2021
a9ed67e
Disable Nagle algorithm (#7932)
tomaka Jan 20, 2021
4868630
Migrate frame-system to pallet attribute macro (#7898)
ascjones Jan 20, 2021
8f43280
Telemetry per node (#7463)
cecton Jan 20, 2021
2a5e10a
Allow validators to block and kick their nominator set. (#7930)
gavofyork Jan 20, 2021
d5bdd81
Fix elections-phragmen and proxy issue (#7040)
kianenigma Jan 20, 2021
1baeefa
.maintain: Replace sentry-node with local-docker-test-network (#7943)
mxinden Jan 21, 2021
a7fd1e5
Attempt to remove the `where` bounds in arithmetic. (#7933)
kianenigma Jan 21, 2021
3e870d1
Minor contributor docs update (#7948)
gnunicorn Jan 21, 2021
d9e56ef
Make offchain indexing work (#7940)
bkchr Jan 21, 2021
4b687df
Grandpa warp sync request-response protocol (#7711)
expenses Jan 21, 2021
bd5c9a6
Cleaner GRANDPA RPC API for proving finality (#7339)
octol Jan 21, 2021
947a6bc
Allow transaction for offchain indexing (#7290)
cheme Jan 22, 2021
ba50a59
Enable sync mode for paritydb (#7961)
arkpar Jan 24, 2021
aaba404
Very minor typo in the docs (#7967)
g2udevelopment Jan 25, 2021
bb0fb29
Remove hidden item NonExhaustive in syn crate (#7969)
sorpaas Jan 25, 2021
13c75ae
Detect conflicting module names in `construct_runtime!` (#7968)
bkchr Jan 25, 2021
67e6000
pallet minor doc improvment (#7922)
gui1117 Jan 25, 2021
dd173ae
Make pallets use construct_runtime (#7950)
gui1117 Jan 25, 2021
38f723b
client/network/req-resp: Prevent request id collision (#7957)
mxinden Jan 25, 2021
2b43895
use construct_runtime for more pallet (#7974)
gui1117 Jan 25, 2021
65003c5
Migrate some more pallets to construct_runtime (#7975)
ascjones Jan 25, 2021
51d2312
Pallet proc macro doc improvements (#7955)
ascjones Jan 25, 2021
13cdf1c
Refuse to start substrate without providing an explicit chain (#7977)
dvdplm Jan 25, 2021
addf203
client/network: Report reputation changes via response (#7958)
mxinden Jan 26, 2021
4888ac6
Migrate pallet-template to pallet attribute macro (#7981)
g2udevelopment Jan 26, 2021
bc3075c
Fix Network trait implementation not doing what it's supposed to do (…
tomaka Jan 26, 2021
46c510f
Make pallet use construct_runtime in tests instead of impl_* (#7986)
gui1117 Jan 26, 2021
e82518b
Rewrite the async code in `BasicQueue` (#7988)
bkchr Jan 26, 2021
1490be7
grandpa: remove runtime checks in prove_finality (#7953)
octol Jan 26, 2021
d0723f1
Ensure transactional with ? works in frame v2 (#7982)
gui1117 Jan 26, 2021
c003a48
Increase maximum size of transaction notifications (#7993)
tomaka Jan 27, 2021
9c0ae89
Let mock in pallet-template use construct_runtime (#7991)
g2udevelopment Jan 27, 2021
0b0d124
Fix state cache for cumulus (#7990)
arkpar Jan 27, 2021
2d597fc
Merkle Mountain Range pallet improvements (#7891)
tomusdrw Jan 28, 2021
64df2f9
Introduce a `Slot` type (#7997)
bkchr Jan 28, 2021
68d7157
Clarify and expand ProvideInherent docs (#7941)
JoshOrndorff Jan 28, 2021
ae3dabb
Introduce sc_peerset::DropReason (#7996)
tomaka Jan 29, 2021
a51a988
Doc fixes for sc-telemetry & API struct rename (#7934)
cecton Jan 29, 2021
1d5d13a
Fix telemetry span not entering properly & enter span in sc-cli (#7951)
cecton Jan 29, 2021
93b231e
Update parity-scale-codec to 2.0 (#7994)
gui1117 Jan 29, 2021
caff191
Test is_inherent_required (#8002)
4meta5 Jan 29, 2021
9659509
Sync: Fix issue of not freeing a block announcement slot (#8006)
bkchr Jan 29, 2021
a45e3f2
CI: return flaming fir deployment (#8007)
TriplEight Jan 29, 2021
30ec0be
chore: fix typos (#8013)
yjhmelody Feb 1, 2021
017a9a0
Fix tracing spans are not being forwarded to spawned task (#8009)
bkchr Feb 1, 2021
043cb0a
make AllModules public (#8017)
apopiak Feb 1, 2021
5a5f06e
client/network: Use request response for light client requests (#7895)
mxinden Feb 1, 2021
b7fc46d
relax translate closure to FnMut (#8019)
apopiak Feb 1, 2021
26f3d68
Remove outdated Grafana information (#8012)
tomaka Feb 1, 2021
b201d7c
contracts: Emit event on contract termination (#8014)
athei Feb 2, 2021
7cb5eed
Fix tracing tests (#8022)
bkchr Feb 2, 2021
aaf6598
contracts: Improve documentation (#8018)
athei Feb 2, 2021
d5b0856
Disable Kademlia random walk when --reserved-nodes is passed (#7999)
tomaka Feb 2, 2021
81ca765
Convert AURA to new pallet macro (#8020)
bkchr Feb 2, 2021
bc69520
Rename system_networkState to system_unstable_networkState (#8001)
tomaka Feb 2, 2021
075796f
Decouple the session validators from im-online (#7127)
liuchengxu Feb 2, 2021
c7f52d1
better formatting for doc comments (#8030)
JoshOrndorff Feb 2, 2021
5a94966
Add a send_request function to NetworkService (#8008)
eskimor Feb 2, 2021
56c64cf
Storage chains: serve transactions over IPFS/bitswap (#7963)
arkpar Feb 3, 2021
9d7b884
Improve log line (#8032)
tomaka Feb 3, 2021
2fb4534
Export `IfDisconnected` in public module. (#8034)
eskimor Feb 3, 2021
9b40d50
frame-system: Index type 'MaybeSerializeDeserialize' bound. (#8035)
shaunxw Feb 3, 2021
f80d23b
contracts: Make ChainExtension trait generic over the runtime (#8003)
athei Feb 3, 2021
840478a
AURA: Switch to `CurrentSlot` instead of `LastTimestamp` (#8023)
bkchr Feb 3, 2021
dc02c65
contracts: Charge rent for code storage (#7935)
athei Feb 4, 2021
169b16f
Migrate assets pallet to new macros (#7984)
dvdplm Feb 4, 2021
85c479f
babe, grandpa: cleanup stale equivocation reports (#8041)
andresilva Feb 4, 2021
05eb8d9
move some pallet test to use construct_runtime (#8049)
gui1117 Feb 4, 2021
6105169
Migrate more pallet tests to construct_runtime (#8051)
ascjones Feb 4, 2021
a675f9a
Update dependencies ahead of next release (#8015)
gnunicorn Feb 4, 2021
3c9b031
transaction-pool: drop unpropagable txs if local node cant author blo…
andresilva Feb 4, 2021
cc71cca
Fix some problems with `prove_warp_sync` (#8037)
expenses Feb 5, 2021
09ba69f
CheckSpecVersion reference fix (#8056)
al3mart Feb 5, 2021
f14488d
contracts: Remove ConfigCache (#8047)
athei Feb 5, 2021
26e9a11
Extend SS58 network identifiers (#8039)
gavofyork Feb 6, 2021
0b719f8
Use construct_runtime in tests (#8059)
gui1117 Feb 6, 2021
bbc7b0e
Bump wasmtime from 0.19.0 to 0.22.0 (#7865)
dependabot[bot] Feb 8, 2021
29aca98
Remove backwards-compatibility networking hack (#8068)
tomaka Feb 8, 2021
07a5f29
Switch to latest `impl-trait-for-tuples` (#8082)
bkchr Feb 9, 2021
66cfa92
Add Crust Network SS58 Address (#8064)
badkk Feb 9, 2021
077c480
Add Ares SS58 address type (#8061)
jiyilanzhou Feb 9, 2021
273bc7b
Replace last usages of `<() as PalletInfo>` in substrate (#8080)
gui1117 Feb 9, 2021
4777aba
Remove PalletInfo impl for () (#8090)
ascjones Feb 9, 2021
48e9d49
WasmExecutor takes a cache directory (#8057)
pepyakin Feb 9, 2021
9c5da5c
Add Aventus ss58 address (#8050)
nahuseyoum Feb 9, 2021
28b950e
sc-network: switch on default features for libp2p on non-wasm-builds …
gnunicorn Feb 10, 2021
91a7418
pallet macro: easier syntax for `#[pallet::pallet]` with `struct Pall…
gui1117 Feb 10, 2021
90c9706
Pallet attribute macro migrate guidelines minor fixes (#8094)
shaunxw Feb 10, 2021
90bb153
Switch to use `diener patch` for companion build (#8073)
bkchr Feb 10, 2021
22441aa
Migrate pallet-balances to pallet attribute macro (#7936)
ascjones Feb 10, 2021
ce018b8
babe, grandpa: set longevity for equivocation report transactions (#8…
andresilva Feb 10, 2021
ba290e0
Migrate pallet-timestamp to pallet attribute macro. (#8078)
shaunxw Feb 10, 2021
12562bb
Use log level error to report telemetry (#8097)
cecton Feb 10, 2021
49a4103
Releasing 3.0 (#8098)
gnunicorn Feb 10, 2021
3957f43
[CI] Move check_labels to github actions (#8099)
s3krit Feb 11, 2021
27c03f2
Update sc-finality-grandp-warp-sync to 0.9.0 and remove 'publish = fa…
expenses Feb 12, 2021
4e50238
Remove all code related to sentry nodes (#8079)
tomaka Feb 15, 2021
386914e
Add code blocks to doc diagrams (#8118)
shawntabrizi Feb 15, 2021
13b6998
Simplify runtime api error handling (#8114)
bkchr Feb 15, 2021
171ad23
CI: temp. allow cargo deny to fail (#8122)
TriplEight Feb 15, 2021
da6b3e2
Update Grafana dashboards (#8127)
tomaka Feb 15, 2021
e03ca38
grandpa: make the VotingRule API async (#8101)
andresilva Feb 15, 2021
d054593
Create a macro which automates creation of benchmark test suites. (#8…
coriolinus Feb 16, 2021
5e8df39
Move dust collection hook to outside of account mutate (#8087)
gavofyork Feb 16, 2021
fb1b15c
fix deprecated usage of panic (#8134)
gui1117 Feb 16, 2021
7d2de01
Remove inherent in pallet-babe (#8124)
gui1117 Feb 16, 2021
743accb
Fix telemetry span not entering properly attempt 3 (#8043)
cecton Feb 17, 2021
cd11670
Unbreak browser test CI (#8149)
tomaka Feb 18, 2021
75a2d29
Benchmark macro: Allow multiple bounds in where (#8116)
weichweich Feb 18, 2021
ca63242
Make it clear in CLI that paritydb is experimental (#8152)
bkchr Feb 18, 2021
2c99434
Extract transactions handling from protocol.rs (#8110)
tomaka Feb 18, 2021
f53d72f
Remove `OnSlot` associated type (#8156)
bkchr Feb 18, 2021
1c842c4
Fix warning in rustdoc job (#8159)
bkchr Feb 19, 2021
9029ab0
CI: test and update ci image, codeowners (#8142)
TriplEight Feb 19, 2021
394c52e
Migration testing runtime API/Bot (#8038)
kianenigma Feb 19, 2021
3c1c49e
Ensure we spawn the block import worker as an essential task (#8155)
bkchr Feb 19, 2021
e808d14
Update to libp2p-0.35.1 (#8141)
romanb Feb 22, 2021
824adac
contracts: Consider contract size in weights (#8086)
athei Feb 22, 2021
11e879f
Allow `transfer_keep_alive` to transfer all free balance (#8125)
gui1117 Feb 22, 2021
fd88fbf
Migrate examples to use pallet macro (#8138)
gui1117 Feb 22, 2021
5949485
Make keystore return `None` when a key doesn't exist (#8163)
bkchr Feb 22, 2021
4f9ee57
contracts: Convert to framev2 macros (#8157)
athei Feb 22, 2021
061ff5d
Fix: stash account reaped when ledger.active == ED (#8170)
gui1117 Feb 22, 2021
2237564
Bump thread_local (#8174)
arkpar Feb 22, 2021
528c14b
Return number of keys removed when calling `storage_kill` on child tr…
shawntabrizi Feb 22, 2021
904495b
Make Regex in ss58codec and secret phrase crypto static (#8117) (#8177)
anvie Feb 22, 2021
e6ac7e7
Add a Prometheus alert on no incoming connection (#7517)
tomaka Feb 23, 2021
27e1f89
Bump lru dependency (#8182)
tomaka Feb 23, 2021
1c434cd
Decouple Staking and Election - Part 2 Unsigned Phase (#7909)
kianenigma Feb 23, 2021
ad8c585
Remove suicide from frame_system weights (#8184)
s3krit Feb 23, 2021
c736c60
Reserve ss58 prefix 48 for Neatcoin (#8165)
sorpaas Feb 23, 2021
8643b9d
Make `on_slot` return the block with the post header (#8188)
bkchr Feb 24, 2021
6bd9aad
[multisig, insubstantial] WeightTooLow -> MaxWeightTooLow (#8112)
Feb 24, 2021
1db5108
Update lib.rs (#8192)
kianenigma Feb 24, 2021
beff566
Add some debug_asserts for #8171 (#8181)
tomaka Feb 24, 2021
1c34ccf
Display nicer inspect results. (#8198)
tomusdrw Feb 24, 2021
7a6d60d
Move proof generation to the type system level (#8185)
bkchr Feb 24, 2021
5d72a5a
grandpa: rewrite warp sync proof generation (#8148)
andresilva Feb 25, 2021
4b5b9bd
Add ss58 prefix for HydraDX (#8058)
jak-pan Feb 25, 2021
1febf99
allow to write pre and post runtime upgrade in pallet macro (#8194)
gui1117 Feb 25, 2021
df6a400
Add an is_finished boolean to the grandpa warp sync response (#8203)
expenses Feb 25, 2021
74d5612
Fix networking debug_asserts (#8200)
tomaka Feb 25, 2021
6fae4a1
pallet macro broke `benchmarks_instance`, fix by introducing `benchm…
gui1117 Feb 25, 2021
f6de92e
Frame Benchmarking v3.1.0 released (#8206)
gnunicorn Feb 25, 2021
debec91
contracts: Release as v3.0.0 and add reserved field to `ContractInfoO…
athei Feb 25, 2021
ec498bb
chore: fix typos for contract (#8178)
yjhmelody Feb 26, 2021
ad626b0
Fix transactions not being propagated to authorities (#8212)
tomaka Feb 26, 2021
28107d4
Better identifier and logging for runtime upgrades (#8123)
kianenigma Feb 26, 2021
a6ff3d3
Fix ignored error in benchmark tests (#8214)
gui1117 Feb 26, 2021
88ba0e6
Gilts Pallet (#8139)
gavofyork Feb 27, 2021
2dd569a
emit event on remark (#8120)
xlc Feb 28, 2021
e84d2ae
grandpa: maintain invariants when evaluating aggregated voting rules …
andresilva Feb 28, 2021
7190b82
Merge branch 'master' into update/latest-upstream-merge
Mar 1, 2021
4cd2519
Fix merge build issue
Mar 1, 2021
dd29596
Init `RuntimeLogger` automatically for each runtime api call (#8128)
bkchr Mar 1, 2021
7bd6b86
babe: make plan_config_change callable (#8233)
andresilva Mar 1, 2021
172c7f8
Fix state mismatch in case of bad handshake (#8230)
tomaka Mar 1, 2021
8088a87
Update Rust toolchain
Mar 1, 2021
6119976
Merge branch 'master' into update/latest-upstream-merge
Mar 2, 2021
4981825
Delete some of the files which are specific to Polkadot's maintenance
Mar 2, 2021
30ac0e9
Fix attestation build and enable it
Mar 2, 2021
1cbb609
Fix Generic Asset
Mar 3, 2021
17adc9e
Merge branch 'develop' into update/latest-upstream-merge
Mar 3, 2021
c841c26
Fix the previous merge
Mar 3, 2021
6caa130
Remove github actions and workflows until later when we adjust them f…
Mar 3, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ commands:
source ~/.cargo/env
rustup install $RUST_VERSION
rustup default $RUST_VERSION
rustup install nightly-2020-11-16
rustup target add wasm32-unknown-unknown --toolchain=nightly-2020-11-16
rustup install nightly-2021-02-28
rustup target add wasm32-unknown-unknown --toolchain=nightly-2021-02-28
rustup target add x86_64-unknown-linux-musl --toolchain=$RUST_VERSION
export RUSTC_WRAPPER="" # sccache is uninstalled at this point so it must be unset here for `wasm-gc` install
command -v wasm-gc || cargo install --git https://github.com/alexcrichton/wasm-gc --force
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
resource_class: large
environment:
BASH_ENV: ~/.cargo/env
RUST_VERSION: 1.49.0
RUST_VERSION: 1.50.0
RUSTC_WRAPPER: sccache
SCCACHE_CACHE_SIZE: 10G
steps:
Expand All @@ -92,7 +92,7 @@ jobs:
resource_class: large
environment:
BASH_ENV: ~/.cargo/env
RUST_VERSION: 1.49.0
RUST_VERSION: 1.50.0
RUSTC_WRAPPER: sccache
SCCACHE_CACHE_SIZE: 10G
steps:
Expand Down
7 changes: 0 additions & 7 deletions .github/allowed-actions.js

This file was deleted.

7 changes: 0 additions & 7 deletions .github/dependabot.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/burnin-label-notification.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/md-link-check.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/mlc_config.json

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/release-bot.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ rls*.log
**/hfuzz_workspace/
.cargo/
.cargo-remote.toml
*.bin
Loading