Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
bc8f31c
upgrade all dependencies to polkadot v0.9.22
librelois Jun 8, 2022
ca1f94a
fix runtime compilation
librelois Jun 8, 2022
3ac983f
migrate moonbeam client to jsonrpsee
librelois Jun 9, 2022
f042ea8
remove temporary chain spec file
librelois Jun 10, 2022
879cc4f
use bip32 fork
librelois Jun 10, 2022
5b84204
fix rust tests
librelois Jun 10, 2022
6b0abe4
Merge branch 'master' into moonbeam-polkadot-v0.9.22
librelois Jun 14, 2022
a481c9a
Merge branch 'master' into moonbeam-polkadot-v0.9.22
librelois Jun 14, 2022
b6a5d91
ignore export_current_state
librelois Jun 14, 2022
329cae8
Merge remote-tracking branch 'origin/master' into moonbeam-polkadot-v…
librelois Jun 14, 2022
1dc8438
fix ts tests: the logger is not initialized at startup
librelois Jun 14, 2022
c86ae7f
update frontier
librelois Jun 16, 2022
57c6834
Merge branch 'master' into moonbeam-polkadot-v0.9.22
librelois Jun 20, 2022
4ba6b3e
Merge branch 'master' into moonbeam-polkadot-v0.9.22
librelois Jun 21, 2022
d2185f6
upgrade to polkadot-v0.9.23
librelois Jun 21, 2022
c5d4a5d
fix rust tests
librelois Jun 21, 2022
206b376
Merge branch 'master'
librelois Jun 22, 2022
48ec226
fix rust tests
librelois Jun 22, 2022
530aaf2
fix ts tests
librelois Jun 23, 2022
4995e8b
fix ts tests
librelois Jun 27, 2022
f07c24f
Update frontier
tgmichel Jun 29, 2022
5ee91aa
Merge branch 'master' into moonbeam-polkadot-v0.9.23
librelois Jun 29, 2022
a2fd500
Re-pin frontier
tgmichel Jun 29, 2022
87e36c7
Fix tests, block gas limit within boundaries
tgmichel Jun 29, 2022
040a524
Add mock weight to gas mapping
tgmichel Jun 29, 2022
422584b
update nimbus
librelois Jun 29, 2022
b7f9293
fix tests
girazoki Jun 29, 2022
c78af6f
Fixes missing init logs
Jun 29, 2022
c6838a8
More test fixes
tgmichel Jun 30, 2022
44c47ce
Re-pin frontier
tgmichel Jun 30, 2022
43ed42e
Add hardware benchmark telemetry
librelois Jun 29, 2022
9b9ac35
Add gas estimation on tests
girazoki Jun 30, 2022
97cd7fc
better comment
girazoki Jun 30, 2022
dc08631
remove log
girazoki Jun 30, 2022
53d0880
Merge branch 'master' into moonbeam-polkadot-v0.9.23
Jun 30, 2022
f710c37
Merge branch 'master' into moonbeam-polkadot-v0.9.23
Jun 30, 2022
f00fb35
Fixes call permit precompile dependencies
Jun 30, 2022
8cc9937
Re-pin Frontier
tgmichel Jul 1, 2022
4e824db
More ts tests fixing
tgmichel Jul 1, 2022
d4cc321
prettier
tgmichel Jul 1, 2022
7f0c4d0
Remove `WeightInfo`
tgmichel Jul 1, 2022
a3e4e4f
Merge branch 'master' into moonbeam-polkadot-v0.9.23
tgmichel Jul 1, 2022
70d9332
Merge branch 'master' into moonbeam-polkadot-v0.9.23
tgmichel Jul 1, 2022
9a42d7f
upgrade GH action yogevbd/enforce-label-action
librelois Jul 1, 2022
e37e8d7
t
librelois Jul 1, 2022
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
4 changes: 2 additions & 2 deletions .github/workflows/enforce-pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
enforce-noteworthiness-label:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/enforce-label-action@2.2.0
- uses: yogevbd/enforce-label-action@2.2.2
with:
REQUIRED_LABELS_ANY: "B0-silent,B5-clientnoteworthy,B7-runtimenoteworthy"
REQUIRED_LABELS_ALL: ""
BANNED_LABELS: ""
enforce-auditability-label:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/enforce-label-action@2.2.0
- uses: yogevbd/enforce-label-action@2.2.2
with:
REQUIRED_LABELS_ANY: "D1-audited👍,D5-nicetohaveaudit⚠️,D9-needsaudit👮,D2-notlive,D3-trivial"
REQUIRED_LABELS_ALL: ""
Expand Down
Loading