Use lowmemory mode for secp256k1 fuzzing, reducing memcpy time
[rust-lightning] / .github /
2021-02-26 Matt CoralloApply --cfg=fuzzing when fuzzing, as required by new...
2021-02-16 Matt CoralloMerge pull request #786 from TheBlueMatt/2021-02-chansi...
2021-02-16 Matt CoralloMerge pull request #797 from TheBlueMatt/2021-02-no...
2021-02-15 Matt CoralloMerge pull request #798 from TheBlueMatt/2021-02-route...
2021-02-15 Matt CoralloFetch network graph cache and run benchmarks on CI 2021-02-route-bench
2021-02-10 Matt CoralloMerge pull request #787 from TheBlueMatt/2021-02-check...
2021-02-05 Matt CoralloMerge pull request #793 from galderz/t_double_validatio...
2021-02-04 Matt CoralloMerge pull request #790 from bmancini55/sync_complete
2021-02-04 Matt CoralloMerge pull request #774 from jkczyz/2021-01-http-client
2021-02-04 Jeffrey CzyzAdd lightning-block-sync package and library
2021-02-03 Matt CoralloMerge pull request #767 from TheBlueMatt/2020-12-chansi...
2021-02-02 Matt CoralloMerge pull request #781 from TheBlueMatt/2021-01-tokio-1
2021-01-27 Matt CoralloFix codecov by calling the new binary paths from rust...
2021-01-26 Matt CoralloBump MSRV for net-tokio to 1.45 as tokio 1.0 req very...
2020-11-12 Matt CoralloMerge pull request #721 from TheBlueMatt/2020-09-649...
2020-10-21 Matt Corallo[bindings] Use the same SipHash keys to make C++ header...
2020-10-12 Matt CoralloIgnore cbindgen version in latest-bindings-in-git check.
2020-10-10 Matt CoralloMerge pull request #738 from TheBlueMatt/2020-10-opt...
2020-10-08 Matt CoralloMerge pull request #739 from rloomba/rloomba/add-clippy...
2020-10-08 Ryan Loombaadd linting to Github CI
2020-10-05 Matt CoralloMerge pull request #734 from TheBlueMatt/2020-10-ci...
2020-10-02 Matt CoralloDon't let CI fail to check commits b/c git isn't config... 2020-10-ci-no-git-conf
2020-09-18 Matt CoralloMerge pull request #713 from valentinewallace/cross...
2020-09-17 Valentine WallaceUpdate CI to run build and tests on Macos and Windows...
2020-09-17 Valentine WallaceRemove unnecessary include in Github Actions script.
2020-09-17 Valentine WallaceOnly link dead code when necessary in CI.
2020-09-16 Matt CoralloMerge pull request #679 from ariard/2020-08-concurrent...
2020-09-16 Matt CoralloMerge pull request #696 from TheBlueMatt/2020-09-ci...
2020-09-15 Matt CoralloCheck each commit at least builds in CI 2020-09-ci-check-commits
2020-09-14 Matt CoralloMerge pull request #684 from bmancini55/gossip_queries
2020-09-14 Matt CoralloMerge pull request #633 from ariard/2020-05-rename...
2020-09-14 Matt CoralloMerge pull request #688 from TheBlueMatt/2020-09-dev...
2020-09-14 Matt CoralloRemove the bindings crate from the root namespace to...
2020-09-11 Matt CoralloMerge pull request #618 from TheBlueMatt/2020-05-sample...
2020-09-11 Matt CoralloUse Debian experimental in CI to match LLVM between... 2020-05-sample-c-bindings
2020-09-11 Matt CoralloAdd CI run for bindings generation (though we'll allow...
2020-08-19 Matt CoralloMerge pull request #671 from valentinewallace/bump...
2020-08-19 Valentine WallaceBump MSRV to 1.30.0
2020-08-03 Matt CoralloMerge pull request #663 from TheBlueMatt/2020-08-codecov
2020-08-03 Matt CoralloSet codecov upload token 2020-08-codecov
2020-04-24 Matt CoralloMerge pull request #579 from ariard/2020-04-sanitize...
2020-04-24 Matt CoralloMerge pull request #607 from TheBlueMatt/2020-04-more...
2020-04-24 Matt CoralloFix step naming in fuzz tests in GitHub Actions
2020-04-24 Matt CoralloRun Github Actions on PRs, too
2020-04-24 Matt CoralloMerge pull request #593 from TheBlueMatt/2020-04-par...
2020-04-24 Matt CoralloMerge pull request #601 from D4nte/ci-in-github-action
2020-04-24 Franck RoyerAdd a pop of colour
2020-04-24 Franck RoyerAdd CI using GitHub Action