Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combined fixes #47

Open
wants to merge 30 commits into
base: release-1.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
51da2a7
Add reentrancy guard and check deposited tokens are registered
pash7ka Nov 13, 2020
93e379d
Add whitelist check for intermediate senders (which can only be contr…
pash7ka Nov 13, 2020
e8e264f
Add check for gas left
pash7ka Nov 13, 2020
3ada219
Fix compilation errors (wip)
pash7ka Nov 17, 2020
ba422b6
Fix stack too deep error
pash7ka Nov 17, 2020
65b644a
add crytic-config.json
0xbuidlman Nov 18, 2020
c5f586f
crytic update
0xbuidlman Nov 18, 2020
7f0e326
ignore VSCode settings
pash7ka Dec 16, 2020
a54edb1
DD-1493 Fix MixBytes MAJOR 1
pash7ka Dec 16, 2020
38c4305
DD-1493 Fix MixBytes MAJOR 2
pash7ka Dec 16, 2020
f64d86a
DD-1493 Fix MixBytes WARNINGS 1
pash7ka Dec 16, 2020
6385835
DD-1493 Fix MixBytes WARNINGS 2
pash7ka Dec 16, 2020
fe1e4da
DD-1493 Fix MixBytes WARNINGS 3
pash7ka Dec 16, 2020
5379753
DD-1493 Fix MixBytes COMMENTS 1
pash7ka Dec 16, 2020
8062eca
Add prettier and update ABIs
pash7ka Dec 17, 2020
6bb16cf
DD-1493 Fix MixBytes COMMENTS 2
pash7ka Dec 17, 2020
1de59fa
DD-1511 Do not iterate on distributions if user has no shares
pash7ka Dec 17, 2020
07d6be5
Move RewardDistributionModule_migration test to subfolder to maintain…
pash7ka Dec 18, 2020
4d69ce3
DD-1511 Improve fix
pash7ka Dec 21, 2020
c476c1b
DD-1511 Add test for reward migration
pash7ka Dec 21, 2020
a650826
Fix test after file move
pash7ka Dec 21, 2020
4ad01d5
DD-1571 Upgrade truffle and truffle-upgrades to correctly run test wi…
pash7ka Dec 21, 2020
4e779f8
DD-1571 test improvement
pash7ka Dec 23, 2020
ff94e52
DD-1571 Return UNFIXED version of RewardDistribution to work with tes…
pash7ka Dec 29, 2020
30cd597
DD-1571 improving test [wip]
pash7ka Dec 29, 2020
b0158e9
DD-1571 Fix SavingsModuleOld test contract to decrease it's size
pash7ka Jan 6, 2021
5fbf6ae
DD-1571 test [wip]
pash7ka Jan 11, 2021
bfd61a8
Revert "DD-1571 Return UNFIXED version of RewardDistribution to work …
pash7ka Jan 14, 2021
d5257d5
DD-1715 rinkeby upgraded
pash7ka Jan 14, 2021
8175086
DD-1746 Delphi upgrade
pash7ka Jan 20, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ types/*
coverage
coverage.json

# IDE config
.vscode/

# MacOS junk
.DS_Store
Loading