Ondratra
Ondratra
Contracts in `web3x` have their `abi`, `eth` (provider), and `default options` declared as private, so there is no way to get to these parameters used to construct the Contract. Web3js...
Fixes #79.
Fixes https://github.com/Joystream/joystream/issues/4024. Introduces a script that automatically fixes format and lint problems. ``` lint-typescript.sh --fix ``` Also, TS format and lint checks have been separated from all CI jobs into...
Recently, a script that lints all typescript code in monorepo has been created. (https://github.com/Joystream/joystream/pull/3998) Let's: 1) add this script to our CI check routines 2) remove any existing lint checks...
Fixes https://github.com/Joystream/joystream/issues/3866. Brings QN part of changes to channel agent permissions done in https://github.com/Joystream/joystream/pull/3561. Related PRs that brought some pieces needed for this feature are https://github.com/Joystream/joystream/pull/4030 and https://github.com/Joystream/joystream/pull/3726 (updated events...
During runtime upgrade proposals PR review https://github.com/Joystream/joystream/pull/3339 , I've noticed that there is a flow `updateRuntime.ts` in integration tests that doesn't seem to be called from any scenario, thus not...
We have repeatedly committed and pushed not properly linted code related to query node into PR. Our checks here on GitHub look for linting errors and discover them before the...
Many times we had a situation when Atlas or Pioneer developer made a blockchain transaction that caused a crash in the processor (due to a bug). While the transaction was...
Sometimes we encounter a hardly spotted bug in the mappings when we rely on some relation being loaded that is actually not loaded. ``` // invalid case const video =...
During the development of Olympia council mappings, I encountered another problem(s) with variants that might or might not be related to known problems https://github.com/Joystream/hydra/issues/396 or https://github.com/Joystream/hydra/issues/444. Assuming schema: ``` #...