Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8a0c75b
update to use latest scale-decode (from branch)
jsdw Feb 7, 2023
05c472b
dep from git branch, not local
jsdw Feb 7, 2023
1fbc5a5
zero-length composites always unnamed
jsdw Feb 15, 2023
7872209
reqrite Value encoding to lean on EncodeAsType for encoding parity wi…
jsdw Feb 16, 2023
297a91d
Value to impl IntoVisitor too (to get DecodeAsType), and remove TypeI…
jsdw Feb 21, 2023
8e31bd3
use scale-encode 0.0.17
jsdw Feb 23, 2023
0b7f1c8
fix path change in scale-encode
jsdw Feb 23, 2023
97e2daa
EncodeAsFields and DecodeAsFields impls
jsdw Feb 24, 2023
3017d8b
consume any leftover bytes just incase
jsdw Feb 24, 2023
4bf80f6
consume bytes fully when decode_as_fields
jsdw Feb 24, 2023
40d8b34
scale-decode only on Composite, not Value
jsdw Feb 27, 2023
108573c
Custom Composite encoding; don't rely on scale_encode::Composite so much
jsdw Feb 28, 2023
e2414d3
bump scale-encode to 0.0.18
jsdw Feb 28, 2023
910ab14
bump scale-encode to 0.1
jsdw Feb 28, 2023
0bccbc9
Have a pass over the docs
jsdw Mar 2, 2023
0fbc780
tabs to spaces to make doc comment writing less annoying/for consiste…
jsdw Mar 2, 2023
91edfc1
actually run doc tests in CI
jsdw Mar 2, 2023
c9439ff
tweak release notes to ensure doc tests are run
jsdw Mar 2, 2023
77ea82f
add codeowners file
jsdw Mar 2, 2023
a7185e3
fix failing doc test
jsdw Mar 3, 2023
18d30b3
be a little more defensive and skip bytes even if our visitor impl er…
jsdw Mar 3, 2023
cbdc8b3
fix doc typo
jsdw Mar 3, 2023
3fbfc07
use released version of scale-decode
jsdw Mar 13, 2023
2c23eb5
nits and fixes, and remove stray tabs that cargo fmt doesn't seem to …
jsdw Mar 13, 2023
cba75f2
Actually, use matches and avoid expects
jsdw Mar 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
actually run doc tests in CI
  • Loading branch information
jsdw committed Mar 2, 2023
commit 91edfc16b4292bee65a14bb2df7bfbd45442fa1a
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ jobs:
command: test
args: --all-targets --workspace

- name: Cargo test docs
uses: actions-rs/cargo@v1.0.3
with:
command: test
args: --doc --workspace

clippy:
name: Cargo clippy
runs-on: ubuntu-latest
Expand Down