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

merge new code0601 #1

Merged
merged 939 commits into from
Jun 1, 2020
Merged
Changes from 1 commit
Commits
Show all changes
939 commits
Select commit Hold shift + click to select a range
c247a21
Make ERC1820 address constant (#1912)
nventuro Sep 6, 2019
dd2094b
Make _msgSender() payable (#1913)
nventuro Sep 9, 2019
f615fd1
Fix bouncer signature tests (#1915)
nventuro Sep 11, 2019
53edc70
Remove extra parenthesis (#1919)
xotonic Sep 17, 2019
f9f0eec
abcoathup GSN Bouncers review (#1916)
abcoathup Sep 25, 2019
8026a8a
GSNSignatureBouncer fix (#1920)
crazyrabbitLTC Oct 4, 2019
4f4d305
Fix the GSNBouncerERC20Fee token decimals to 18 (#1929)
frangio Oct 7, 2019
80125a1
fix gsn api links
frangio Oct 9, 2019
5183c6a
Show visibility (#1945)
deadpine Oct 15, 2019
f5fe378
update solidity-docgen
frangio Oct 17, 2019
9df4f79
Design tweaks to documentation template (#1937)
frangio Oct 17, 2019
86bfdfc
add indicators for events and modifiers (#1954)
frangio Oct 18, 2019
bfbbf4d
change 'visibility' class to 'item-kind' in docs template
frangio Oct 18, 2019
7c31b98
Remove SignatureBouncer from draft docs (#1964)
nventuro Oct 24, 2019
21d014d
Improve PullPayment docs (#1965)
nventuro Oct 24, 2019
6efbee6
GSN renaming (#1963)
nventuro Oct 25, 2019
b0dbe0f
Transfer replacement (#1962)
nventuro Oct 25, 2019
a1b3de6
fix pr reference number for Address.sendValue
frangio Oct 28, 2019
e84e191
Fixes dead link in Readme. (#1969)
MicahZoltu Oct 28, 2019
875f179
Update access-control.adoc (#1968)
ristosaar Oct 28, 2019
ab4d43c
fix script for preparing contracts package
frangio Oct 28, 2019
1c220e1
Forward all gas on PullPayment withdrawal (#1976)
nventuro Oct 28, 2019
4c997ea
make PullPayment.withdrawPaymentsWithGas external
frangio Oct 29, 2019
feaf051
added feature availability info to documentation
frangio Oct 29, 2019
1eb80dd
move changelog entry to new features section
frangio Oct 29, 2019
c4bb7b7
remove beta notice
frangio Oct 29, 2019
bddbbe9
add changes to minimum solidity compiler version in the changelog
frangio Oct 29, 2019
f5c95cc
add changes to minimum solidity compiler version in the changelog
frangio Oct 29, 2019
cdf655f
2.4.0
frangio Oct 29, 2019
d839c24
Merge branch 'release-v2.4.0'
frangio Oct 29, 2019
8e35639
add explanation of drafts category
frangio Oct 30, 2019
19a6590
bump solidity-docgen from 0.3.5 to 0.3.7
frangio Oct 30, 2019
21d19dc
bump solidity-docgen from 0.3.7 to 0.3.9
frangio Oct 31, 2019
5b2de26
Made _burn internal instead of private (#1908)
MickdeGraaf Oct 31, 2019
f4c5ce3
Add section on how to upgrade from 2.4-beta (#1981)
frangio Nov 1, 2019
c3f2ed8
tweak instructions on how to upgrade from beta
frangio Nov 1, 2019
207f315
tweak formatting of changelog
frangio Nov 5, 2019
81b1e48
typo fixes (#1983)
ericDeCourcy Nov 5, 2019
a20408a
Update CHANGELOG.md
nventuro Nov 8, 2019
aa73460
Update CHANGELOG.md
nventuro Nov 8, 2019
3608fb4
Bump truffle from 5.0.42 to 5.0.44 (#1990)
dependabot-preview[bot] Nov 11, 2019
bc84ea4
Bump solidity-docgen from 0.3.9 to 0.3.11 (#1989)
dependabot-preview[bot] Nov 11, 2019
9cac50e
Bump ethereumjs-util from 6.1.0 to 6.2.0 (#1988)
dependabot-preview[bot] Nov 11, 2019
ab43553
add explicit npm ci in prepare-docs
frangio Nov 11, 2019
f90700f
add detail to deprecation notice
frangio Nov 12, 2019
33047ff
Update ReentrancyGuard for Istanbul Hard Fork (#1992)
ericDeCourcy Nov 13, 2019
714f13d
fix docs template to include only own items
frangio Nov 15, 2019
49042f2
feat: add baseTokenURI to ERC721Metadata (#1970)
nachomazzara Nov 15, 2019
8e98048
Fix broken crossreference links (#2005)
frangio Nov 19, 2019
95e5417
Update MerkleProof.sol (#1997)
fulldecent Nov 19, 2019
4237eea
Bump @openzeppelin/test-helpers from 0.5.3 to 0.5.4 (#1999)
dependabot-preview[bot] Nov 20, 2019
28b95ef
ReentrancyGuard gas optimization (#1996)
nventuro Nov 23, 2019
cc0f89e
Bump nodemon from 1.19.4 to 2.0.1 (#2008)
dependabot-preview[bot] Nov 25, 2019
ca6a5dc
Changes ERC777 external functions to public for allowing overrides #1…
arindamghosh4995 Nov 27, 2019
5f92adc
Migrate from truffle to test-environment (#2007)
nventuro Nov 28, 2019
0c644cc
[Security] Bump eslint-utils from 1.4.0 to 1.4.3 (#2012)
dependabot-preview[bot] Dec 2, 2019
b56e00e
Fix documentation previews in pull requests (#2015)
frangio Dec 2, 2019
2593457
rename docs-utils dependency
frangio Dec 3, 2019
d0d5c28
Bump openzeppelin-docs-utils from `8e3fa25` to `dc7ce30` (#2021)
dependabot-preview[bot] Dec 9, 2019
aec642c
[Security] Bump eslint-utils from 1.4.0 to 1.4.3 (#2019)
dependabot-preview[bot] Dec 9, 2019
3eaf500
disable oz cli interactivity in compile script
frangio Dec 9, 2019
5d47aa8
Correct documentation for isContract check (#2017)
fulldecent Dec 10, 2019
73a5903
Update README.adoc
nventuro Dec 10, 2019
cf0e71b
Update crowdsales.adoc fix invalid conversion (#2026)
abcoathup Dec 16, 2019
fbddf5b
Test common case first (#2023)
fulldecent Dec 16, 2019
ccdeca6
make stalebot ignore prs tagged "meta"
frangio Dec 19, 2019
67a7151
[Security] Bump handlebars from 4.1.2 to 4.5.3 (#2033)
dependabot-preview[bot] Dec 26, 2019
249b5e9
Bump mocha from 6.2.2 to 7.0.0 (#2042)
dependabot-preview[bot] Jan 6, 2020
f9650b4
Remove .gitkeep as it's not needed. (#2046)
cgcardona Jan 7, 2020
62651e8
Docs overhaul (#2045)
nventuro Jan 13, 2020
7014d94
Fix doc links
nventuro Jan 13, 2020
73cbd6a
fix typo
frangio Jan 13, 2020
e5805c4
Bump openzeppelin-docs-utils from `dc7ce30` to `f6b5291` (#2050)
dependabot-preview[bot] Jan 14, 2020
5376e5d
Bump @openzeppelin/gsn-helpers from 0.2.1 to 0.2.3 (#2052)
dependabot-preview[bot] Jan 14, 2020
d006a75
Bump eslint-plugin-import from 2.18.2 to 2.20.0 (#2051)
dependabot-preview[bot] Jan 14, 2020
54d2aec
issue#1980 (#2038)
NTP-996 Jan 14, 2020
410e4f8
Fix link to GSN overview (#2053)
nventuro Jan 15, 2020
d037217
Update README (#2056)
abcoathup Jan 16, 2020
06983a2
add note suggesting reentrancy post (#2059)
frangio Jan 20, 2020
b1e8114
Upgrade test-environment dependency
nventuro Jan 20, 2020
d6698c3
Copy docsite landing to readme (#2058)
nventuro Jan 23, 2020
8c40a5b
Create2 feature pending tasks (#2013)
frangio Jan 23, 2020
e493fb3
Add 'available since' notes. Fixes #2054
nventuro Jan 23, 2020
7d7cbca
Fix/improve revert reason #1727 (#2018)
alant Jan 23, 2020
73abd54
Made private methods internal to allow for overriding (#2027)
MickdeGraaf Jan 23, 2020
1e0f077
Implementation of an address Enumerable Set (#2061)
alcueca Jan 24, 2020
88dc1ca
Reorder functions to prevent shadowing warning
nventuro Jan 24, 2020
e4a8a55
2.5.0-rc.0
nventuro Jan 24, 2020
d775e31
Update package homepage.
nventuro Jan 24, 2020
06be0ab
Bump mocha from 7.0.0 to 7.0.1 (#2066)
dependabot-preview[bot] Jan 27, 2020
f2512a4
[Security] Bump handlebars from 4.1.2 to 4.7.2 (#2065)
dependabot-preview[bot] Jan 27, 2020
5a67a69
[Security] Bump eslint-utils from 1.4.0 to 1.4.3 (#2064)
dependabot-preview[bot] Jan 27, 2020
6102ddf
Update README link to learn guide (#2070)
abcoathup Jan 30, 2020
8975289
Fix EnumerableSetMock for 2.5.rc1 (#2069)
alcueca Jan 30, 2020
0ac83ce
Fix EnumerableSetMock for 2.5.rc1 (#2069)
alcueca Jan 30, 2020
7988c04
EnumerableSet improvements (#2077)
nventuro Feb 4, 2020
1b938e3
EnumerableSet improvements (#2077)
nventuro Feb 4, 2020
941d305
Update docs
nventuro Feb 4, 2020
58a3368
2.5.0
nventuro Feb 4, 2020
5f357d8
Merge branch 'release-v2.5.0'
nventuro Feb 4, 2020
e7bded6
Fix ignoring mock artifacts on release
nventuro Feb 4, 2020
8e58cda
Revert "Fix ignoring mock artifacts on release"
nventuro Feb 5, 2020
25dec29
Bump solidity-docgen (#2078)
nventuro Feb 5, 2020
4a531fe
Add note about gas costs (#2079)
nventuro Feb 6, 2020
f905a14
Fix docsite link
nventuro Feb 6, 2020
04a1b21
update docs-utils to keep docs version in sync
frangio Feb 11, 2020
5dfe721
Migrate Contracts to Solidity v0.6 (#2080)
nventuro Feb 14, 2020
19417c7
Rename CREATE2 argument from bytecodeHash to bytecode and add new met…
k06a Feb 14, 2020
e4d2830
Update release script for major releases
nventuro Feb 14, 2020
82147dc
[Security] Bump handlebars from 4.1.2 to 4.7.3 (#2095)
dependabot-preview[bot] Feb 17, 2020
08cea10
Fix `operatorBurn` description typo. (#2091)
cleanunicorn Feb 17, 2020
1c22c79
[Security] Bump eslint-utils from 1.4.0 to 1.4.3 (#2093)
dependabot-preview[bot] Feb 17, 2020
1350f49
Bump openzeppelin-docs-utils from `af3466e` to `459f171` (#2094)
dependabot-preview[bot] Feb 17, 2020
03b61e0
Bump @openzeppelin/cli from 2.7.0-rc.2 to 2.7.1 (#2097)
dependabot-preview[bot] Feb 17, 2020
62065cf
add prepare-docs script to subpackage
frangio Feb 17, 2020
970122a
Bump solhint from 3.0.0-rc.2 to 3.0.0-rc.3 (#2096)
dependabot-preview[bot] Feb 18, 2020
ab19138
Bump @openzeppelin/test-environment from 0.1.2 to 0.1.3 (#2101)
dependabot-preview[bot] Feb 26, 2020
21d2b90
allow running specific test files on their own
frangio Feb 28, 2020
cb458f3
Bump mocha from 7.0.1 to 7.1.0 (#2104)
dependabot-preview[bot] Mar 2, 2020
3296ca7
Rearrange erc721metadata layout to mimic eth-pkg (#2098)
nventuro Mar 4, 2020
ca19cea
install @openzeppelin/docs-utils
frangio Mar 9, 2020
e2813df
Use bytes32 explicitly for Create2.computeAddress() (#2088)
k06a Mar 9, 2020
65e4ffd
Make ECDSA.recover revert on error. (#2114)
nventuro Mar 10, 2020
0449062
Bump solhint from 3.0.0-rc.3 to 3.0.0-rc.5 (#2109)
dependabot-preview[bot] Mar 11, 2020
7acd60d
Add notice about deprecated Crowdsales (#2116)
nventuro Mar 11, 2020
ed2c289
Bump acorn from 6.4.0 to 6.4.1 (#2124)
dependabot[bot] Mar 13, 2020
a949d4e
Bump @openzeppelin/gsn-provider from 0.1.9 to 0.1.10 (#2126)
dependabot-preview[bot] Mar 16, 2020
d14007d
Bump @openzeppelin/test-helpers from 0.5.4 to 0.5.5 (#2127)
dependabot-preview[bot] Mar 16, 2020
68ad1ed
Bump @openzeppelin/cli from 2.7.1 to 2.7.2 (#2129)
dependabot-preview[bot] Mar 16, 2020
baaadde
Remove ERC20._burnFrom (#2119)
nventuro Mar 16, 2020
8176a90
Cleanup of Ownership directory (#2120)
nventuro Mar 16, 2020
c963052
Draft and lifecycles directories cleanup (#2122)
nventuro Mar 16, 2020
c173392
Revamped Access Control (#2112)
nventuro Mar 16, 2020
f1db309
Remove deprecated functions and contracts (#2125)
nventuro Mar 16, 2020
eb34ae6
Make IERC721 contracts interfaces instead (#2113)
nventuro Mar 16, 2020
9975a1a
Remove Address.toPayable (#2133)
nventuro Mar 16, 2020
63c89c7
[Security] Bump acorn from 6.4.0 to 6.4.1 (#2132)
dependabot-preview[bot] Mar 16, 2020
9005804
Make AccessControl GSN compatible (#2135)
nventuro Mar 16, 2020
e7b2248
Make ERC777 operator the caller (#2134)
nventuro Mar 16, 2020
a8d6f13
Remove all 'available since' notices
nventuro Mar 16, 2020
a3c6e5f
3.0.0-rc.0
nventuro Mar 16, 2020
5ccecab
Add prerelease marker
nventuro Mar 17, 2020
865aae0
Temporarily hide hooks page
nventuro Mar 17, 2020
5112b6b
update solidity-docgen with support for solidity 0.6 (#2136)
frangio Mar 17, 2020
60a73c6
Merge branch 'master' into release-v3.0.0
nventuro Mar 17, 2020
a65bcfd
[Security] Bump acorn from 5.7.3 to 6.4.1 (#2137)
dependabot-preview[bot] Mar 18, 2020
0afba1f
[Security] Bump handlebars from 4.1.2 to 4.7.3 (#2138)
dependabot-preview[bot] Mar 18, 2020
3ae631c
Fix display of array arguments in documentation (#2141)
frangio Mar 20, 2020
c8aab57
Bump eslint-config-standard from 14.1.0 to 14.1.1 (#2143)
dependabot-preview[bot] Mar 25, 2020
d6616fd
Bump mocha from 7.1.0 to 7.1.1 (#2144)
dependabot-preview[bot] Mar 25, 2020
7c3606a
Bump solidity-docgen from 0.4.0-beta.1 to 0.4.1 (#2145)
dependabot-preview[bot] Mar 25, 2020
3118bb3
Add forum link in new issue page
frangio Mar 25, 2020
7554ea8
Update support request (#2148)
abcoathup Mar 26, 2020
4476a2d
Unsigned conversion #2111 (#2123)
pepelu Mar 27, 2020
97894a1
Adhere to naming convention (#2150)
nventuro Mar 27, 2020
c8bef05
[Security] Bump acorn from 6.4.0 to 6.4.1 (#2152)
dependabot-preview[bot] Mar 27, 2020
24c37c1
Bundle ERC721 extensions into base contract (#2149)
nventuro Mar 27, 2020
7415ebe
API improvements for EnumerableSet (#2151)
nventuro Mar 27, 2020
feb7ead
Add revert if the bytecode length is zero (#2117)
corydickson Mar 28, 2020
0f9adc1
Fix broken xrefs (#2153)
frangio Mar 30, 2020
06ae096
Bump @openzeppelin/cli from 2.7.2 to 2.8.0 (#2157)
dependabot-preview[bot] Mar 30, 2020
d704b52
Fix typo in changelog, replace burn(owner) with burn(tokenId) (#2159)
GuillaumeCz Mar 30, 2020
1bc923b
fix use of asciidoc quotes
frangio Mar 30, 2020
5b5d91c
Remove 'external' functions (#2162)
nventuro Apr 2, 2020
0408e51
Bundle ERC20Detailed (#2161)
nventuro Apr 2, 2020
bd07784
Add EnumerableMap, refactor ERC721 (#2160)
nventuro Apr 2, 2020
6668a4d
Remove unused behavior
nventuro Apr 2, 2020
402c6ab
Update docs (#2168)
nventuro Apr 3, 2020
a0f6bd3
Add 'deploy-ready' token contracts (#2167)
nventuro Apr 3, 2020
92a60b2
Merge branch 'master' into release-v3.0.0
nventuro Apr 3, 2020
63a3665
3.0.0-rc.1
nventuro Apr 3, 2020
7c19c56
Improve API docgen sorting
nventuro Apr 3, 2020
21ceabc
Improve API docgen sorting
nventuro Apr 3, 2020
96a7113
Fix broken links
nventuro Apr 3, 2020
c4e5daf
Fix Pausable docs
nventuro Apr 3, 2020
cd6f529
Merge branch 'master' into release-v3.0.0
nventuro Apr 3, 2020
bbb245f
Add rc marker to docs
nventuro Apr 3, 2020
9edee8a
Fix linter errors
nventuro Apr 3, 2020
d8a5ffe
Fix prerelease marker
nventuro Apr 3, 2020
f4566aa
Fix rc generator
nventuro Apr 3, 2020
0292d79
add passthrough delimiters to avoid italics from underscores (#2169)
frangio Apr 3, 2020
885378e
Fix some of the code formatting in docs
frangio Apr 4, 2020
05d1618
Update Contracts docs to make examples compile (#2170)
abcoathup Apr 7, 2020
e03c057
Bump solhint from 3.0.0-rc.6 to 3.0.0-rc.7 (#2183)
dependabot-preview[bot] Apr 13, 2020
281bcb7
Bump @openzeppelin/cli from 2.8.0 to 2.8.1 (#2182)
dependabot-preview[bot] Apr 13, 2020
d2ab599
Update IERC777.sol (#2184)
nventuro Apr 14, 2020
3b10205
Improve ERC20Snapshot documentation (#2186)
frangio Apr 14, 2020
b734bf3
Tweak wording in ERC20Snapshot docs
frangio Apr 15, 2020
3216fd9
Configure line length in .editorconfig
frangio Apr 15, 2020
4ca719b
Fix typo
frangio Apr 15, 2020
b6513f6
provide 'automatic' token URI by appending the token ID to the base U…
KaiRo-at Apr 15, 2020
3e139ba
Add missing hook to ERC777, fix relevant documentation (#2191)
nventuro Apr 15, 2020
8b10cb3
Rename Strings.fromUint256 to Strings.toString (#2188)
frangio Apr 15, 2020
cca71ab
Fix deprecation warnings (#2115)
nventuro Apr 16, 2020
13e113d
Improve usage of toString
nventuro Apr 17, 2020
c770571
Remove in-constructor requirements (#2195)
nventuro Apr 17, 2020
1075898
Bump @openzeppelin/cli from 2.8.1 to 2.8.2 (#2200)
dependabot-preview[bot] Apr 20, 2020
2663c5e
Bump @openzeppelin/test-environment from 0.1.3 to 0.1.4 (#2201)
dependabot-preview[bot] Apr 20, 2020
6d5ef3e
Bump solhint from 3.0.0-rc.7 to 3.0.0-rc.8 (#2202)
dependabot-preview[bot] Apr 20, 2020
c986dfb
[Security] Bump acorn from 6.4.0 to 6.4.1 (#2204)
dependabot-preview[bot] Apr 20, 2020
5bb8d02
Improve Hooks documentation (#2199)
nventuro Apr 20, 2020
715ec80
ERC721 deploy ready fixes (#2192)
nventuro Apr 20, 2020
528c23d
Remove ethpm.json and update releasing docs (#2205)
frangio Apr 20, 2020
05085aa
Merge branch 'master' into release-v3.0.0
nventuro Apr 20, 2020
a432010
Remove prerelease tag from docs
nventuro Apr 20, 2020
32f5500
Remove outdated notes to v2.x docs
nventuro Apr 20, 2020
b745296
3.0.0
nventuro Apr 20, 2020
57551c8
Fix asciidoc typos
frangio Apr 21, 2020
6f40ed3
Fix crossreference
frangio Apr 21, 2020
c4be4d1
ERC721 documentation (#2164)
GuillaumeCz Apr 21, 2020
e50e496
Remove unnecessary linter ignore
nventuro Apr 21, 2020
364da52
Add note about default admin role security (#2211)
nventuro Apr 22, 2020
ad290e7
Use msg.sender in docs
frangio Apr 23, 2020
c75b016
Add missing requirements to ERC777 (#2212)
nventuro Apr 24, 2020
3843c9b
Add changelog entry
nventuro Apr 24, 2020
8378289
2.5.1
nventuro Apr 24, 2020
e156b61
Merge branch 'release-v2.5.0'
nventuro Apr 24, 2020
d0f67f9
Add changelog entry
nventuro Apr 24, 2020
dd226e1
Add latest audit notice
nventuro Apr 24, 2020
1ff8a97
add docs badge
frangio Apr 24, 2020
dc3f922
Bump mocha from 7.1.1 to 7.1.2 (#2216)
dependabot-preview[bot] Apr 27, 2020
6e3de4d
Merge pull request #2213 from nventuro/merge-v2.5.1
nventuro Apr 27, 2020
087d314
3.0.1
nventuro Apr 27, 2020
61973af
Remove misleading SafeMath comment
nventuro Apr 28, 2020
ca38899
Upgrade solhint to 3.0 (#2223)
fvictorio May 4, 2020
b362e88
Bump ethereumjs-util from 6.2.0 to 7.0.0 (#2222)
dependabot-preview[bot] May 4, 2020
4bc45e3
[Security] Bump acorn from 6.4.0 to 6.4.1 (#2224)
dependabot-preview[bot] May 4, 2020
c20e620
Improve Pausable docs
nventuro May 4, 2020
ac0a432
Bump solidity-docgen from 0.4.1 to 0.5.3 (#2221)
dependabot-preview[bot] May 4, 2020
78dc377
Making IERC721Receiver an interface (#2225)
julianmrodri May 6, 2020
73baf0b
Feature/Adding RoleAdminChanged event in AccessControl (#2214)
julianmrodri May 6, 2020
4cbcaf3
Fix linter errors
nventuro May 8, 2020
0c7b2ec
Make Context abstract (#2229)
frangio May 8, 2020
956d663
ERC1155 feature pending tasks (#2014)
frangio May 8, 2020
5f9a86a
Remove leftovers of TokenVesting contract
nventuro May 8, 2020
fd981ad
fix removal of mocks from published package
frangio May 12, 2020
cfa9ad9
Fix ReentrancyGuard for Proxy Pattern (#2171)
May 12, 2020
4fe31f8
Fixed typo in ERC20PresetMinterPauser (#2233)
SmritiVerma May 13, 2020
fa36244
separate prepare and prepack scripts to fix CI
frangio May 13, 2020
56de324
Add SPX license identifier (#2235)
nventuro May 15, 2020
217a616
Bump ethereumjs-util from 7.0.0 to 7.0.1 (#2238)
dependabot-preview[bot] May 18, 2020
e2b97d6
Update readme to reflect docsite, fixes #2168
nventuro May 19, 2020
424ab2a
Update SafeERC20.sol (#2246)
Ro5s May 26, 2020
c18ffd7
Bump mocha from 7.1.2 to 7.2.0 (#2245)
dependabot-preview[bot] May 26, 2020
5513dfd
Adding SafeCast variants for signed integers (#2243)
julianmrodri May 26, 2020
2a0f2a8
Update LICENSE (#2247)
Ro5s May 28, 2020
d418da6
Decrease CREATE2 address computation gas usage from 623 to 539 (#2244)
k06a May 28, 2020
7ee98cf
Configure Renovate (#2248)
renovate[bot] May 29, 2020
414adb9
Update dependency ethereumjs-util to v7.0.2 (#2250)
renovate[bot] May 29, 2020
142f6c3
configure renovate to run weekly
frangio May 31, 2020
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
Prev Previous commit
configure renovate to run weekly
frangio committed May 31, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 142f6c3f05ea033aa654f59c32e41203ce92a4bb
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,8 @@
"rangeStrategy": "update-lockfile",
"extends": [
"config:base",
"group:allNonMajor"
"group:allNonMajor",
"schedule:weekly"
],
"packageRules": [
{