![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@cardano-ogmios/repl
Advanced tools
A Node.js REPL which exposes the client behaviour in a terminal. Loaded into the context are
the client builder functions, isolated query functions, and an instance of ChainSyncClient as
chainSync
with handlers to log the returned data. On exit the chainSync instance is shutdown.
Optionally pass --host
and --port
arguments to specify the Ogmios server connection.
Download and run static package from the latest release for your environment.
See instructions in Workspace root
ogmios> await epoch()
256
ogmios> await ledgerTip()
{
id: '41364e89e44370a009f083ce9963261aabf6138db519b039012232bf40f187f8',
slot: 25541023
}
ogmios> await protocolParameters()
{
minFeeCoefficient: 44,
minFeeConstant: { lovelace: 155381n },
maxBlockBodySize: { bytes: 90112 },
maxBlockHeaderSize: { bytes: 1100 },
maxTransactionSize: { bytes: 16384 },
stakeCredentialDeposit: { lovelace: 2000000n },
stakePoolDeposit: { lovelace: 500000000n },
stakePoolRetirementEpochBound: 18,
...
}
[6.2.0] - 2024-03-22
Transaction evaluation now automatically UTxO available from processing the mempool. This allows for chaining smart-contract transactions without the need to track the UTxO state on from the client's side. Ogmios now internally maintains a view of the node's mempool and ensure a consistent access to it when evaluating transaction. See also #375.
More log traces around transaction evaluation and submission.
HasTx
on false with id wrapped in different eras, to cope with the hard-fork combinator inability to compare transaction id across eras. See also #376.FAQs
REPL for Cardano Ogmios
The npm package @cardano-ogmios/repl receives a total of 12 weekly downloads. As such, @cardano-ogmios/repl popularity was classified as not popular.
We found that @cardano-ogmios/repl demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.