You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
- Comprehensive test suite with mocks and error handling
18
18
- HTTP client usage example (`examples/http_client.ex`) demonstrating stateless operations
19
19
20
+
-**HTTP support for Tx Submission protocol**: New stateless HTTP API for one-off transaction submissions without maintaining persistent WebSocket connections.
21
+
- New `Xogmios.TxSubmission.HTTP` module for direct HTTP transaction submissions
22
+
- Support for both transaction submission and execution unit evaluation via HTTP
Copy file name to clipboardExpand all lines: README.md
+8-45Lines changed: 8 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ See section below for examples of client modules.
137
137
138
138
## Examples
139
139
140
-
### Chain Sync
140
+
### Chain Synchronization
141
141
142
142
The following is an example of a module that implement the **Chain Sync** behaviour. In this example, the client syncs with the tip of the chain, reads the next 3 blocks and then closes the connection with the server.
143
143
@@ -184,57 +184,20 @@ For other options available to start the chain sync link, see the docs for [Xogm
184
184
The following illustrates working with the **State Query** protocol. It runs queries against the tip of the chain.
The following illustrates working with the **Transaction Submission** protocol. It submits a signed transaction, represented as a CBOR, to the Ogmios server.
0 commit comments