Dylan Seago
Dylan Seago
Fixes https://github.com/trezor/blockbook/issues/665
``` > make deb-bitcoin Building image blockbook-build from debian:9 Sending build context to Docker daemon 6.144kB Step 1/26 : ARG BASE_IMAGE Step 2/26 : FROM $BASE_IMAGE ---> 5738956efb6b Step 3/26...
We've encountered some odd behaviour, likely a bug, on our testnet bitcoin blockbook node. At height 1983537 there were two conflicting blocks mined: - canonical: 000000000c12def651a4482b2ffad3d4daade8188d111b242ff154c5712659c1 - orphaned: 00000000003799c7775a1d2d5dbb3366b2b86a1f3a85c4f99a17ad69017a6e7f Both...
New currencies can be added by implementing the [Wallet](https://github.com/go-faast/faast-portfolio/blob/develop/src/services/Wallet/lib/Wallet.js) interface. **Trezor** - [x] Bitcoin (BTC) - [x] Bitcoin Cash (BCH) - [ ] Bitcoin Gold (BTG) - [x] Litecoin (LTC)...
Fixes https://github.com/skunight/nestjs-redis/issues/43
Adds default `role` and `aria-label` attributes. Allow them to be overridden or extra props to be provided by passing any unrecognized props directly to the canvas.
Caused by https://github.com/ethereum/web3.js/issues/904
Fixes https://github.com/raineorshine/solidity-sha3/issues/5
Support schema prefixes in `ExAudit.Type.Schema`. If a schema defines a `@schema_prefix`, prepend the dumped value like so: `prefix.table`. If no prefix is set, don't prepend the table name. This helps...