Andrew Chiw

Results 24 issues of Andrew Chiw

This is about: - Other **Problem** While trying to follow https://yew.rs/docs/getting-started/build-a-sample-app, `{ "Hello World" }` does not show in Firefox so I can't progress. Text included in the `index.html` renders....

question
S-waiting-on-author

In my code I had: Month, which had a variable called transactions (a TransactionBundle). TransactionBundle, which had a variable called transactions too (it's a list of Transactions) Transaction, the smallest...

`dvotecli genesis`/`vochain.NewGenesis()` outputs a valid genesis.json (where Tendermint JSON wants integers represented as strings) but its output is never used in integration tests to spin up a node. As a...

bug

In my `go.mod`, I depend on `github.com/btcsuite/btcd v0.23.4`. Perhaps this is a problem? ``` $ go mod tidy go: finding module for package github.com/miguelmota/go-ethereum-hdwallet go: found github.com/miguelmota/go-ethereum-hdwallet in github.com/miguelmota/go-ethereum-hdwallet v0.1.2...

**Is this a BUG REPORT or FEATURE REQUEST?**: Feature request **What happened**: CGGMP21 supports storing presignature values for the 6 round protocol, so that when the data to be signed...

Downstream dependency is removed, so I'm unable to use this library. How do you guys deal with this? ``` $ go get github.com/bnb-chain/tss-lib/v2/[email protected] go: github.com/bnb-chain/tss-lib/v2/tss imports github.com/decred/dcrd/dcrec/edwards/v2 imports github.com/agl/ed25519: cannot...

https://github.com/randomshinichi/node-cryptonote-pool/tree/qrl The relevant changes are: * remove extranonce rolling * blocktemplate_blob is no longer a raw block, but has the merkle_root * getblocktemplate RPC does not send reserve_size param QRL...

https://github.com/randomshinichi/node-cryptonote-pool/tree/qrl The relevant changes are: * remove extranonce rolling * blocktemplate_blob is no longer a raw block, but has the merkle_root * getblocktemplate RPC does not send reserve_size param QRL...

Contract Call Result, Oracle Query, Oracle Response, Tx mined...