View Source Changelog
0-19-1-25-04-2024
0.19.1 (25.04.2024)
- Add stale issues policy. See PR #279
0-19-0-01-02-2023
0.19.0 (01.02.2023)
- Added YAML Continuation command
- Update all dependencies
0-18-0-31-01-2023
0.18.0 (31.01.2023)
- Added YAML reader
- Added YAML Execution command
0-17-1-25-01-2023
0.17.1 (25.01.2023)
- Updated README
0-17-0-25-01-2023
0.17.0 (25.01.2023)
- Added Peer endpoints
0-16-0-24-01-2023
0.16.0 (24.01.2023)
- Added Mempool endpoints
0-15-0-23-01-2023
0.15.0 (23.01.2023)
- Added Block Payload endpoints
0-14-0-19-01-2023
0.14.0 (19.01.2023)
- Added Block Headers endpoints
0-13-0-18-01-2023
0.13.0 (18.01.2023)
- Added Cut endpoints
- Added Block Hash endpoints
- Blocked egress traffic in GitHub Actions
0-12-0-03-01-2023
0.12.0 (03.01.2023)
- Removed List types
- Added Renovate as dependency update tool
- Added Handling duplicate signers on commands
0-11-1-27-12-2022
0.11.1 (27.12.2022)
- Hardened GitHub Actions.
- Added stability badge in README.
0-11-0-26-12-2022
0.11.0 (26.12.2022)
- Implemented Local endpoint
- Refactored Pact Commands
- Implemented Poll endpoint
- Implemented Listen endpoint
- Implemented SPV endpoint
- Add OpenSSF BestPractices and Scorecard badges in README
0-10-0-20-12-2022
0.10.0 (20.12.2022)
- Refactored PACT Commands
- Added Composing functional Chainweb requests
- Added new function in Cap and modify JSON format
- Renamed resource definition for Chainweb Pact types
- Refactored Pact request bodies and CommandPayload
- Implemented Send endpoint
0-9-0-08-12-2022
0.9.0 (08.12.2022)
- Added Continuation Command
- Relocated Chainweb types
- Improved the README documentation
0-8-0-30-11-2022
0.8.0 (30.11.2022)
0-7-0-09-11-2022
0.7.0 (09.11.2022)
- Added JSONPayload protocol
- Implemented JSONPayload protocol in LocalRequestBody
- Implemented JSONPayload protocol in SendRequestBody
- Implemented JSONPayload protocol in PollRequestBody
- Implemented JSONPayload protocol in ListenRequestBody
- Implemented JSONPayload protocol in SPVRequestBody
0-6-1-27-10-2022
0.6.1 (27.10.2022)
- Bump ossf/scorecard-action to v2.0.6
0-6-0-26-10-2022
0.6.0 (26.10.2022)
- Added Kadena Chainweb Client functions
- Added Chainweb Pact Behaviour
- Added Error struct for the
Chainweb.Client
boundary
0-5-0-21-10-2022
0.5.0 (21.10.2022)
- Added Kadena Pact functions
0-4-0-17-10-2022
0.4.0 (17.10.2022)
- Added Kadena Crypto functions
0-3-0-13-10-2022
0.3.0 (13.10.2022)
We finished the implementation of initial types on the Kadena.Types
boundary.
- Added PactCommand types
- Added PactAPI types
- Added SignCommand types
0-2-0-11-10-2022
0.2.0 (11.10.2022)
We started the implementation of initial types on the Kadena.Types
boundary.
- Added Base types
- Added PactValue types
- Added SignCommand types
- Added KeyPair types
0-1-0-08-09-2022
0.1.0 (08.09.2022)
- Initial release