![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@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 currentEpoch()
256
ogmios> await ledgerTip()
{
hash: '41364e89e44370a009f083ce9963261aabf6138db519b039012232bf40f187f8',
slot: 25541023
}
ogmios> await currentProtocolParameters()
{
poolDeposit: 500000000,
protocolVersion: { minor: 0, major: 4 },
minUtxoValue: 1000000,
minFeeConstant: 155381,
maxTxSize: 16384,
minPoolCost: 340000000,
maxBlockBodySize: 65536,
extraEntropy: 'neutral',
minFeeCoefficient: 44,
poolInfluence: '3/10',
maxBlockHeaderSize: 1100,
stakeKeyDeposit: 2000000,
decentralizationParameter: '1/50',
desiredNumberOfPools: 500,
poolRetirementEpochBound: 18,
monetaryExpansion: '3/1000',
treasuryExpansion: '1/5'
}
ogmios> chainSync.startSync()
ogmios> ROLL BACKWARD
Point
{
hash: '21d0038f32a5e969caf110970a0657267e685c6492e0ce7d048ec601a29fcc2e',
slot: 25551317
}
Tip
{
hash: 'eb3725d8065683a5b760aabc158283ee580928e736d6f8dacc840c567236dedf',
blockNo: 5527800,
slot: 25551480
}
ogmios> ROLL FORWARD
Block
{
mary: {
body: [
{
body: {
withdrawals: {},
validityInterval: { invalidHereafter: 100000000, invalidBefore: null },
inputs: [
{
index: 1,
txId: '83e246ea8def447f71a981307e99e9455bad761e2817320319daed2b42a6bec2'
}
],
fee: 178233,
certificates: [],
outputs: [
{
value: { coins: 754010453, assets: {} },
address: 'DdzFFzCqrhsrZ7RaLpeWen2bQCKyp2iPcAvE9HmB18VJh39dixDfGdXcxQRS9vUfU3jCv5qMrrTz62MpWXefmWouxDBmVeLyDjLNxHJi'
}
],
mint: { coins: 0, assets: {} },
update: null
},
witness: {
script: {},
address: [
{
signature: 'vMpZfapEPMeA7JA7CAa5JYT8XrsYxw+3o/VseAmPG86xtNfB07mvbXV5ed8Pccmi3MgB0RIc4hJ2SaKmaYwyBg==',
...
[4.1.0] - 2021-09-08
Generate and store test vectors for various JSON requests and responses. This should ease integration for many clients who seek for good coverage of the server inputs/outputs.
Documented example state queries in the user-guide.
![TypeScript][] The ConnectionConfig
has an additional, optional, configuration parameter maxPayload
to configure the maximum allowed message size in bytes. The default is chosen quite large as the utxo
query can result in large payloads.
![TypeScript][] New helpers isByronEpochBoundaryBlock
and isByronStandardBlock
.
StateQueryClient
now wraps every query in a try/catch to cope with malformed queries leading to client fault
results from the server.QueryResponse[poolIds]
and QueryResponse[poolParameters]
are no longer marked as "optional".delegationAndRewards
would cause the client to throw an exception.N/A
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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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.