Rhys Bartels-Waller
Rhys Bartels-Waller
With the upcoming changes to cfs in relation to multi-instance systems, [implying the cfs:standard-packages](https://github.com/aldeed/meteor-cfs-autoform/blob/master/package.js#L17) is going to conflict. I'll have to fork the repo to remove this for my system...
#### Describe your idea, in simple words. I have a bunch of generic logging at the application level of my current project that best belongs upstream. I would like to...
``` console yarn send-transactions-example yarn run v1.22.5 $ ts-node send-transaction-example.ts [doRun] secretKey 41d9523b87b9bd89a4d07c9b957ae68a7472d8145d7956a692df1a8ad91957a2c117d9dd874447f47306f50a650f1e08bf4bec2cfcb2af91660f23f2db912977 [constructionDerive] Fetching an address for pub key c117d9dd874447f47306f50a650f1e08bf4bec2cfcb2af91660f23f2db912977 [constructionDerive] Retrieved address addr_test1vru64wlzn85v7fecg0mz33lh00wlggqtquvzzuhf6vusyes32jz9w [waitForBalanceToBe] Funds found! 50000000 ADA...
Uniqueness for the real mainnet can only be reliably determined from the `networkMagic`, as despite the property name, `networkId` is not an identifier but instead it's a type of network....
[As-of](https://github.com/input-output-hk/cardano-rosetta/pull/131#pullrequestreview-475410773) ``` REPOSITORY TAG IMAGE ID CREATED SIZE cardano-rosetta dev-testnet 91100f6fdf3d 57 seconds ago 871MB cardano-rosetta dev 22c7b3e69300 About a minute ago 872MB ``` ``` ➜ docker history cardano-rosetta:dev IMAGE...
Issues opened in this repository are being targeted by **scammers**, posing as helpful members of the public or support staff. Admins will **NEVER** ask for your **seed phrase** or provide...
The current interface of [Byron](https://input-output-hk.github.io/cardano-launcher/interfaces/_byron_.byronnodeargs.html#extra), `extra` , differs from [Jormungandr](https://input-output-hk.github.io/cardano-launcher/interfaces/_jormungandr_.jormungandrconfig.html#extraargs) and [Shelley](https://input-output-hk.github.io/cardano-launcher/interfaces/_shelley_.shelleynodeconfig.html#extraargs), which both use and `extraArgs`. There should at least be a base `CardanoNodeConfig` to extend Shelley from, and...
To facilitate a secure connection with the Cardano Wallet server, this library should: - Generate PKI - Pass the corresponding CA and server certificate to the wallet server - Pass...
The key is [fetched from the API](https://github.com/input-output-hk/cardano-explorer-app/blob/develop/source/features/transactions/api/transactionMetadata.graphql#L13), but only the [value displayed](https://github.com/input-output-hk/cardano-explorer-app/blob/develop/source/features/transactions/components/TransactionInfo.tsx#L297-L299)