Dmytro Maretskyi

Results 105 issues of Dmytro Maretskyi

Error: This script should only be loaded in a browser extension. Errors is thrown from `webextension-polyfill` when trying to import bridge in the window context. Using Chrome Version 86.0.4240.111

```typescript // test.ts function decorator(target: any, propertyName: string, descriptor: TypedPropertyDescriptor any>) { } class Foo { @decorator export() { } } ``` Running ``` node -r @swc-node/register src/test.ts ``` This...

closes https://github.com/TrueFiEng/useDApp/issues/788 closes https://github.com/TrueFiEng/useDApp/issues/520 closes https://github.com/TrueFiEng/useDApp/issues/419 closes https://github.com/TrueFiEng/useDApp/issues/282 ### TODO - [x] Portis connector - [x] Coinbase connector - [x] MetaMask connector in config by default - backwards compat. -...

In the case there's a C2T transaction to a non-empty state leaf, the dispute would trigger a revert which makes it impossible to dispute this fradulent transaction. Here's the line...

bug
p2
contracts

It look like WithdrawManager stores pending withdrawals using `withdrawRoot` which is the root of the merkle tree formed by new user states generated after mass-migration batch. The states are formed...

bug
p2
contracts

To claim the withdrawn funds to an ethereum address users submit a signature signed with their BLS wallet. Right now that signature only includes the address that the funds are...

bug
p1
contracts

Encoding a StateLeaf struct with all zeros produces a different output then `abi.encode(0)`. We've noticed that `abi.encode(0)` is used to represent a vacant state leaf. An example where this differences...

## Current Behavior Nx CLI crashes during CI run. ## Expected Behavior Nx CLI doesn't crash. ## Steps to Reproduce Happened during CI run: https://cloud.nx.app/runs/wrsuVMhD0of ### Failure Logs ``` Error...

type: bug

This is a list of all "nice-to-have" features for Restless: * Basic auth * Streaming responses * Support for rendering templates as in express * Integration with third-party middleware libraries

help wanted

**Checklist** * [x] Are you reporting a bug? Use github issues for bug reports and feature requests. For general questions, please use https://discuss.yjs.dev/ * [x] Try to report your issue...

bug