Arthur Deygin
Arthur Deygin
Changing the 'updated' to 'last added' option for movies in the docs. (as the actual API has no 'updated' sort, but 'last added' works.)
Implements https://sips.synthetix.io/sips/sip-252/. Changes other than what's covered in the SIP (and implementation details): - Immutable storage now lives in `RewardEscrowV2Storage` (which talks to old `RewardEscrowV2`), so `RewardEscrowV2` is upgradable (and...
Draft PR for initial review (while still working on tests)
This is a gas improvements exploration PR following the audit feedback. This adds an array method `getVestingSchedules` which uses only array based views on the previous contract in order to...
This is a version of https://github.com/Synthetixio/synthetix/pull/1825 in which a zeros range in used in storage contract to gas efficiently set a range of entries to zero (without setting them individually...
Rewrote storage fallback access in `RewardEscrowV2Storage` https://github.com/Synthetixio/synthetix/pull/1825 to use explicit flags instead of implicit logic.
Follow up from https://github.com/Synthetixio/synthetix/pull/1576/ Several reverse loops had incorrect stopping condition that works now, but is incorrect, and will result in panic errors with newer compiler versions.
Fixes a few minor issues found in https://github.com/Synthetixio/synthetix/pull/1576/ that can still be nice to fix: - interface and implementation mismatch (interface defines address, implementation IERC20) - contract overriding constant values...
Hi, first thanks for the awesome package! 1. Regularization: After some experiments with the ALS recommender on my data it seems that I'm not using the `regularization` hyperparameter in the...
I recently had to make a change to a repo that's using recording in it's tests, and at first couldn't figure out why I'm getting connection-refused errors coming from responses...