solang GitHub
PR #1157 | Fix: typos |
Fix: typos |
Created At 2023-02-04 16:21:53 +0000 UTC
PR #1156 | Retry uploading of program code after failure |
Uploading of program code intermittently fails, which causes CI tests to fail. Improve this a little bit. Signed-off-by: Sean Young <sean@mess.org> |
Created At 2023-02-03 10:19:33 +0000 UTC
PR #1155 | Build fix after ink crate 4.0.0-rc was released |
Signed-off-by: Sean Young <sean@mess.org> |
Created At 2023-02-02 10:14:59 +0000 UTC
PR #1154 | Substrate: Update integration test dependencies |
Make the CI great again Signed-off-by: xermicus <cyrill@parity.io> |
Created At 2023-02-01 19:04:45 +0000 UTC
PR #1153 | External function type should not be a pointer in `llvm_type` function |
When we use the function `llvm_type`, it returns an llvm struct type for structs but a pointer for `Type::ExternalFunction`, which is also a struct in Solang emit. This behavior is inconsistent and gives us headaches when moving to LLVM 15. |
Created At 2023-02-01 15:26:39 +0000 UTC
PR #1151 | Bump some crate dependencies |
Signed-off-by: Sean Young <sean@mess.org> |
Created At 2023-02-01 14:17:40 +0000 UTC
PR #1150 | Reporting runtime errors |
runtime errors are reported alongside with file number and line number. this is enabled by ``--report-errors=true` Signed-off-by: salaheldinsoliman <salaheldin_sameh@aucegypt.edu> |
Created At 2023-02-01 02:27:52 +0000 UTC