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

docs: add additional details in CHANGELOG for 0.10.2 #626

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

CJ42
Copy link
Member

@CJ42 CJ42 commented Jun 22, 2023

What does this PR introduce?

Add newly added commits in the CHANGELOG.md file for the upcoming release 0.10.2

CHANGELOG.md Outdated Show resolved Hide resolved
@CJ42 CJ42 merged commit d551e64 into develop Jun 22, 2023
23 checks passed
@CJ42 CJ42 deleted the docs/changelog-0.10.2 branch June 22, 2023 14:28
CJ42 added a commit that referenced this pull request Jun 23, 2023
* chore: create template

* chore: setup dodoc

* docs: improve some natspec with custom tags

* docs: Improve template for SC ABI generation

Co-authored-by: Jean Cvllr <CJ42@users.noreply.github.com>

docs: update template

docs: update template

* docs: use `@b00ste/hardhat-dodoc` npm package

* docs: check and improve LSP0 core natspec

* chore: format dodoc config

* build: add list of `contract` and `library` to generate docs for

* chore: optimize dodoc config

* chore: update pr template

* chore: add suggested changes

* docs: remove indentation

* chore: fix script in `package.json`

* chore: fix template

* chore: add NatSpec guidelines to `CONTRIBUTING.md`

* chore: update prettier

* docs: update dodoc config

* fix: variable shadowing with `transferOwnership(_pendingOwner)` and `_pendingOwner` state variable

* refactor: initialize local variables to `0` (iterators) and `false`

* chore: format code

* chore: improve readability using number instead of long hex string

* docs: fix duplicate Natspec param for LSP20 error

* chore: fix typescript prettier config

* chore: add sugested changes

* docs: add info block to dodoc template (#615)

* docs: add info block to dodoc template

* chore: update `@b00ste/hardhat-dodoc` package

* ci!: remove android + iOS artifacts from Github release (#617)

* ci!: remove android + iOS artifacts generation from CI

* docs: remove references to Android + iOS artifacts

* chore: remove `scripts/java` paths from gitignore

* chore(release): 0.10.2

* chore: set single quotes for strings in prettier configs  (#619)

* ci: use npm command to check prettier

* build: use `1.1.3` for `prettier-plugin-solidity` + use minor release `^` semver

* style: run prettier to format all string text with single quotes

* build: generate Markdown table with interface IDs (#620)

* refactor!: rename ILSP20 public interface to `ILSP20CallVerifier`

Co-authored-by: Andreas Richter <richtera@users.noreply.github.com>

* docs: document contract interfaces with `@title` tags

* build: add script to generate interfaceIDs table in markdown

* chore: format Markdown in table

* test: fix wrong interface name in tests

---------

Co-authored-by: Andreas Richter <richtera@users.noreply.github.com>

* ci: add ESLint in CI + Fix eslint errors in JS / TS files across repository (#621)

* ci: add ESLint in CI

* chore: fix eslint errors via `eslint . --fix`

* chore: fix eslint errors of unused vars and functions

* refactor!: remove `EIP191Signer.sol` library, replace by function `toDataWithIntendedValidatorHash` from latest OpenZeppelin library (#622)

* build: upgrade OZ package to 4.9.2

* refactor!: remove `EIP191Signer` library to use function from OZ library

* test: remove EIP191SignerTester contracts and tests

* ci: add `--if-present` tag

---------

Co-authored-by: YamenMerhi <yamennmerhi@gmail.com>

* ci: use `hardhat compile` command to generate build (#625)

* chore: apply prettier with new rules (#623)

* build!: uprade `@erc725/smart-contracts` version to 5.1.0 + remove LSP6 function selectors from `LSP6Constants.sol` (#624)

* build: upgrade `@erc725/smart-contracts` package version to `5.1.0`

* refactor!: remove LSP6 functions selector constants and from ERC725

* chore: put back comment for three contracts at the top

---------

Co-authored-by: YamenMerhi <yamennmerhi@gmail.com>

* docs: add additional details in CHANGELOG for 0.10.2 (#626)

---------

Co-authored-by: b00ste <daniel@lukso.io>
Co-authored-by: b00ste.lyx <62855857+b00ste@users.noreply.github.com>
Co-authored-by: Andreas Richter <richtera@users.noreply.github.com>
Co-authored-by: YamenMerhi <yamennmerhi@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants