|
|
75f6dbb86c
|
Add import statements and GitHub link in API docs (#2714)
|
2021-06-11 15:09:32 -03:00 |
|
|
|
64f20ec624
|
Fix release.sh for npm 7
|
2021-03-23 12:15:21 -03:00 |
|
|
|
a3712a3288
|
add missing rewrite rule in scripts/migrate-imports.js
|
2021-03-22 18:07:02 +01:00 |
|
|
|
f076ff5dbd
|
Further reorganisation of the repo (#2575)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-03-08 17:06:54 -03:00 |
|
|
|
ec63c604ab
|
Fix prepack script
|
2021-03-03 17:06:05 +01:00 |
|
|
|
773c7265e8
|
Change title of meta transactions page in docs sidebar
|
2021-03-01 14:38:12 -03:00 |
|
|
|
4ee9fd77fd
|
Check upgradeable paths in migrate-imports test
|
2021-02-23 23:29:43 -03:00 |
|
|
|
24a0bc23cf
|
Reorganize the repo structure (#2503)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-02-22 16:44:16 +00:00 |
|
|
|
ed7623273a
|
Fix prepare-docs-solc.js for Hardhat
|
2021-02-04 14:22:19 -03:00 |
|
|
|
dd86c97e18
|
Fix scripts/prepare-docs.sh
|
2021-01-19 14:56:17 -03:00 |
|
|
|
ba843f0ad9
|
Fix release script
|
2020-11-26 20:42:32 -03:00 |
|
|
|
21344b91ed
|
Lint
|
2020-11-17 20:26:17 -03:00 |
|
|
|
d3a4e31fe2
|
Fix changelog versioning to include date only after final release
|
2020-11-17 19:23:02 -03:00 |
|
|
|
5803e11663
|
Improve script to version changelog
|
2020-11-17 18:50:10 -03:00 |
|
|
|
3d2e5c0310
|
Update lockfile (#2384)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2020-11-13 22:50:00 -03:00 |
|
|
|
8effd1e02a
|
Add scripts for when publishing @openzeppelin/contracts directly
(cherry picked from commit a1408a3411)
|
2020-11-11 16:40:23 -03:00 |
|
|
|
da9161fc91
|
Migrate to GitHub Actions
|
2020-11-06 17:20:45 -03:00 |
|
|
|
8533499507
|
Lint
|
2020-10-29 16:42:32 -03:00 |
|
|
|
fb4659c5d7
|
Change convention for unreleased changelog entries
|
2020-10-28 17:23:54 -03:00 |
|
|
|
f06738828b
|
Migrate to Hardhat (#2397)
|
2020-10-28 17:03:05 -03:00 |
|
|
|
ace35fdeda
|
Update all dependencies transitively (#2363)
|
2020-09-16 12:14:53 -03:00 |
|
|
|
c7d99531a7
|
Re-enable coverage analysis (#2291)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2020-09-15 20:59:42 -03:00 |
|
|
|
d9fa59f30a
|
Address ERC1155 changes (#2267)
* Make holder fns public
* Add context, remove msg.sender from check
* Fix location of Holder arguments
* Add beforeTransfer hook
* Minor test improvements
* Add ERC1155Burnable and tests
* Add ERC1155Pausable
* Add ERC1155PresetMinterPauser.sol
* Add uri constructors
* Improved revert reasons
* Initial docs improvements
* Add missing docs
* Improve acceptance checks revert reasons
* Apply suggestions from code review
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
* Remove note about 1155 preset uri in mint
* Add rquirements to balanceOfBatch
* Add note about URI and uri
* Fix list in docs
* Fix lint errors
* Use natural sorting for API titles
* Fix doc references
* Escape {id} references to remove docgen warnings
* Added intro docs, fixed links
* Apply suggestions from code review
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
* Add changelog entry
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2020-06-09 14:47:51 -03:00 |
|
|
|
fa36244bec
|
separate prepare and prepack scripts to fix CI
|
2020-05-13 17:28:13 -03:00 |
|
|
|
fd981ad315
|
fix removal of mocks from published package
|
2020-05-12 17:36:16 -03:00 |
|
|
|
ac0a4327a9
|
Bump solidity-docgen from 0.4.1 to 0.5.3 (#2221)
* Bump solidity-docgen from 0.4.1 to 0.5.3
Bumps solidity-docgen from 0.4.1 to 0.5.3.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Update prepare-docs.sh
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2020-05-04 17:14:12 -03:00 |
|
|
|
528c23d679
|
Remove ethpm.json and update releasing docs (#2205)
* remove ethpm.json
* update releasing document
* fix release documentation to be more realistic
|
2020-04-20 20:10:30 -03:00 |
|
|
|
9edee8a7a8
|
Fix linter errors
|
2020-04-03 17:15:40 -03:00 |
|
|
|
7c19c56844
|
Improve API docgen sorting
|
2020-04-03 17:01:29 -03:00 |
|
|
|
e4d2830f1d
|
Update release script for major releases
|
2020-02-14 13:37:28 -03:00 |
|
|
|
04a1b21874
|
update docs-utils to keep docs version in sync
|
2020-02-11 19:04:17 -03:00 |
|
|
|
8e58cda8c3
|
Revert "Fix ignoring mock artifacts on release"
This reverts commit e7bded655b.
|
2020-02-05 00:04:29 -03:00 |
|
|
|
e7bded655b
|
Fix ignoring mock artifacts on release
|
2020-02-04 20:23:01 -03:00 |
|
|
|
3eaf50005f
|
disable oz cli interactivity in compile script
|
2019-12-09 16:55:17 -03:00 |
|
|
|
b56e00eb61
|
Fix documentation previews in pull requests (#2015)
* migrate to openzeppelin-docs-preview script
* update netlify configuration
* update docs-preview-script dependency
* remove old docs directory from gitignore
* update oz-docs script for live reload
* update oz-docs scripts to latest
* replace child_process.execFileSync with spawnSync
* update oz-docs-preview
|
2019-12-02 19:13:13 -03:00 |
|
|
|
5f92adc2e7
|
Migrate from truffle to test-environment (#2007)
* Sketch
* Migrate all tests to test-env
* Finish migration to test-env
* Add config
* Work on GSN tests
* Migrate to newer test-env version and loader syntax
* Add GSN setup
* Finish test-env migration
* Setup coverage using test-env
* Migrate to npm package
* Fix package.json
* Add compile step to CI
* Add comment on coverage setup
* Remove dependency on @truffle/contract
* Fix package-lock merge
* Fix linter errors
* Upgrade test-environment, depend locally on ganche-coverage
* Improve coverage script
* Improve sign.js API
* Move accounts destructuring to describe block
* Switch to prebuilt ethereumjs-vm package
* Upgrade test-enviroment version
* use workspace in circleci config
* remove unnecessary npx
|
2019-11-28 15:46:42 -03:00 |
|
|
|
ab43553f0f
|
add explicit npm ci in prepare-docs
|
2019-11-11 17:50:56 -03:00 |
|
|
|
d839c24e4b
|
Merge branch 'release-v2.4.0'
|
2019-10-29 17:56:10 -03:00 |
|
|
|
ab4d43ce14
|
fix script for preparing contracts package
(cherry picked from commit eaee98f227)
|
2019-10-29 17:21:08 -03:00 |
|
|
|
eaee98f227
|
fix script for preparing contracts package
|
2019-10-28 19:31:21 -03:00 |
|
|
|
3e1519ac1e
|
Delete unused function (#1961)
|
2019-10-22 19:39:20 -03:00 |
|
|
|
c0042cd9d0
|
Merge branch 'master' into release-v2.4.0
|
2019-08-16 21:25:51 +02:00 |
|
|
|
49eae91441
|
change double quotes for single quotes
|
2019-08-16 21:24:10 +02:00 |
|
|
|
6a01da193e
|
add release push command
|
2019-08-16 21:14:13 +02:00 |
|
|
|
0fa5270f7e
|
fix changelog editing script
|
2019-08-16 21:09:20 +02:00 |
|
|
|
18d7e24a2c
|
rename docsite script to docs and update docs setup description
|
2019-08-16 20:03:49 +02:00 |
|
|
|
ee5fdaf639
|
remove comment that made bash fail
(cherry picked from commit 5c19876fbf)
|
2019-08-15 19:01:30 +02:00 |
|
|
|
5c19876fbf
|
remove comment that made bash fail
|
2019-08-15 19:00:48 +02:00 |
|
|
|
3ae589ebc5
|
add option to change prerelease suffix
|
2019-08-15 19:00:37 +02:00 |
|
|
|
6ae0915c3d
|
add option to change prerelease suffix
|
2019-08-15 18:46:05 +02:00 |
|