Commit Graph

15 Commits

Author SHA1 Message Date
Matt Corallo
bdb2d220e8 Add note in CONTRIBUTING.md that some structs need prefix/suffixes 2021-05-25 20:06:45 +00:00
Matt Corallo
c4ab6756dd Bump MSRV to 1.36.0
Debian is shipping 1.41 on oldstable and rust-bitcoin will likely
move to 1.36 over the coming months, so there's little reason to
wait on this.

cc https://github.com/rust-bitcoin/rust-bitcoin/issues/510
2021-04-27 00:36:52 +00:00
Antoine Riard
2caf289a8b Extend Getting Started with GLOSSARY/meeting minutes in CONTRIBUTING.md 2021-01-18 11:06:57 -05:00
Antoine Riard
7e7635d559 Add a Getting Started
Fix by Steve Lee <moneyball@users.noreply.github.com>
2020-11-09 15:53:36 -05:00
Ryan Loomba
426c5b227d add clippy to travis integration 2020-10-08 09:59:52 -07:00
Matt Corallo
83322e1c0d Add developer guideline notes for C/C++ bindings generation 2020-09-11 19:33:29 -04:00
Valentine Wallace
0ac5697bb8
Bump MSRV to 1.30.0
We wanted to bump to 1.29 to continue to support mrustc bootstrapping, but on 1.29
there's a bug preventing us from compiling the lightning package only, thus parts
of lightning-net-tokio cause a compilation error.

The advantage of bumping the MSRV is an improved borrow checker which should
enable improved code quality, and not having jump through weird hoops sometimes
to get 1.22 working.
2020-08-19 15:39:03 -04:00
Matt Corallo
ce4de5fb52
Merge pull request #507 from moneyball/patch-2
Add project tracking and conventions we want to adopt
2020-02-29 02:59:34 +00:00
Steve Lee
0c5e3510d7
made fixes per val and matt feedback 2020-02-28 17:01:16 -08:00
Max Giraldo
01ed08d20e
docs(CONTRIBUTING): fix spelling and grammar
Fix some minor spelling and grammar mistakes.
2020-02-19 16:56:43 -05:00
Steve Lee
3cfd07f330
Add project tracking and conventions we want to adopt 2020-02-18 17:04:55 -08:00
Steve Lee
40e722d721
fixes per rloomba feedback 2020-02-15 11:45:11 -08:00
Steve Lee
067dd3be52
fixes per arik feedback 2020-02-13 18:43:58 -08:00
Steve Lee
2314b0a25a
add clarity to the language 2020-02-12 19:36:08 -08:00
Antoine Riard
34871ea288 Add a first draft CONTRIBUTING.md 2020-02-12 13:34:10 -05:00