Cyrill Leutwiler
|
46c282207f
Substrate: Support contracts node v0.22 (#1080)
|
3 years ago |
Cyrill Leutwiler
|
6a4106af31
use first ink4 beta release (#1079)
|
3 years ago |
extraymond
|
0344a87cf8
Feature ink metadata for substrate (#989)
|
3 years ago |
Sean Young
|
a344d8bf0f
Fix clippy warnings for rust 1.65.0 (#1059)
|
3 years ago |
Cyrill Leutwiler
|
4ad568fff3
Print the return values of seal API calls into the debug buffer (#1047)
|
3 years ago |
Sean Young
|
1fd2eb6a63
Fix clippy warnings for upcoming rust 1.65.0
|
3 years ago |
Cyrill Leutwiler
|
b2eb78cdcd
Update seal calls (#1025)
|
3 years ago |
Cyrill Leutwiler
|
6083938df3
Substrate: Remove seal_tombstone_deposit (#1022)
|
3 years ago |
salaheldinsoliman
|
a78b61adc2
Multiplication overflow detection for integer width > 64 bits (#988)
|
3 years ago |
Sean Young
|
dfa541177e
Fix clippy: you are deriving `PartialEq` and can implement `Eq`
|
3 years ago |
Ry Jones
|
f2d5e6782a
Add SPDX headers (#951)
|
3 years ago |
Cyrill Leutwiler
|
d5002dc925
Update seal debug message (#911)
|
3 years ago |
Sean Young
|
eb87a95aad
Avoid double malloc in .push_str(&format(..))
|
3 years ago |
Lucas Steuernagel
|
32fc77b0ec
Refactor diagnostics (#766)
|
3 years ago |
Sean Young
|
6c77997961
Add testcase for issue #666
|
3 years ago |
Sean Young
|
6a775dd282
Keep all contracts in compiled environment
|
3 years ago |
Sean Young
|
750ae1c95f
Simplify code (nfc)
|
3 years ago |
Sean Young
|
f8507191eb
Fancy colored compiler diagnostics using codespan-reporting
|
3 years ago |
Sean Young
|
1b231dc698
Move to clap 3.0
|
3 years ago |
Sean Young
|
0a9b7f8ba0
Update dependencies
|
3 years ago |
Sean Young
|
74c509d9ce
removing old tests
|
4 years ago |
Sean Young
|
74249f64f5
Create const function for default substrate target
|
4 years ago |
Sean Young
|
c2a8bd9881
Add option to specific value length
|
4 years ago |
Sean Young
|
620438c7ca
Add option to change substrate address type
|
4 years ago |
Sean Young
|
f1432d13c8
Replace if cond { panic!(message) } with assert!(cond, message)
|
4 years ago |
Sean Young
|
6a8a5f0c15
Add import mapping to match solc's mapping functionality
|
4 years ago |
Lucas Steuernagel
|
3641eb9f43
Implement undefined variable detection and prettify warning messages
|
4 years ago |
Sean Young
|
93209a23ff
Do offset to line-column conversion in namespace
|
4 years ago |
Sean Young
|
babcbb30b9
Update for rust 1.54.0 clippy
|
4 years ago |
Sean Young
|
4f56722035
Function mutability warnings fixes
|
4 years ago |