Matevž Jekovec
Matevž Jekovec
FYI the "There are no records to display" label is not translatable in the validator list:  Is this related?
My Bitpie mnemonics and private key which works fine with oasis wallets: Bitpie mnemonic: `cross enable vendor service pulse account ceiling omit trial myself front misery` private key: `Ti5c02lEEmMyL7KpXLos0UN3Zi9iMxfHQFSNN5Noe8CvoATShjZB9ppupyXLerynDWBpxHbsPtEZxtxscvpOeQ==` address:...
Hi guys. I added support for LODs here: https://github.com/matevz/osgexport-lod Please test and provide feedback.
Some reading https://docs.oasis.io/core/oasis-node/rpc I think we use https://www.npmjs.com/package/envoy-node in production.
The following works, but it's not pretty, acrobatics with docker's permissions... ```shell mkdir serverdir docker run -it -p8545:8545 -p8546:8546 -v /home/user/serverdir:/serverdir ghcr.io/oasisprotocol/sapphire-dev # wait for sapphire-dev to spin up #...
FYI how we're currently attacking this problem is having diagrams in separate .mmd files and then use [mmdc](https://github.com/mermaid-js/mermaid-cli) to generate the corresponding .svg files. Those are then referenced in the...
BitPie mnemonic support was implemented in the [Oasis unmnemonic tool](https://github.com/oasisprotocol/tools/pull/27) instead.
@Andrew7234 Check buildkite errors - I think it's mostly the metric name should not contain `-` character, but `_` only.
> Re: discussion with Matevz > > Based on the hostname, could we force encrypted transaction? > > E.g. `sapphire-encrypted-only-rpc.oasis.io` To put our discussion into context, since we still want...
Superseeded by https://github.com/oasisprotocol/oasis-web3-gateway/pull/601