Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Substrate Updates (#513)
Browse files Browse the repository at this point in the history
* anchor rococo-v1.0

* companion: for #substrate-7997

* cargo fmt

* companion: for #substrate-7951

* companion: for #substrate-7994

* companion: for #substrate-8012

* companion: for #substrate-8082

* companion: for #substrate-8080

* companion: for #substrate-8076

* companion: for #substrate-8079

* companion: for #substrate-8127

* companion: for #substrate-8124

* companion: for #substrate-8042

* update dependencies

* EVM Deps Updates (#536)

* Update Parity Common (#532)

* try update deps - part 1

* try update deps - part 2

* update codec version

* add missing feature

* add missing feature

* update dependencies

* try update deps - part 3 & migrate mock to `construct_runtime`

* update format

* companion for #substrate-8128 - part 1

* companion for #substrate-8128 - part 2

* migrate mock to `construct_runtime`

* try update deps - part 4

* companion for #substrate-8128  - part 3

* migrate mock to `construct_runtime`

* migrate mock to `construct_runtime`

* update format

* resolve conflicts

* remove test env

* companion for #substrate-8128

* update dvm deps

* companion for #substrate-7127

* fix compile

* companion for #substrate-8038

* companion for #substrate-8155

* companion for #substrate-7517

* companion for #substrate-7909

* companion for #substrate-8148

* update foramt

* companion for #substrate-8123

* update format

* companion for #substrate-8211

* companion for #substrate-8244

* companion for #substrate-8272

* companion for #substrate-8277

* companion for #substrate-8272

* companion for #substrate-8275

* companion for #substrate-7994 - part 2

* companion for #substrate-8076

* update dependencies

* update `RuntimeApiCollection`

* migrate ALL mock to `construct_runtime`!!

* update pallet order

* try resolve deps problem for Darwinia PC2

* simplify runtime & spec

* use darwinia-network/substrate

* initialize council & techcomm members

* update genesis evm accounts

Co-authored-by: bear <2630582710@qq.com>
  • Loading branch information
aurexav and boundless-forest authored Mar 22, 2021
1 parent 73fcbab commit 235e3cb
Show file tree
Hide file tree
Showing 113 changed files with 3,118 additions and 4,162 deletions.
7 changes: 7 additions & 0 deletions .maintain/monitoring/alerting-rules/alerting-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ groups:
annotations:
message: 'The node {{ $labels.instance }} has less than 3 peers for more
than 15 minutes'
- alert: NoIncomingConnection
expr: increase(polkadot_sub_libp2p_incoming_connections_total[20m]) == 0
labels:
severity: warning
annotations:
message: 'The node {{ $labels.instance }} has not received any new incoming
TCP connection in the past 20 minutes. Is it connected to the Internet?'

##############################################################################
# System
Expand Down
Loading

0 comments on commit 235e3cb

Please sign in to comment.