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 10.0.0 #1356

Merged
merged 29 commits into from
Dec 8, 2021
Merged

Release 10.0.0 #1356

merged 29 commits into from
Dec 8, 2021

Conversation

davidyuk
Copy link
Member

@davidyuk davidyuk commented Dec 7, 2021

depends on #1355 #1334 #1183

mradkov and others added 23 commits November 26, 2021 07:56
docs: add migration guide v10.0.0 to navigation
…tection

fix(swagger): detection of empty response
docs: how to initialize contract instances with ACI and bytecode
Limit maximum line length in linter
@davidyuk davidyuk marked this pull request as draft December 7, 2021 14:22
@codecov
Copy link

codecov bot commented Dec 7, 2021

Codecov Report

Merging #1356 (3652ae7) into master (7380e1c) will increase coverage by 7.48%.
The diff coverage is 92.43%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1356      +/-   ##
==========================================
+ Coverage   83.56%   91.05%   +7.48%     
==========================================
  Files          55       55              
  Lines        2738     2738              
  Branches       36       36              
==========================================
+ Hits         2288     2493     +205     
+ Misses        434      232     -202     
+ Partials       16       13       -3     
Impacted Files Coverage Δ
src/account/base.js 100.00% <ø> (ø)
src/account/multiple.js 94.28% <ø> (ø)
src/ae/contract.js 100.00% <ø> (+29.41%) ⬆️
src/chain/index.js 100.00% <ø> (ø)
src/contract/ga/index.js 100.00% <ø> (ø)
src/contract/index.js 100.00% <ø> (ø)
src/node-pool/index.js 97.22% <ø> (ø)
src/tx/index.js 100.00% <ø> (ø)
...wallet-communication/connection/browser-runtime.js 16.66% <ø> (ø)
...tils/aepp-wallet-communication/connection/index.js 100.00% <ø> (ø)
... and 44 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7380e1c...3652ae7. Read the comment docs.

chore: update @aeternity/aepp-calldata package
refactor: remove unused asymmetric encode/decode functions
feature(aens)!: don't limit pointer keys
@mradkov
Copy link
Contributor

mradkov commented Dec 7, 2021

depends on #1355 #1334 #1183

All of those are now merged. Can you rebase and mark for review :)

mradkov and others added 2 commits December 7, 2021 17:21
chore: fix sending of coverage reports, remove extra scripts
@davidyuk davidyuk marked this pull request as ready for review December 7, 2021 15:59
Copy link
Contributor

@marc0olo marc0olo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me.

I am wondering regarding the pointer keys if we should restrict the amount of pointers to max. 32 now, too. but we can also add this later as it wouldn't be a breaking change anyway.

I opened an issue for that topic: #1358

@mradkov mradkov merged commit ad36e7e into master Dec 8, 2021
@davidyuk davidyuk deleted the release/10.0.0 branch December 8, 2021 09:48
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.

None yet

3 participants