Grisha Kruglov
deb6ba29a5
iterating process first pass with tests
2018-02-05 17:45:56 -05:00
Grisha Kruglov
0f957f242b
Iterator-based tx reader sketch
2018-02-03 16:42:04 -05:00
Grisha Kruglov
94ed876cfa
rebased
2018-02-01 19:52:36 -05:00
Grisha Kruglov
0d5e39a26d
Tighter tx check; comments; failing test in CI
2018-02-01 19:17:12 -05:00
Grisha Kruglov
8ae1ddf03e
Single pass
2018-02-01 19:17:12 -05:00
Grisha Kruglov
14e28de2f5
Feedback pass 1
2018-02-01 19:17:12 -05:00
Grisha Kruglov
5c2c29bf26
working with tests
2018-02-01 19:17:12 -05:00
Grisha Kruglov
4f243fbc32
third pass, compiles and should work
2018-02-01 19:17:12 -05:00
Grisha Kruglov
96ea7dc86f
second pass, broken
2018-02-01 19:17:12 -05:00
Grisha Kruglov
b0c6399a38
first pass on transaction read client
2018-02-01 19:17:12 -05:00
Thom
9740cafdbd
Automatically remove trailing whitespace from text files. ( #527 ) r=rnewman
...
This was done using the following shell script:
```
find . -type f -not -path "*target*" \
'(' -name '*.rs' -o -name '*.md' -o -name '*.toml' ')' -print0 | \
xargs -0 sed -i '' -E 's/[[:space:]]*$//'
```
Which is admittedly imperfect, but manages to hit everything that was a problem in this repo.
2018-01-19 21:21:04 -06:00
Grisha Kruglov
c61bc79b99
Sync metadata schema and SyncMetadataClient. ( #502 ) r=rnewman
2017-12-13 14:19:05 -06:00