mokhtar
mokhtar
`bitcore-node` dependends on the `cash` branch of bitpay/bcoin fork for bitcoin cash: https://github.com/bitpay/bitcore-node/blob/9db5f2bb3408c5ecf677c83a1219747510144710/package.json#L32 Is that implementation production ready? It doesn't seem to implement the new sighash for bitcoin cash transaction...
Fixes https://github.com/Joystream/joystream/issues/4189 by implementing suggestion to "override" free_balance() for the runtime balances pallet instance used by the staking pallet. - [x] Implementation - [ ] Tests
Fixes https://github.com/Joystream/joystream/issues/4106 Updates to playground and staging network deployment scripts: * Deploy 2 storage and 2 distributor nodes in playground * Do not deploy any storage infrastructure for staging network....
Fixes https://github.com/Joystream/joystream/issues/4176
I have observed that the processor is experiencing a slow down in the rate of processing blocks/events during a re-sync. When the processor is started up the rate is quite...
New weights generated (from commit 674974ab35a0fa8e3758f68414c096be8bf80ee2) , switched from Amazon machine to Google Cloud (see https://github.com/Joystream/joystream/issues/4369) The block execution weight has changed so there is a test failing now: ```...
Regenerated weights for content and project-tokens pallet - ref https://github.com/Joystream/joystream/pull/4386#issuecomment-1283467922 ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1202132419573087/1203198087360039) by [Unito](https://www.unito.io)
- Add option to run a "dev" chain using the production config settings at genesis instead of the test settings. `joystream-node --chain prod --alice` Unlike `joystream-node --dev` you will need...
Our substrate node [implementation](https://github.com/joystream/joystream/tree/master/node) is based on the substrate [node-template](https://github.com/paritytech/substrate/tree/master/bin/node-template). Over time as we updated version of substrate we use, some pieces came from node-template and other from [node](https://github.com/paritytech/substrate/tree/master/bin/node). It...