Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #1532

Merged
merged 33 commits into from
Nov 19, 2023
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
b0a3cb2
Update several packages (plutip, nixpkgs, haskell.nix, hackage.nix, e…
szg251 Sep 15, 2023
daad2ae
Reformat JS files with new version of prettier
szg251 Sep 19, 2023
275b138
Remove trailing commas in JS files (prettier configuration)
szg251 Sep 19, 2023
6323d9d
Update to fixed plutip (missing max tx size config)
szg251 Sep 19, 2023
bb80b24
Upgrade to ogmios 6
szg251 Sep 21, 2023
0fd1270
Partially updating ogmios client after breaking changes on v6
szg251 Sep 21, 2023
e9ac268
Easy ogmios updates
zmrocze Oct 20, 2023
20b7388
Update ogmios stake pools query
zmrocze Oct 22, 2023
076c9e2
Update query encoding/decoding to ogmios 6
zmrocze Oct 22, 2023
7ae9a11
Remove unused ogmios UTXO query types
zmrocze Oct 22, 2023
f2da9f6
Remove obsolete ogmios UTXO query tests
zmrocze Oct 22, 2023
6117dd2
Update ogmios fixtures
zmrocze Oct 24, 2023
f9675b4
Fix timeslot conversion test
zmrocze Oct 25, 2023
4d011bd
Misc
zmrocze Oct 29, 2023
ba111de
Parse ogmios error responses on evaluateTx
zmrocze Oct 30, 2023
60a0dbd
Ogmios decoding with a class instead of datatype to restore response …
zmrocze Nov 3, 2023
e2ea619
Save full Ogmios response in fixtures
zmrocze Nov 3, 2023
f992478
Add evaluateTx fixtures
zmrocze Nov 5, 2023
a6e5f32
Restore parsing of blockfrost evaluateTx responses (Ogmios v5.6)
zmrocze Nov 7, 2023
559d8fa
Fix test - ogmios decoding
zmrocze Nov 7, 2023
eccd587
Better blockfrost and ogmios evaluateTx return type
zmrocze Nov 9, 2023
c3ac43c
Set ogmios include-transaction-cbor
zmrocze Nov 10, 2023
a0b5069
Fix decoding error messages
zmrocze Nov 10, 2023
b58f256
Fix next mempool tx response decoding
zmrocze Nov 10, 2023
c2ddcc8
Remove unneeded Base64 module
zmrocze Nov 10, 2023
d692410
Update nix ogmios fixtures
zmrocze Nov 11, 2023
ad0341b
New submitTxE
zmrocze Nov 11, 2023
cfd2eba
Update CHANGELOG - ogmios update
zmrocze Nov 11, 2023
81658db
Fix typo
zmrocze Nov 11, 2023
0840e95
Merge branch 'develop' into update-deps-1532
zmrocze Nov 11, 2023
29181ab
Fix import
zmrocze Nov 11, 2023
9e1fec3
Dropped medea-ps dependency
klntsky Nov 13, 2023
018406c
Update CHANGELOG
klntsky Nov 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,26 @@ $schema $start
$type
$object
$properties
$property-name "type"
$property-schema jsonWspType
$property-name "version"
$property-schema versionType
$property-name "servicename"
$property-schema serviceType
$property-name "methodname"
$property-name "jsonrpc"
$property-schema jsonRpcType
$property-name "method"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where did you get this new schema from? Did you adapt it by hand?

$property-schema methodType
$property-name "result"
$property-schema result
$property-name "reflection"
$property-name "id"
$property-schema mirrorType

$schema jsonWspType
$schema jsonRpcType
$type
$string
$string-values
"jsonwsp/response"

$schema versionType
$type
$string
$string-values
"1.0"

$schema serviceType
$type
$string
$string-values
"ogmios"
"2.0"

$schema methodType
$type
$string
$string-values
"Query"
"queryLedgerState/utxo"

$schema mirrorType
$type
Expand Down
24 changes: 0 additions & 24 deletions fixtures/test/parsing/JsonWsp/UtxoQueryResponse.json

This file was deleted.

Loading