Igor Matuszewski
|
f0ce26db7b
|
Add bitvec-like generic support to the scale-bits type for use in codegen (#718)
* Add bitvec-like generic support to the scale-bits type for use in codegen
* Use nightly 1.66 formatting
* Fix reading input while decoding bit sequences
* Add tests for our DecodedBits wrapper
* Add convenience DecodedBits::(in)to_bits functions
* Don't expose DecodedBits::bit_format
* Re-export scale_bits as peer dependency
* Move subxt::utils into a separate file
* Hide DecodedBits internals
* Don't re-export types from the `bits` module
* Update subxt/src/utils/bits.rs
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
* Update subxt/src/utils/bits.rs
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
* Address review feedback
* Clarify the byte needed calculation in DecodedBits encoding
* Remove remaining dbg! invocations
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
|
2022-11-24 15:09:20 +01:00 |
|