Commit Graph

30 Commits

Author SHA1 Message Date
Nikita Khateev 67c2f2b4e8 Improve Fuzzing runs (#402)
* Update Fuzzing:
* add coverage generation
* fix block numeration error
* fix AFL build error
* add an EVM run

* toml sort

* fix unexistent call
2025-01-14 13:42:29 +04:00
Gustavo Gonzalez eff6ebd148 remove macOS runner (#396) 2025-01-02 10:38:24 -04:00
Nikita Khateev 43508d999f Fix tanssi on main (#393)
* fix the tanssi build & tests

* fix fmt

* update features for coverage

* cleanup on coverage due runner out of space

* a bit more tests to pass the codecov check

* fix fmt
2024-12-30 14:13:55 +04:00
Nikita Khateev 8cb7cda000 Enable Coverage Uploading (#392)
* enable coverage on generic

* add evm, add flags

* separate coverage into separate pipeline

* debugging coverage

* rename pipeline

* fix template
2024-12-25 00:03:32 +04:00
Nikita Khateev 2218936e2e Fix Weekly Fuzzer Run (#375)
* debugging fuzz testing

* add zipping of artifacts

* remove test constants
2024-12-11 18:36:42 +04:00
Amar Singh bdc9af1942 Fix tests (#358)
* update evm template tests

* update generic runtime constant tests

* avoid workflows cancelling each other

---------

Co-authored-by: Gustavo Gonzalez <gustavo.gonzalez@openzeppelin.com>
2024-11-05 09:13:04 -05:00
Nikita Khateev 740419f181 Fix AFL build for fuzzing run (#323)
* fix fuzzer run

* add manual dispatch
2024-10-04 16:02:40 +04:00
Nikita Khateev dbf3576f51 Fix workflow versions (#317) 2024-09-20 13:05:42 +04:00
Nikita Khateev a4b7acf9bd fix weekly run (#310) 2024-09-13 13:15:51 +04:00
Gustavo Gonzalez a4c6cee4c6 Fix typos and add GH action that checks them (#311)
* add typos workflow

* fix existing typos

* fix
2024-09-12 09:05:48 -04:00
Özgün Özerk bb1051fb3c disable code coverage for now (#297)
* disable code coverage for now
2024-08-21 10:21:57 +03:00
Nikita Khateev c36a6011eb Fuzz Testing Integration (#275) 2024-08-13 16:19:55 +04:00
Nikita Khateev bac8e41436 Add benchmark tests to CI (#243)
* add concurrency settings to the pipeline

add comments

* update message

update locks

---------

Co-authored-by: Gustavo Gonzalez <gustavo.gonzalez@openzeppelin.com>
2024-08-13 15:00:07 +04:00
Gustavo Gonzalez d14851cc47 Add sccache and use nextest in our workflow (#265)
* add cache to generic workflow

* add cache to evm workflow

* clean cache and use nextest

* try increasing the cache size

* try 50gb cache size

* add explicit rstfmt as a dependency
2024-07-30 17:15:14 -04:00
Özgün Özerk 2c2872a70b workflow fix (#182)
* workflow fix

* issue templates revized

* gitignore fix
2024-05-24 18:17:59 +03:00
Özgün Özerk 1bb2e96501 Transition into monorepo (#180)
* evm template integrated

* workflows modified per template

* workflow fixes
2024-05-17 12:00:25 +03:00
Nikita Khateev 26778e090f Added async backing to runtime and node (#102) (#97) 2024-03-05 21:03:44 +04:00
Amar Singh 873fc78036 Add benchmarking compilation check to CI (#131)
* add benchmarking req to ci

* fix compilation error for feature runtime benchmarks

* remove ReachableDest because it is not part of config even with features runtime benchmarks

* add release flag
2024-02-29 09:44:10 -05:00
Özgün Özerk 7af4ae2c50 V1.7.0 (#121)
* upgrade to v1.7.0 from v1.6.0

* update rust version

* fix dalek and tests (use rust-src in components)

* remove pallet template
2024-02-20 17:50:57 +03:00
Özgün Özerk 7792b7d386 remove redundant action (#120) 2024-02-20 13:57:17 +03:00
Özgün Özerk 41e99174fa improve ci for space (#118) 2024-02-14 22:57:45 +03:00
Özgün Özerk bbb66b5865 Ci test (#113)
add rust-src to the github action using rusttoolchain
2024-02-08 18:05:49 +03:00
Amar Singh ef004ae82a Upgrade polkadot-sdk v1.3.0 -> 1.6.0 (#96) 2024-02-05 08:10:16 -05:00
Özgün Özerk 6ed505bde4 remove windows from ci tests (#83) 2024-01-08 12:09:47 +03:00
Amar Singh 7d53d4f679 Toml-sort (#69)
* run toml sort and add script for it

* add ci

* try patch

* try fix

* add file permissions

* check if installation state persists or starts from scratch every time

* Revert "check if installation state persists or starts from scratch every time"

This reverts commit 45e7aae8d2f18cbe1a78482d234b98fcfbe8b6ae.

* Apply suggestions from code review

* clean

* fix

* try revert

* fix
2023-12-20 19:05:36 -05:00
Özgün Özerk c50eb6c0ba Docs ozgun (#55)
* add branch/release field to pallet template

* don't run cargo tests on antora doc changes
2023-12-11 18:02:11 +03:00
4meta5 46e838cd9b change build to check without timing the CI 2023-12-04 07:53:20 -05:00
4meta5 45ff955beb fix ci to check build and run tests in std 2023-12-03 20:50:45 -05:00
4meta5 fb72a2e446 code cov minimal config 2023-11-27 13:18:36 -05:00
Özgün Özerk 57f9353fd0 Cargo workflow (#21) 2023-11-27 20:34:03 +03:00