Releases: r3e-network/NeoRust
Releases · r3e-network/NeoRust
v0.1.9
v0.1.7
What's Changed
- pub mod & tests by @Hecate2 in #1
- Merge commits from LichenXia198 by @Hecate2 in #2
- Fix the test_serialize_deserialize() by @LichenXia198 in #3
- Added new tests in Account.rs and nep6account.rs by @LichenXia198 in #4
- add new test case in nep6account by @LichenXia198 in #5
- nep6account.rs by @LichenXia198 in #6
- Lichen2 by @LichenXia198 in #7
- Added request tests in provider.rs by @LichenXia198 in #8
- Lichen2 by @LichenXia198 in #9
- invoke_function in provider.rs by @LichenXia198 in #10
- Fixed part of invoke function, more to come by @LichenXia198 in #11
- Fixed test_invoke_function() in provider.rs by @LichenXia198 in #12
- fixed invoke_function and serialization, deserialization of contractp… by @LichenXia198 in #13
- Added tests in provider.rs by @LichenXia198 in #14
- Fix Provider Unit tests. by @Jim8y in #15
- Lichen2 by @LichenXia198 in #18
- Added tests and fix in provider.rs, modify the h160 related methods by @LichenXia198 in #20
- Added more tests and fixed related methods in provider.rs by @LichenXia198 in #21
- fix and test transaction builder by @Jim8y in #19
- Lichen3 by @LichenXia198 in #22
- Added more tests and fixed related methods in rpc_client.rs by @LichenXia198 in #23
- Lichen3 by @LichenXia198 in #24
- update commments rename signers by @Jim8y in #25
- fix tx_builder. by @Jim8y in #26
- Complete Neo N3 SDK Implementation by @devin-ai-integration in #27
- Fix YubiHSM wallet test by @devin-ai-integration in #28
- Update README with comprehensive documentation by @devin-ai-integration in #29
- Add Tests for Neo Contract Module by @devin-ai-integration in #30
- Add Ledger Hardware Wallet Support by @devin-ai-integration in #31
- Fix Ledger Tests to be Feature-Gated by @devin-ai-integration in #32
- Add support for famous Neo N3 contracts by @devin-ai-integration in #33
- Add Neo X Support with EVM Compatibility and Bridge Functionality by @devin-ai-integration in #34
- Update README with Neo N3 Contract Integrations and Neo X Support by @devin-ai-integration in #35
- Add Neo, Neo X, and R3E Logos to README by @devin-ai-integration in #36
- Adjust Logo Sizes and Alignment in README by @devin-ai-integration in #37
- Upgrade to Rust 2024 Edition by @devin-ai-integration in #38
- Add SGX Support by @devin-ai-integration in #39
- Add Comprehensive Documentation with mdBook by @devin-ai-integration in #40
- Add PDF Documentation Workflow and Crates.io Publishing Configuration by @devin-ai-integration in #42
- Add Comprehensive Rustdoc Comments to All Modules by @devin-ai-integration in #43
- Add CLI for NeoRust SDK by @devin-ai-integration in #45
- Standardize error handling across the project by @devin-ai-integration in #44
- Implement Missing SDK Functions for CLI by @devin-ai-integration in #46
- Fix documentation 404 error by @devin-ai-integration in #47
- Fix SGX build issues by @devin-ai-integration in #48
- Update README to ensure all code examples and methods are correct by @devin-ai-integration in #49
- Fix mdbook-pdf build error by @devin-ai-integration in #50
New Contributors
- @Hecate2 made their first contribution in #1
- @LichenXia198 made their first contribution in #3
- @Jim8y made their first contribution in #15
Full Changelog: https://github.com/R3E-Network/NeoRust/commits/v0.1.7
v0.1.3
What's Changed
- pub mod & tests by @Hecate2 in #1
- Merge commits from LichenXia198 by @Hecate2 in #2
- Fix the test_serialize_deserialize() by @LichenXia198 in #3
- Added new tests in Account.rs and nep6account.rs by @LichenXia198 in #4
- add new test case in nep6account by @LichenXia198 in #5
- nep6account.rs by @LichenXia198 in #6
- Lichen2 by @LichenXia198 in #7
- Added request tests in provider.rs by @LichenXia198 in #8
- Lichen2 by @LichenXia198 in #9
- invoke_function in provider.rs by @LichenXia198 in #10
- Fixed part of invoke function, more to come by @LichenXia198 in #11
- Fixed test_invoke_function() in provider.rs by @LichenXia198 in #12
- fixed invoke_function and serialization, deserialization of contractp… by @LichenXia198 in #13
- Added tests in provider.rs by @LichenXia198 in #14
- Fix Provider Unit tests. by @Jim8y in #15
- Lichen2 by @LichenXia198 in #18
- Added tests and fix in provider.rs, modify the h160 related methods by @LichenXia198 in #20
- Added more tests and fixed related methods in provider.rs by @LichenXia198 in #21
- fix and test transaction builder by @Jim8y in #19
- Lichen3 by @LichenXia198 in #22
- Added more tests and fixed related methods in rpc_client.rs by @LichenXia198 in #23
- Lichen3 by @LichenXia198 in #24
- update commments rename signers by @Jim8y in #25
- fix tx_builder. by @Jim8y in #26
- Complete Neo N3 SDK Implementation by @devin-ai-integration in #27
- Fix YubiHSM wallet test by @devin-ai-integration in #28
- Update README with comprehensive documentation by @devin-ai-integration in #29
- Add Tests for Neo Contract Module by @devin-ai-integration in #30
- Add Ledger Hardware Wallet Support by @devin-ai-integration in #31
- Fix Ledger Tests to be Feature-Gated by @devin-ai-integration in #32
- Add support for famous Neo N3 contracts by @devin-ai-integration in #33
- Add Neo X Support with EVM Compatibility and Bridge Functionality by @devin-ai-integration in #34
- Update README with Neo N3 Contract Integrations and Neo X Support by @devin-ai-integration in #35
- Add Neo, Neo X, and R3E Logos to README by @devin-ai-integration in #36
- Adjust Logo Sizes and Alignment in README by @devin-ai-integration in #37
- Upgrade to Rust 2024 Edition by @devin-ai-integration in #38
- Add SGX Support by @devin-ai-integration in #39
- Add Comprehensive Documentation with mdBook by @devin-ai-integration in #40
- Add PDF Documentation Workflow and Crates.io Publishing Configuration by @devin-ai-integration in #42
- Add Comprehensive Rustdoc Comments to All Modules by @devin-ai-integration in #43
- Add CLI for NeoRust SDK by @devin-ai-integration in #45
- Standardize error handling across the project by @devin-ai-integration in #44
- Implement Missing SDK Functions for CLI by @devin-ai-integration in #46
- Fix documentation 404 error by @devin-ai-integration in #47
- Fix SGX build issues by @devin-ai-integration in #48
- Update README to ensure all code examples and methods are correct by @devin-ai-integration in #49
- Fix mdbook-pdf build error by @devin-ai-integration in #50
- Fix Build Issues and Test Failures in NeoRust by @devin-ai-integration in #51
- Fix Tests for Different Feature Combinations by @devin-ai-integration in #52
- Update Documentation and Bump Version to 0.1.3 by @devin-ai-integration in #53
New Contributors
- @Hecate2 made their first contribution in #1
- @LichenXia198 made their first contribution in #3
- @Jim8y made their first contribution in #15
- @devin-ai-integration made their first contribution in #27
Full Changelog: https://github.com/R3E-Network/NeoRust/commits/v0.1.3