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

Release 12.0.0 #1571

Merged
merged 310 commits into from
Jun 17, 2022
Merged

Release 12.0.0 #1571

merged 310 commits into from
Jun 17, 2022

Conversation

davidyuk
Copy link
Member

closes #1535

davidyuk and others added 30 commits April 22, 2022 17:21
BREAKING CHANGE: `ContractCompilerHttp` creates and changes compiler URL in sync
Don't tread `ContractCompilerHttp(...)` and `compiler.setCompilerUrl(...)` as a `Promise` anymore.

BREAKING CHANGE: `ContractCompilerHttp` doesn't check version on creating and switching the url
This would be checked before the first request.
Generate compiler api in TypeScript using autorest
fix(messageToHash): support messages longer than 252 chars
refactor(wallet rpc)!: don't pass networkId from aepp to wallet
BREAKING CHANGE: removed `sdk.balance` method
Use `sdk.getBalance` instead.

BREAKING CHANGE: removed `sdk.tx` method
Use `sdk.api.getTransactionByHash/getTransactionInfoByHash` instead.

BREAKING CHANGE: removed `sdk.getTxInfo` method
Use `sdk.api.getTransactionInfoByHash` instead.
BREAKING CHANGE: Dropped `Chain`, `ChainNode` stamps
Theirs methods added to `Ae` stamps, also they are exported by names in the package root.
Outside of Stamp context, they accepts the `onAccount`, `onNode` options.
BREAKING CHANGE: `validateKeyObj` removed
Rely TypeScript checks instead.

BREAKING CHANGE: `deriveKeyUsingArgon2id` removed
Use `argon2-browser` package instead.
docs: update instructions of contract guide
…init

refactor(utils): migrate async-init.js to ts
subhod-i and others added 11 commits June 17, 2022 08:14
docs(examples): make it v12 compatible
networkId is marked deprecated.
using now to make sdk v12 aepps compatible with wallets using v11.0.1 and below.
fix(aepp): use networkId in rpc tx signing
…h in rpc wallet signing

aepps using sdk v11.0.1 and below expects whole tx object.
…lity

fix(wallet): revert to returning complete tx data instead of just hash in rpc wallet signing
Rearrange project files and update integration tests
refactor: extract interfaces for better docs rendering
@lgtm-com
Copy link

lgtm-com bot commented Jun 17, 2022

This pull request introduces 44 alerts and fixes 6 when merging b2ba97a into 24f55cb - view on LGTM.com

new alerts:

  • 44 for Syntax error

fixed alerts:

  • 6 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Jun 17, 2022

This pull request introduces 44 alerts and fixes 6 when merging 265b6d5 into 24f55cb - view on LGTM.com

new alerts:

  • 44 for Syntax error

fixed alerts:

  • 6 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Jun 17, 2022

This pull request introduces 44 alerts and fixes 6 when merging 5e1419d into 24f55cb - view on LGTM.com

new alerts:

  • 44 for Syntax error

fixed alerts:

  • 6 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Jun 17, 2022

This pull request introduces 44 alerts and fixes 6 when merging cee234b into 24f55cb - view on LGTM.com

new alerts:

  • 44 for Syntax error

fixed alerts:

  • 6 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Jun 17, 2022

This pull request introduces 44 alerts and fixes 6 when merging 7e6a477 into 24f55cb - view on LGTM.com

new alerts:

  • 44 for Syntax error

fixed alerts:

  • 6 for Unused variable, import, function or class

@davidyuk davidyuk marked this pull request as ready for review June 17, 2022 15:10
@lgtm-com
Copy link

lgtm-com bot commented Jun 17, 2022

This pull request introduces 44 alerts and fixes 6 when merging 363f92e into 24f55cb - view on LGTM.com

new alerts:

  • 44 for Syntax error

fixed alerts:

  • 6 for Unused variable, import, function or class

@davidyuk davidyuk merged commit 662d1dc into master Jun 17, 2022
@davidyuk davidyuk deleted the release/12.0.0 branch June 17, 2022 15:26
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.

5 participants