Releases: sterliakov/thor-devkit.rs
Releases · sterliakov/thor-devkit.rs
v0.1.0
Release Notes
- Breaking: bumped MSRV to 1.78.0
- Breaking: upgraded most of direct dependencies
- Breaking: switched to
fastrlp
RLP implementation - Bugfix: doctests were skipped in CI
What's Changed
- Fix daily build failure by @sterliakov in #32
- Update our CI. Prepare 0.1.0 release. Bump MSRV by @sterliakov in #35
- deps: Switch to openrlp crate by @sterliakov in #39
Full Changelog: v0.1.0-beta.4...v0.1.0
v0.1.0-beta.4
Release Notes
Nothing yet:(
What's Changed
- Fix daily CI lint failure by @sterliakov in #22
- Fix daily build broken by new lint rules by @sterliakov in #24
- Fix daily lint broken on nightly by @sterliakov in #25
- Add TransactionBuilder by @sterliakov in #26
- Bump MSRV to 1.69.0 due to failing dependency resolution by @sterliakov in #29
- Update reqwest requirement from 0.11 to 0.12 by @dependabot in #27
- Fix incorrect address encoding with leading zeroes (#28), add
ThorNode::eth_call
by @sterliakov in #30
Full Changelog: v0.1.0-beta.2...v0.1.0-beta.4
v0.1.0-beta.3
Release Notes
Features
- Added
TransactionBuilder
to simplify transaction preparation.
What's Changed
- Make network node API URL public by @sterliakov in #19
- Release 0.1.0-beta.2 by @sterliakov in #20
- Fix daily CI lint failure by @sterliakov in #22
- Fix daily build broken by new lint rules by @sterliakov in #24
- Fix daily lint broken on nightly by @sterliakov in #25
- Add TransactionBuilder by @sterliakov in #26
- Bump MSRV to 1.69.0 due to failing dependency resolution by @sterliakov in #29
Full Changelog: v0.1.0-beta.1...v0.1.0-beta.3
v0.1.0-beta.2
Release Notes
Bug Fixes
- HTTP node public url made public to allow alternative URLs
What's Changed
- Make network node API URL public by @sterliakov in #19
- Release 0.1.0-beta.2 by @sterliakov in #20
Full Changelog: v0.1.0-beta.1...v0.1.0-beta.2
v0.1.0-beta.1
Release Notes
- Initial Release on crates.io 🎉
What's Changed
- Improve documentation by @sterliakov in #14
- Add public RLP and HTTP API support by @sterliakov in #15
- Add account API by @sterliakov in #16
- Add several examples. Prepare 0.1.0-beta.1 by @sterliakov in #17
- Remove dead badge by @sterliakov in #18
Full Changelog: v0.1.0-alpha.1...v0.1.0-beta.1
v0.1.0-alpha.1
Release Notes
- Initial Release on crates.io 🎉
What's Changed
- Test and fix workflows by @sterliakov in #1
- Update itertools requirement from 0.11.0 to 0.12.0 by @dependabot in #2
- Move tests by @sterliakov in #4
- Add README example by @sterliakov in #5
- Update issue templates by @sterliakov in #6
- Fix release workflow permissions by @sterliakov in #7
- Fix readme badges by @sterliakov in #8
- Merge publish and release by @sterliakov in #9
- Split jobs for github and crates.io by @sterliakov in #10
- Split jobs for github and crates.io by @sterliakov in #11
- Fix broken crates.io release with wrong categories and keywords by @sterliakov in #12
- Reduce tag count, only up to 5 are allowed by @sterliakov in #13
New Contributors
- @sterliakov made their first contribution in #1
- @dependabot made their first contribution in #2
Full Changelog: https://github.com/sterliakov/thor-devkit.rs/commits/v0.1.0-alpha.1