Skip to content

Commit cac1421

Browse files
authored
feat: remove solang (#3824)
* feat: remove solang solang is unmaintained. Removing dead code in prep for Anchor V1 * chore: fmt * fix: clippy
1 parent ea44da2 commit cac1421

File tree

16 files changed

+32
-792
lines changed

16 files changed

+32
-792
lines changed

.github/workflows/reusable-tests.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,6 @@ jobs:
462462
path: tests/idl
463463
- cmd: cd tests/lazy-account && anchor test
464464
path: tests/lazy-account
465-
# TODO: Enable when `solang` becomes compatible with the new IDL spec
466-
# - cmd: cd tests/solang && anchor test
467-
# path: tests/solang
468465
steps:
469466
- uses: actions/checkout@v3
470467
- uses: ./.github/actions/setup/

Cargo.lock

Lines changed: 0 additions & 220 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ solana-client = "2"
4040
solana-cli-config = "2"
4141
solana-faucet = "2"
4242
solana-sdk = "2"
43-
# Pin solang-parser because it may break in a backwards incompatible way in minor versions
44-
solang-parser = "=0.3.3"
4543
syn = { version = "1.0.60", features = ["full", "extra-traits"] }
4644
tar = "0.4.35"
4745
toml = "0.7.6"

0 commit comments

Comments
 (0)