Quentin Le Sceller
0259ed23ea
Update copyright year to 2021 ( #3592 )
...
* Update copyright year to 2021
2021-03-10 10:14:48 -05:00
Joseph Goulden
94b351beac
chore: pre-commit hook - format all staged files, re-add then commit ( #3078 )
...
* chore: pre-commit hook - format all staged files, re-add then commit
* chore: pre-commit hook - formatted files logged green colour
2019-10-07 21:00:41 +01:00
Antioch Peverell
ed88ad8bbc
cannot use unstable rustfmt features outside nightly toolchain ( #1338 )
...
* cannot use unstable rustfmt features outside nightly toolchain
* cleanup redundant rustfmt.toml files
2018-08-10 14:54:09 +01:00
Antioch Peverell
e383cb594f
commit ( #1324 )
2018-08-07 16:56:38 +01:00
Dawid Ciężarkiewicz
b803bdc9aa
Make pre-commit
more portable ( #993 )
...
Right now it fails on NixOS
2018-04-22 08:33:58 -04:00
Antioch Peverell
19565aea3d
rustfmt now runs and reformats files (need to opt out explicitly) ( #743 )
2018-03-03 19:10:15 +00:00
antiochp
121cce7e51
fix the bash array loop
2017-12-20 15:37:23 -05:00
AntiochP
bf7c1fb44f
add lock_height to Transaction and TxKernel ( #167 )
...
* add lock_height to Transaction and TxKernel, sign msg including both fee and lock_height in kernel
* make the order of the fields in tx and kernel more consistent
* rename to kernel_sig_msg
* add test to cover adding timelocked tx to pool, where tx is invalid based on current height of the blockchain
* add tests for adding timelocked txs to blocks (valid and otherwise)
2017-10-11 18:12:01 +00:00
AntiochP
510d7fc331
git pre-commit hook to run rustfmt on modified files ( #110 )
...
* git pre-commit hook to run rustfmt on modified files
* add docs for rustfmt
* add CONTRIBUTING file
2017-09-01 00:54:15 +00:00