Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
589 commits
Select commit Hold shift + click to select a range
94c3298
Substrate: Implement call flags (#1376)
xermicus Jun 23, 2023
8906a77
Allow returns values to be ignored in try catch (#1369)
seanyoung Jun 23, 2023
d772fe4
Read compiler configurations from toml (#1347)
salaheldinsoliman Jun 23, 2023
cf83e28
Followup regarding subxt test (#1381)
xermicus Jun 23, 2023
a84b0ad
Implicit accessor function should return struct members, not struct (…
seanyoung Jun 24, 2023
d0d6528
Optimize modifier CFGs (#1391)
xermicus Jun 26, 2023
46ec0e0
remove spurious vscode config (#1401)
xermicus Jun 27, 2023
a1913b6
Bump Solana, Anchor and Ubuntu (#1389)
seanyoung Jun 27, 2023
153314e
Access payer account using `tx.accounts.account_name` (#1384)
LucasSte Jun 27, 2023
bfa10e2
Substrate: Implement `delegatecall()` (#1390)
xermicus Jun 27, 2023
16458a0
Move stdlib build output to target folder (#1403)
LucasSte Jun 28, 2023
7f599fc
Runtime error strings must be LLVM constant strings instead of dynami…
LucasSte Jun 28, 2023
31e0958
Change log_runtime_error API (#1407)
LucasSte Jun 28, 2023
d48fcf6
Ensure that a constructor cannot be run twice on the same data accoun…
seanyoung Jun 28, 2023
940ca3c
Added get_contents_of_file_no (#1408)
BenTheKush Jun 29, 2023
d7f62e8
Substrate: Implement builtin for `set_code_hash` API (#1397)
xermicus Jun 29, 2023
f678eb7
do only include relevant functions in dispatcher
xermicus Jun 27, 2023
8b2052b
fix codegen tests
xermicus Jun 27, 2023
8f46efa
constructors dont have fallback or receive
xermicus Jun 27, 2023
e69c779
no need to check on the error message
xermicus Jun 28, 2023
cec2159
upgradeable proxies now must use initializer functions instead of con…
xermicus Jun 28, 2023
55e4f27
implement additional test in mock VM
xermicus Jun 28, 2023
f221651
remove duplicated code
xermicus Jun 28, 2023
b75799b
get rid of dispatch_no
xermicus Jun 28, 2023
c2165d9
use explicit selectors in test
xermicus Jun 28, 2023
0be949a
improve integration test
xermicus Jun 29, 2023
e5f9978
simplify test
xermicus Jun 29, 2023
d792d1f
increase timeout for tornado integration tests
xermicus Jun 29, 2023
7519e36
Fix undefined variable detection (#1409)
LucasSte Jun 30, 2023
94cff8f
add option to set trace level (#1393)
chioni16 Jun 30, 2023
002954d
v0.3.1: Göttingen release (aka June release) (#1404)
LucasSte Jun 30, 2023
22d3633
Fix typo in docs (#1412)
xermicus Jul 3, 2023
f9230fc
Drop diagnostics on closing the file (#1395)
chioni16 Jul 3, 2023
c9e7abf
Rename Substrate to Polkadot (#1414)
xermicus Jul 3, 2023
9eba67a
Bump crate dependencies (#1417)
seanyoung Jul 3, 2023
4dad1ce
Ensure that doccomments still work when a function has an annotation …
seanyoung Jul 3, 2023
26ac295
Unbreak build updating target to Solana in solana tests (#1418)
seanyoung Jul 4, 2023
45dfe49
Type of Error(string) selectors is bytes4 (#1421)
xermicus Jul 4, 2023
6efe357
Bump solana-rbpf crate to 0.5.0 (#1416)
seanyoung Jul 4, 2023
c2c9e74
`Display` our compilation targets with capitalization (#1420)
xermicus Jul 4, 2023
ef4058b
Minor code improvements (nfc) (#1423)
seanyoung Jul 5, 2023
de92195
add contract author and version flags (#1392)
salaheldinsoliman Jul 5, 2023
50aafe9
Polkadot: `AssertFailure` emits revert instead trap (#1415)
xermicus Jul 6, 2023
2d35ce3
Avoid narrowing casts from size_t to uint32_t (#1426)
LucasSte Jul 6, 2023
b5cb363
Pick up unsaved changes in a file (#1394)
chioni16 Jul 6, 2023
dd5b165
Remove unwanted files (#1431)
LucasSte Jul 6, 2023
02bea3c
Identify externally callable functions in `sema` (#1432)
xermicus Jul 7, 2023
9a53ecb
Do not return arguments of revert (#1427)
LucasSte Jul 7, 2023
cefc345
Create PDA hash table example (#1438)
LucasSte Jul 10, 2023
22c32f0
Add Solana minimum balance library (#1422)
seanyoung Jul 10, 2023
fd36649
Update roadmap (#1437)
LucasSte Jul 11, 2023
15cc63e
Track `import_no` in `File` (#1419)
BenTheKush Jul 14, 2023
08128df
Bump should be hashed by last (#1440)
LucasSte Jul 14, 2023
75c4a90
Update Release Checklist (#1442)
LucasSte Jul 17, 2023
a12d803
Bugfix: Accessing virtual function selectors (#1447)
xermicus Jul 18, 2023
7adce9b
Add debug implementations required to print Namespace (#1446)
chioni16 Jul 19, 2023
76c0109
Bugfix: Strength reduce must not optimize mul into shl if overflow (#…
xermicus Jul 22, 2023
3b9c36e
Bugfix: External functions read their variable if they are called (#1…
xermicus Jul 25, 2023
21b160e
Polkadot does not yet support catching Panics or custom errors (#1458)
xermicus Jul 25, 2023
1693d29
Remove unnecessary .into_iter() and raw string (#1456)
seanyoung Jul 25, 2023
6cecbea
Bugfix: Do not make assumptions about storage variable reads (#1455)
xermicus Jul 25, 2023
f806fb3
Do not overwrite accounts' signer and writer flags (#1459)
LucasSte Jul 25, 2023
ffb8844
Allow modification of AccountInfo lamports field (#1448)
LucasSte Jul 25, 2023
665e550
Ensure build works with latest contract-build and contract-metadata (…
seanyoung Jul 27, 2023
e90cefa
Revert "Ensure build works with latest contract-build and contract-me…
seanyoung Jul 27, 2023
d4e8b8f
Add markdown formatting to hover messages (#1396)
chioni16 Jul 27, 2023
910fa66
Remove duplicate dependencies (#1464)
LucasSte Jul 27, 2023
12c8708
a.b.selector adds b() as function to current contract (#1462)
seanyoung Jul 28, 2023
9ce88f2
Decouple data account from contract in the Solana mock VM (#1468)
LucasSte Jul 31, 2023
46cd5b3
Automatically apply suggestions of clippy pedantic (#1471)
LucasSte Aug 1, 2023
373cff7
Updates for Solidity 0.8.21 (#1473)
seanyoung Aug 1, 2023
3c759be
Minor fixes to the Solana library (#1472)
LucasSte Aug 2, 2023
a3a1108
Improve function names and other minor changes (nfc) (#1470)
LucasSte Aug 2, 2023
20de2f8
Constructors on Polkadot can be non-payable (#1460)
xermicus Aug 7, 2023
2576f71
Fix compiler output section in solang.toml (#1441)
salaheldinsoliman Aug 7, 2023
b2e313e
Link to the Solana getting started guide (#1476)
seanyoung Aug 7, 2023
0c93f3e
Add optimizations test (#1469)
smoelius Aug 9, 2023
586bb3c
Polkadot: Integration tests use Polkadot v1.0.0 node (#1482)
xermicus Aug 9, 2023
bac5707
Polkadot: Reverts return encoded error data (#1449)
xermicus Aug 10, 2023
c961eb0
Relative imports are only done with relative paths and expose import_…
seanyoung Aug 10, 2023
f5a634f
Improve math tests (#1481)
LucasSte Aug 10, 2023
03a420c
Use Ubuntu 20.04 rather than 22.04 (#1483)
seanyoung Aug 11, 2023
5d1702d
Implement Goto Definition functionality in the language server (#1411)
chioni16 Aug 14, 2023
90c687e
Fix incorrect deserialization (#1478)
LucasSte Aug 14, 2023
de11ed3
Avoid overflow in transfer (#1485)
LucasSte Aug 16, 2023
75fc469
Use named constants instead of magic numbers (#1486)
LucasSte Aug 17, 2023
19de71a
AccountInfo data field is not readonly (#1492)
LucasSte Aug 17, 2023
37e7301
Produce error diagnostics if overflow occurs in constant folding (#1488)
seanyoung Aug 18, 2023
8180872
Polkadot: Bubble up reverts (#1454)
xermicus Aug 19, 2023
f4fb870
Bump crate dependencies (#1494)
seanyoung Aug 19, 2023
677de35
Remove some dead code in emit (#1498)
xermicus Aug 22, 2023
3ff0151
Optimize and check dispatch CFG (#1499)
xermicus Aug 23, 2023
f70e159
Polkadot: Do not emit the storage initializer twice (#1500)
xermicus Aug 23, 2023
4c5fc50
Solana: Allow address and bytes to be used as @seed (#1497)
seanyoung Aug 23, 2023
8d416ad
Polkadot: Prevent storage initializers overwriting the contract input…
xermicus Aug 23, 2023
3514264
v0.3.2 Brasília (#1496)
seanyoung Aug 24, 2023
01fbc6b
Bugfix: Incorrect size width calculation of dynamic primitive arrays …
xermicus Aug 24, 2023
7774674
Require rust 1.70.0 (#1506)
seanyoung Aug 25, 2023
a81ad8c
Fix address name mangling (#1505)
seanyoung Aug 27, 2023
70af554
Bring import resolution in line w/ Solc's (#1487)
BenTheKush Aug 31, 2023
907f0ba
Multiply known bits were not calculated correctly for unsigned multip…
seanyoung Aug 31, 2023
6614ca1
Reduce CI costs
seanyoung Sep 4, 2023
293a1dd
Update to maintained action
ryjones Sep 4, 2023
d5e7289
Represent contracts by their program id (#1474)
LucasSte Sep 5, 2023
e1a3ada
Verify magic number in fallback (#1519)
LucasSte Sep 13, 2023
efc2dd9
Polkadot: Support errors according to `solc` (#1516)
xermicus Sep 14, 2023
f43c319
Implement goto-references, goto-implementations, goto-type-definition…
chioni16 Sep 14, 2023
febdd6f
Fix type(int256).min in comparisons (#1527)
seanyoung Sep 15, 2023
f8d5a14
Add support for custom tags (#1529)
seanyoung Sep 15, 2023
ea4bace
Permit memory-safe flag on assembly (#1530)
seanyoung Sep 15, 2023
512f3f2
New syntax for contracts on Solana (#1517)
LucasSte Sep 18, 2023
61aa1ab
Fix mutability check (#1544)
LucasSte Sep 19, 2023
95f4ad0
solc allows @param tag for return values (#1539)
seanyoung Sep 20, 2023
c2d0fd8
Fix recursive struct issue (#1522)
LucasSte Sep 21, 2023
a74ab4d
Allow using {func} for type to use library functions (#1528)
seanyoung Sep 21, 2023
c53d8d9
Add Rename functionality (#1514)
chioni16 Sep 21, 2023
dd810b1
Update and fix target config file templates (#1546)
xermicus Sep 22, 2023
41eab11
Add ecrecover() builtin for EVM (#1543)
seanyoung Sep 22, 2023
4da8b2d
add hint to install ninja (#1545)
nadeemb53 Sep 22, 2023
d91fe95
Support `address.code` in sema (#1549)
xermicus Sep 26, 2023
614d413
Verify account space specified in annotation (#1531)
LucasSte Sep 26, 2023
de3f10c
Purge the compiler of `codegen::Expression::List` (#1551)
LucasSte Sep 26, 2023
735837d
Bugfix: Variables declared in return paramaters can have a storage lo…
xermicus Sep 27, 2023
5675a34
Allow seeds to be passed into functions as string[] or string[][] (#1…
seanyoung Sep 28, 2023
b972858
Implement Go To Declaration (#1540)
chioni16 Sep 29, 2023
d6f73d3
vscode: Use same solang for language server as for compilation on com…
seanyoung Sep 29, 2023
55002c0
update rust version to 1.72.0 (#1555)
chioni16 Oct 2, 2023
2fc1640
Format source code (#1541)
chioni16 Oct 2, 2023
2a046c5
Move to github provided runners for arm macos (#1556)
seanyoung Oct 3, 2023
e94a14a
Fix clippy 1.73 warnings (#1559)
LucasSte Oct 11, 2023
817831a
Add code coverage bot 🤖 (#1548)
LucasSte Oct 12, 2023
2c29fd7
Add function annotations 🚀 (#1557)
LucasSte Oct 13, 2023
8e23aed
Default flipper example should not include @program_id (#1564)
seanyoung Oct 17, 2023
a9e20d3
Bugfix struct member read access (#1563)
seanyoung Oct 18, 2023
3b55390
Refactor library_using_for.sol for clarity and naming conventions (#1…
0xDecentralizer Oct 18, 2023
6b04c23
Each call to new_scope() should be matched with leave_scope() (#1562)
seanyoung Oct 18, 2023
b299eae
Bump anchor and other dependencies (#1570)
seanyoung Oct 20, 2023
6022e71
Refactor interface.sol for better readability and adherence to best p…
0xDecentralizer Oct 20, 2023
bab5ed3
Refactor library.sol for clarity and naming conventions (#1567)
0xDecentralizer Oct 20, 2023
242ebfd
Fix slice length (#1572)
LucasSte Oct 20, 2023
fd1b874
Bugfix: Propagate RHS type of resolved assignments (#1569)
xermicus Oct 23, 2023
1ba3274
v0.3.3: Atlantis (#1573)
seanyoung Oct 24, 2023
8a9ae7c
Set v0.3.3 version number correctly (#1576)
seanyoung Oct 26, 2023
aaceeb9
docs: fix typos (#1578)
shuoer86 Oct 28, 2023
b6b3f5f
Fix common lsp panics (#1575)
seanyoung Oct 30, 2023
979cad9
Remove balance, transfer, and send from Solana (#1574)
LucasSte Nov 1, 2023
5293181
Do not fail CI if sections of the code are not covered by tests (#1585)
seanyoung Nov 1, 2023
855b22b
Update tests to solc v0.8.22 and fix a few tests (#1579)
seanyoung Nov 1, 2023
fe66202
Implement event selectors (#1584)
seanyoung Nov 5, 2023
69e9d20
Match solc diagnostic levels (#1586)
seanyoung Nov 7, 2023
c6aa898
[Snyk] Upgrade @solana/spl-token from 0.2.0 to 0.3.8 (#1583)
hyperledger-bot Nov 8, 2023
e4b9a47
[Snyk] Upgrade @coral-xyz/anchor from 0.28.0 to 0.29.0 (#1589)
hyperledger-bot Nov 8, 2023
45f01b4
Implement string.concat() and bytes.concat() (#1590)
seanyoung Nov 9, 2023
a0882f4
[Snyk] Upgrade @coral-xyz/anchor from 0.28.0 to 0.29.0 (#1591)
hyperledger-bot Nov 9, 2023
221ecd1
Add a feature flag for the language server (#1595)
xermicus Nov 14, 2023
8c4111b
Add missing Identifier locations to AST (#1580)
chioni16 Nov 14, 2023
4a1833f
Parse pragma solidity version numbers (#1593)
seanyoung Nov 17, 2023
592bd91
Move LoopScopes into ExprContext (#1596)
seanyoung Nov 17, 2023
3aa48c9
Documentation: Solang Aqd (#1588)
tareknaser Nov 20, 2023
2967e4e
LLD: Clean up context after linking each contract (#1599)
xermicus Nov 24, 2023
99ecfc0
Language server code complete (#1560)
chioni16 Nov 25, 2023
90b3f70
An expression statement should be followed by ; (#1601)
seanyoung Nov 27, 2023
f401069
Fix rust clippies and evm balance length (#1603)
seanyoung Nov 29, 2023
8fdb728
No version of Solidity supports octal numbers (#1604)
seanyoung Dec 1, 2023
a2ebcd1
[Snyk] Upgrade @solana/spl-token from 0.3.8 to 0.3.9 (#1607)
hyperledger-bot Dec 7, 2023
e6a2187
Add Soroban target foundations. (#1602)
salaheldinsoliman Dec 8, 2023
a960551
Move to llvm16 (#1608)
seanyoung Dec 8, 2023
68b59a4
Improve overloaded function call diagnostics (#1592)
seanyoung Dec 12, 2023
92a6c6c
Represent type(f) correctly in the ast (#1609)
seanyoung Dec 16, 2023
358a184
Fix abi.encodeCall() argument parsing (#1612)
seanyoung Dec 20, 2023
1474831
The three-address code format CFG (#1577)
fanyi-zhao Dec 21, 2023
bfc7d4c
Do not build multi arch container images (#1615)
seanyoung Jan 3, 2024
00bcabb
Remove gpl files (#1616)
seanyoung Jan 7, 2024
0f032dc
Bump polkadot node version (#1617)
xermicus Jan 12, 2024
b6b2fc9
Fix fresh clippy lints (#1621)
xermicus Jan 31, 2024
cda387d
Polkadot: Implement `caller_is_root` runtime API (#1620)
xermicus Feb 1, 2024
d7a875a
Bump inkwell and other crates (#1622)
seanyoung Feb 6, 2024
5cab937
MSRV 1.74 (#1625)
xermicus Feb 28, 2024
b4728a4
Bugfix: Do not mangle overridden non-overloaded virtual function name…
xermicus Feb 28, 2024
0bea68c
Fix `1.76` clippies (#1626)
xermicus Feb 29, 2024
22d6217
Fix panics caused by shifting(#1618) (#1627)
panos-xyz Mar 2, 2024
5764e01
Polkadot: Upgrade substrate contracts node to v0.39.0 (#1631)
xermicus Mar 28, 2024
28c86b3
Polkadot: `ink!` 5.0 (#1632)
xermicus Apr 3, 2024
d409c1e
Bump dependencies (#1634)
xermicus Apr 8, 2024
c01ffa2
Polkadot: Update rust cross contract call example to ink! v5.0 (#1635)
xermicus Apr 8, 2024
cda9198
Add salaheldin to MAINTAINERS.md
salaheldinsoliman Apr 9, 2024
dd4e4c8
Add salaheldin to MAINTAINERS.md (#1636)
salaheldinsoliman Apr 10, 2024
2bf9c04
Fix CI: SPDX headers in shell scripts (#1638)
xermicus Apr 11, 2024
05a6706
Polkadot: Bugfix codegen for empty events (#1637)
xermicus Apr 12, 2024
b4c8a9b
docs: fix some comments (#1633)
divdeploy Apr 12, 2024
be8cc21
Fix subxt integration test off-by-one test case (#1640)
xermicus Apr 15, 2024
9c06f58
Update the Hyperledger Solang logo (#1641)
seanyoung Apr 26, 2024
10c6e57
Add GitHub ARM64 runners (#1642)
ryjones May 2, 2024
96a1cc8
Appease rust 1.78.0 clippies (#1643)
seanyoung May 6, 2024
aa9efe9
chore: fix typos (#1644)
xiaoxianBoy Jun 3, 2024
0de3819
chore: replace DCO Bot with local action
ryjones Jun 5, 2024
668f9f2
Fix Solana integration tests (#1646)
seanyoung Jun 5, 2024
d8c5d24
Vendor forge-fmt into solang repo (#1649)
seanyoung Jun 10, 2024
08dbe49
Appease rust 1.79 clippies (#1651)
seanyoung Jun 18, 2024
399c199
Soroban counter.sol example (#1645)
salaheldinsoliman Jun 25, 2024
b00f617
It is better to use the repository field in Cargo.toml (#1655)
szabgab Jun 25, 2024
d821752
macOS 11 runners are being removed (#1657)
seanyoung Jun 27, 2024
06798cd
fix: shift right display macro (#1656)
kyscott18 Jul 1, 2024
25f06af
Appease rust 1.80 clippies (#1663)
seanyoung Aug 21, 2024
df692d5
Update github actions to newer versions (#1666)
seanyoung Sep 4, 2024
420fbb8
Add print functionality to Soroban contracts (#1659)
salaheldinsoliman Sep 12, 2024
908b8cd
fix(vscode-extension): add tap to deps, fix ci (#1667)
salaheldinsoliman Sep 14, 2024
5176166
Move to new hyperledger-solang org
seanyoung Sep 27, 2024
ead7929
Rust 1.75.0 (#1673)
salaheldinsoliman Nov 12, 2024
ef9e5fd
chore(deps): relax itertools requirement (#1671)
DaniPopes Nov 13, 2024
de4fc34
Add Constructor Support for Solang Solidity Contracts on Soroban (#1674)
tareknaser Nov 27, 2024
2536c08
Support different Soroban storage types (#1664)
salaheldinsoliman Dec 2, 2024
32a45ea
Add salaheldin to CODEOWNERS (#1678)
salaheldinsoliman Dec 15, 2024
fc29c83
confusing paragraph (#1681)
SiennaXprog Feb 2, 2025
e5dc149
Fixes two `elided_named_lifetimes` warnings (#1680)
smoelius Feb 2, 2025
95a38d0
Typo fixed in: Update README.md (#1685)
0xbasar Feb 2, 2025
cf3e66e
fix: typos in documentation files (#1683)
zeevick10 Feb 2, 2025
11ceb8f
Make CI tests pass again (#1710)
seanyoung Feb 3, 2025
d13e944
Rust 1.84.1 clippies and remove temporary files (#1714)
seanyoung Feb 6, 2025
07ad1a1
Add support for Soroban external calls 🎉 (#1679)
salaheldinsoliman Feb 8, 2025
fa338eb
abi.decode("", ()) has no returns (#1732)
seanyoung Feb 10, 2025
fe96d0d
Soroban: Add `extendTtl` Builtin Method (#1709)
tareknaser Feb 22, 2025
6c93fb5
Add support for soroban authorization framework (#1748)
salaheldinsoliman Mar 8, 2025
279ee91
Refactor Soroban decoding/encoding logic (#1752)
salaheldinsoliman Mar 15, 2025
71f0aa3
Fix typo in codegen/dispatch/polkadot.rs (#1788)
smoelius May 10, 2025
6f9b624
Fix build and 1.86.0 clippies (#1790)
seanyoung May 11, 2025
8eac360
Check command statuses in build.rs (#1778)
smoelius May 11, 2025
c6db2ac
Fix two infinite loops in codegen (#1779)
smoelius May 11, 2025
389bd7f
fix typos in builtin.rs doc (#1739)
KBryan May 11, 2025
cdf32ab
fix: typos in documentation files (#1745)
maximevtush May 11, 2025
787d103
Fix spelling errors in `CHANGELOG.md` (#1747)
tomasandroil May 11, 2025
57a0507
Fix typos in tests/polkadot.rs (#1791)
smoelius May 12, 2025
b87a7f0
Fix a small typo affecting `Expression::GetRef` (#1793)
smoelius May 18, 2025
032d73e
Update to rust 1.84 (#1796)
salaheldinsoliman May 18, 2025
73b7dc6
Rename `binary` to `bin` (#1802)
smoelius Jun 2, 2025
12a6d83
Handle `abi.encode()` with empty args (#1801)
smoelius Jun 2, 2025
9c02c83
Store `Namespace` reference in `Binary` (#1800)
smoelius Jun 3, 2025
7bbf129
upgrade to rust 1.85 (#1806)
salaheldinsoliman Jun 7, 2025
601a8ed
Soroban: Add support for `bool`, `uint32`, and `int32` types (#1786)
tareknaser Jun 8, 2025
41b93d3
Soroban: support mappings (#1807)
salaheldinsoliman Jun 8, 2025
ca456ae
Support Soroban Token Contract (#1808)
salaheldinsoliman Jun 15, 2025
f6307ae
Release 0.3.4 London (#1811)
salaheldinsoliman Jun 22, 2025
d1ab5d1
Fix/release builds (#1812)
salaheldinsoliman Jun 22, 2025
53202f8
Apply cargo fmt (#1813)
salaheldinsoliman Jun 22, 2025
1a53fc9
Typo fix in builtins.rst & types.rst (#1792)
guptapratykshh Jul 2, 2025
b85f19d
Move Lucas and Xermicus to Emeritus Maintainers (#1819)
seanyoung Jul 21, 2025
91feb7b
Fix rust 1.88.0 clippies (#1818)
seanyoung Jul 21, 2025
a3b6d3c
Bump inkwell crate to 0.5.0 (#1822)
seanyoung Jul 25, 2025
2ca1eeb
Update Soroban protocol version to match testnet (#1821)
ahmadsamehh Aug 3, 2025
cb994ff
Try fix anchor test
seanyoung Aug 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Cargo.lock
examples
build
target
.gitnore
Expand Down
36 changes: 0 additions & 36 deletions .github/Dockerfile

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. What ledger are you using, e.g. Solana or Polkadot
2. Provide both Solidity source and client code (e.g. TypeScript)
3. Provide Solang version number (output of `solang --version`)
3. What behavior are you seeing?
4. What behavior did you expect?

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Hyperledger Solang version**
Version of Solang (e.g. v0.1.13)

**Include the complete solidity source code**
Please include all the Solidity source so we can reproduce the issue.

**Additional context**
Add any other context about the problem here.
169 changes: 0 additions & 169 deletions .github/workflows/build-llvm.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/ci-image.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/llvm-cache.sh

This file was deleted.

Loading
Loading