Lucas Steuernagel
|
e94a14ae04
Fix clippy 1.73 warnings (#1559)
|
2 年之前 |
Lucas Steuernagel
|
d5e72894c3
Represent contracts by their program id (#1474)
|
2 年之前 |
Lucas Steuernagel
|
9ce88f2bb9
Decouple data account from contract in the Solana mock VM (#1468)
|
2 年之前 |
Lucas Steuernagel
|
386787cf56
Improve unused variable elimination (#1356)
|
2 年之前 |
Lucas Steuernagel
|
3ca41d8fa9
Arrays indexes must be dereferenced if needed (#1115)
|
2 年之前 |
Lucas Steuernagel
|
0f66274c2c
Generate Anchor IDL from Solidity contracts ⚓ (#1104)
|
2 年之前 |
Sean Young
|
be15e1c1bc
Remove msg.sender on Solana (#1096)
|
2 年之前 |
Sean Young
|
e1d49e96c4
Match Anchor contract deployment (#1034)
|
2 年之前 |
Lucas Steuernagel
|
98a343121d
🚀 Use Borsh encoding everywhere on Solana ⚓ (#1053)
|
3 年之前 |
Sean Young
|
c2623f5e61
Enable push/pop on memory arrays on Solana
|
3 年之前 |
Ry Jones
|
f2d5e6782a
Add SPDX headers (#951)
|
3 年之前 |
Lucas Steuernagel
|
d058852707
Enable initialization of arrays with array literals (#942)
|
3 年之前 |
Sean Young
|
252efa55b8
When pushing new element onto array, do not free existing data (#928)
|
3 年之前 |
Sean Young
|
144584ebdf
Do not permit value transfers in CPI
|
3 年之前 |
Sean Young
|
ed49e8da8a
Do not use out of date ethereum_types but ethabi::ethereum_types
|
3 年之前 |
Sean Young
|
5bdbff0fd0
Fix variables in array literals
|
3 年之前 |
Sean Young
|
c898fb79a1
Support retrieving balance of account on Solana
|
4 年之前 |
Sean Young
|
09842bccd5
Enfore the payable attribute on Solana
|
4 年之前 |
Sean Young
|
27df84afbc
Implement msg.value for Solana
|
4 年之前 |
Sean Young
|
7d5fdd3fbc
Create contract using seed and PDA
|
4 年之前 |
Sean Young
|
e532d13645
Add infrastructure for building multiple contracts into a single so file
|
4 年之前 |
Sean Young
|
2193f25347
implment copying an entire dynamic array into contract storage
|
4 年之前 |
Sean Young
|
900f163689
Implement delete for dynamic arrays
|
4 年之前 |
Sean Young
|
227cb3ab8e
Load entire dynamic array from storage into memory
|
4 年之前 |
Sean Young
|
02a0fed564
Solana storage arrays push(), pop(), and array subscript.
|
4 年之前 |
Sean Young
|
12e3de0750
Fixed size array in storage
|
4 年之前 |
Sean Young
|
c4580e783f
Ensure the offset is maintained is after a dynamic array
|
4 年之前 |
Sean Young
|
fd9c63f51c
Fix encoding and decoding of dynamic array
|
4 年之前 |