Domen Grabec

Results 26 issues of Domen Grabec

Using the latest version of Metamask crashes `ganache-core` module when confirming a `create-listing` transaction in Metamask. **Environment: ** - `origin-js` (with ganache-core at 2.2.1), `origin-dapp` on master - Eth network...

bug
origin.js
web3

When we are indexing a listing it would be helpful and increase search quality if we were to add category and subCategory names to the indexing text. This way for...

enhancement
origin.js
search
elasticsearch

As a proper rework of the idea tested in this PR: https://github.com/OriginProtocol/origin-js/pull/546 we should have an `options` object parameter in each `origin-js` method that has optional properties `transactionHashCallback` & `confirmationCallback`....

enhancement
origin.js
javascript

Recently search functionality has been added but there are no automated tests for it yet. The test should cover: - Apollo loaded GraphQl schema without errors - elasticsearch has spawned...

origin.js
testing
search

Now that we have fuzzy search we should do the following: - minor boost (0.5 for example) when fuzzy match in description field is found - normal boost (1) when...

origin.js
search
elasticsearch

# Contracts ## Changes * Added new `NativeStakingSSVStrategy` that takes WETH from the Vault and stakes ETH into SSV validators. * Added `FeeAccumulator` to receive ETH execution rewards. * Changes...

contracts

profitability check general tool

This fixes a test. FXS when performing a transfer also creates voting snapshots. This uses FXS owner tokens instead of setting ERC20 balance via snapshots.

Adds support for Balancer's Composable stable pools. Connected PR: https://github.com/OriginProtocol/origin-dollar/pull/1849