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

Kaus release v2.51 #1574

Merged
merged 64 commits into from
Oct 19, 2021
Merged

Kaus release v2.51 #1574

merged 64 commits into from
Oct 19, 2021

Conversation

jjgonecrypto
Copy link
Contributor

No description provided.

drptbl and others added 30 commits September 21, 2021 02:45
 fix slither crashing in ci and local

#1519
* Adding safe functionality from the gnosis SDK to the owner command
* Updating nominate command to use owner actions when not the owner
* Sargas to be OVM only with 135, 142 and 174
* Adding missing SIP-140 from list
drptbl and others added 16 commits October 12, 2021 21:11
Signed-off-by: Jakub Mucha <jakub.mucha@icloud.com>
* chore: name entry added to lockfile in recent npm version
* ci: update docker containers to node@14.18
* update deployer to support EIP-1559

updates `--gas-price` to be replaced with `--max-fee-per-gas` which specifies the maximum base fee paid on a transaction. Additionally, deployer may also specify `--max-priority-fee-per-gas` to specify a mining tip (default: 1 gwei)

If the network does not support 1559, the `gasPrice` is automatically determined by ethers.

For EIP-1559 support, ethers.js needed to be upgraded to 5.4.6

Co-authored-by: jj <jj@og.snxdao.io>
* fix partial synth updates and debt cache updates

* Remove require check that cachedSum < Debt as excluded Debt can cause this to fail. Update calc of delta in new synths changed.
@jjgonecrypto jjgonecrypto changed the base branch from develop to master October 19, 2021 17:31
@codecov
Copy link

codecov bot commented Oct 19, 2021

Codecov Report

Merging #1574 (8f1d0f3) into master (70186f2) will decrease coverage by 0.59%.
The diff coverage is 45.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1574      +/-   ##
==========================================
- Coverage   96.04%   95.45%   -0.60%     
==========================================
  Files          75       76       +1     
  Lines        1745     1760      +15     
  Branches      549      555       +6     
==========================================
+ Hits         1676     1680       +4     
- Misses         69       80      +11     
Impacted Files Coverage Δ
contracts/Issuer.sol 98.18% <ø> (ø)
contracts/SafeCast.sol 14.28% <14.28%> (ø)
contracts/BaseDebtCache.sol 85.36% <100.00%> (ø)
contracts/DebtCache.sol 100.00% <100.00%> (ø)
contracts/Proxyable.sol 100.00% <100.00%> (+6.66%) ⬆️
contracts/SafeDecimalMath.sol 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 70186f2...8f1d0f3. Read the comment docs.

@jjgonecrypto jjgonecrypto marked this pull request as ready for review October 19, 2021 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants