pizza-777 / everscale-solidity-vscode-extension

VSCode extension for Solidity language for developing smart contracts on TVM-compatible blockchains.
Apache License 2.0
9 stars 0 forks source link

Bump everdev from 1.4.1 to 1.5.1 #22

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps everdev from 1.4.1 to 1.5.1.

Release notes

Sourced from everdev's releases.

Version: 1.5.1

[1.5.1] - 2022-12-23

New

  • Include network giver account details in network info <network> command.
  • Giver's signer must be specified explicitly (default network signer will not be used).
  • Include EverNode SE Default Giver Keys to signers repository.
  • Solidity compiler accepts file name without extension.
  • network giver parameters signer and type are mandatory.

Fixed

  • Some contract commands failed with Wait for operation failed message in case when account does not exist.
  • Changing SE GraphQL port did not affect network endpoints related to this SE container.
  • Contract commands that expects contract file name as an arg will report more detailed error message in case when contract file does not exist.

Version: 1.5.0

[1.5.0] - 2022-11-16

New

  • Support for *.tsol extension in Solidity compiler.
  • Ability to specify contract arguments from json files in form of @file or @file@field.
Changelog

Sourced from everdev's changelog.

[1.5.1] - 2022-12-23

New

  • Include network giver account details in network info <network> command.
  • Giver's signer must be specified explicitly (default network signer will not be used).
  • Include EverNode SE Default Giver Keys to signers repository.
  • Solidity compiler accepts file name without extension.
  • network giver parameters signer and type are mandatory.

Fixed

  • Some contract commands failed with Wait for operation failed message in case when account does not exist.
  • Changing SE GraphQL port did not affect network endpoints related to this SE container.
  • Contract commands that expects contract file name as an arg will report more detailed error message in case when contract file does not exist.

[1.5.0] - 2022-12-23

New

  • Support for *.tsol extension in Solidity compiler.
  • Ability to specify contract arguments from json files in form of @file or @file@field.
Commits
  • f291986 Merge pull request #155 from tonlabs/1.5.1-rc
  • 047cede Merge remote-tracking branch 'origin/main' into 1.5.1-rc
  • 94b4444 Merge pull request #148 from tonlabs/docs-update
  • 75169c0 Merge pull request #153 from tonlabs/SDK-4245-do-not-require-explicitly-speci...
  • f120dbd Merge pull request #154 from tonlabs/fix/SDK-4245
  • 7156894 Rename se-dafault-giver to seGiver
  • 4a83b9b Add se-default-giver even if registry file does not exist, remove unused vars
  • 49c608c Merge pull request #152 from tonlabs/SDK-4246-giver-signer-becomes-empty-afte...
  • f15e126 NEW: Solidity compiler accepts file name without extension.
  • 430afb8 Merge pull request #151 from tonlabs/4247-everdev-n-g-info-to-show-address-si...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)