renovate[bot]
dc739dcbe3
Update actions/checkout action to v3 ( #3234 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot]
f9d9279320
Update actions/setup-node action to v3 ( #3220 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Francisco Giordano
b119b564df
Improve wording for forum link in new issue templates
3 years ago
Francisco Giordano
7c47ac7193
Add workflow to generate and update docs branches
3 years ago
JulissaDantes
b3b83b558e
Add Slither reentrancy check in CI ( #3047 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
3 years ago
Francisco Giordano
4a6d82acb9
add workflow to trigger transpilation to upgradeable contracts
...
(cherry picked from commit 049ff9a3c7
)
4 years ago
Francisco Giordano
049ff9a3c7
add workflow to trigger transpilation to upgradeable contracts
4 years ago
renovate[bot]
865dc9365c
Update codecov/codecov-action action to v2 ( #2779 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
William Entriken
0500c9e53e
Use "OpenZeppelin Contracts" where appropriate ( #2778 )
4 years ago
Hadrien Croubois
4d0f8c1da8
Check inheritance tree consistency ( #2727 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Francisco Giordano
aa06c9fbc1
Use Node 12 in CI
4 years ago
Hadrien Croubois
585db1f667
Improve Hardhat config ( #2612 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Hadrien Croubois
1ba03b164a
Add support for eth-gas-reporter ( #2501 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
Francisco Giordano
c82895fb65
Fix codecov reports
4 years ago
Francisco Giordano
fa33fbce75
Allow manual dispatch of Test CI job
...
(cherry picked from commit bcc7192af7
)
4 years ago
Francisco Giordano
bcc7192af7
Allow manual dispatch of Test CI job
4 years ago
Francisco Giordano
5a8e6bda51
Update pull request template
4 years ago
Andre Korol
974c534210
Update contracts to support Solidity 0.8.x ( #2442 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
4 years ago
renovate[bot]
d8658dbc47
Update actions/setup-node action to v2 ( #2440 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
Francisco Giordano
a138dc3970
Remove stalebot
4 years ago
Francisco Giordano
cb19930b83
Run tests on release branches
4 years ago
Francisco Giordano
705b0b0001
Improve GitHub Actions node_modules caching
4 years ago
Francisco Giordano
da9161fc91
Migrate to GitHub Actions
4 years ago
Andrew B Coathup
7554ea84a3
Update support request ( #2148 )
5 years ago
Francisco Giordano
3118bb33ac
Add forum link in new issue page
5 years ago
Francisco Giordano
ccdeca65a1
make stalebot ignore prs tagged "meta"
5 years ago
Santiago Palladino
b8c8308d77
Add @openzeppelin/contracts as alternative package name ( #1840 )
...
* Rename package and repository name from docs and scripts
* undo root package rename
* add @openzeppelin/contracts as subpackage with release automation
* synchronize @openzeppelin/contracts version
* remove private field from package.json
* make file patterns absolute
* change wording of a comment
* use a saner version script
6 years ago
Andrew B Coathup
1b350c5837
Update bug_report.md ( #1836 )
...
Update URLs and names to OpenZeppelin and OpenZeppelin Contracts
6 years ago
Francisco Giordano
59f03f00c5
Fix stalebot exempt labels
6 years ago
Nicolás Venturo
ea59f86cdf
Update stalebot wording and timing. ( #1722 )
6 years ago
Nicolás Venturo
92e68e3aaa
Revert "Add WIP bot."
...
This reverts commit 07fc8c731a
.
6 years ago
Nicolás Venturo
07fc8c731a
Add WIP bot.
6 years ago
Nicolás Venturo
c008f1f0c6
Exclude on-hold PRs and issues on stalebot. ( #1696 )
6 years ago
Nicolás Venturo
edfce5a3dd
Add probot/stale to the repo. ( #1681 )
6 years ago
Nicolás Venturo
06f7266a6e
Replace mentions of Slack for forum links. ( #1671 )
...
* Replace mentions of Slack for forum links.
* make forum lowercase
6 years ago
nikeshnazareth
a1f168be96
Add the solidity linter command to the PR template ( #1653 )
...
* Add the solidity linter command to the PR template
The PR template states that a contributor should run the
Solidity/JS linters before submission. However, it only states the
command for the JS linter.
This commit adds the Solidity linter command explicitly.
* Use past tense in the list of prerequisites
6 years ago
Nicolás Venturo
fad30c3d2c
Added changelog. ( #1555 )
...
* Added changelog.
* Added PR template note.
* Update .github/PULL_REQUEST_TEMPLATE.md
Co-Authored-By: nventuro <nicolas.venturo@gmail.com>
* Update PULL_REQUEST_TEMPLATE.md
* Update CHANGELOG.md
Co-Authored-By: nventuro <nicolas.venturo@gmail.com>
* Update CHANGELOG.md
Co-Authored-By: nventuro <nicolas.venturo@gmail.com>
* Apply suggestions from code review
Co-Authored-By: nventuro <nicolas.venturo@gmail.com>
* Added more headers and sub-headers.
* Added deprecations category.
* Added PR links.
* Added PausableCrowdsale.
* Addressed review comments.
* Update CHANGELOG.md
Co-Authored-By: nventuro <nicolas.venturo@gmail.com>
6 years ago
Francisco Giordano
5c228805ad
Update issue templates ( #1376 )
...
* Update issue templates
* improve pull request template
* remove previous issue template
6 years ago
dwardu
76169cda40
Fixed a broken payment test (+ another small fix) ( #1318 )
...
* Fixed a broken payment test
* In PR template, npm run lint:fix, not lint:all:fix
* In SplitPayment test, replaced an await-in-loop with Promise.all
(cherry picked from commit b79196f911
)
6 years ago
dwardu
b79196f911
Fixed a broken payment test (+ another small fix) ( #1318 )
...
* Fixed a broken payment test
* In PR template, npm run lint:fix, not lint:all:fix
* In SplitPayment test, replaced an await-in-loop with Promise.all
6 years ago
Francisco Giordano
a7e91856f3
Update to Truffle 4.1.5 and Ganache 6.1.0 ( #876 )
...
* Update to ganache-cli v6.1.0 and truffle v4.1.0
* Update to stable version of ganache-cli
* fix: update event emission warning
- Fix event emission warnings for solidity 4.21 after truffle has been
updated to use this version
* fix pr review comments
* update to truffle v4.1.5
* update package-lock
* add additional emit keywords
* update solidity-coverage to 0.4.15
* update to solium 1.1.6
* fix MerkleProof coverage analysis by testing through wrapper
* change version pragma to ^0.4.21
* fix solium linting errors
7 years ago
Leo Arias
a9c777faa6
docs: fix contributing link ( #848 )
...
* docs: fix contributing link
7 years ago
Matt Condon
a5d5867092
feat: update pr templates, closes #696 ( #699 )
...
* feat: update pr templates, closes #696
* fix: move lint command to end of bullet
7 years ago
Manuel Aráoz
0cdc5e13ce
Update ISSUE_TEMPLATE.md
7 years ago
Matt Condon
e0f3fea97f
feat: add solium linting to travis, npm script
7 years ago
Matt Condon
a58e3e151a
fixup: pr template mdown syntax
7 years ago
Matt Condon
29edd4e15e
feat: implement issue and pr templates
7 years ago