Michael Vines
|
2d0f07091d
|
Handle dynamic program dlopen failures gracefully
|
2018-10-13 11:31:10 -07:00 |
|
Michael Vines
|
02225aa95c
|
Look for native programs in same directory as the current executable
|
2018-10-10 16:49:48 -07:00 |
|
jackcmay
|
13d4443d4d
|
Add BPF support & C-based BPF tic-tac-toe (#1422)
Add initial support for BPF and a C port of tictactoe
|
2018-10-04 09:44:44 -07:00 |
|
Greg Fitzgerald
|
b6b5455917
|
Fix test in coverage build
|
2018-09-28 19:19:16 -07:00 |
|
Jack May
|
abd13ba4ca
|
move program tests to integration
|
2018-09-28 11:30:10 -07:00 |
|
jackcmay
|
9c47e022dc
|
break dependency of programs on solana core (#1371)
* break dependency of programs on Solana core
|
2018-09-27 07:49:26 -07:00 |
|
Greg Fitzgerald
|
874addc51a
|
Move KeyedAccount into Account
Now programs don't need to depend on dynamic_program and its
dependencies.
|
2018-09-26 20:40:40 -06:00 |
|
Greg Fitzgerald
|
b7ae5b712a
|
Move Pubkey into its own module
|
2018-09-26 20:40:40 -06:00 |
|
Greg Fitzgerald
|
c6d7cd2d33
|
Move Account into its own module
Also use default Default generator, since system program ID is
[0; 32]. Bank should probably be the one to set this anyway.
|
2018-09-26 20:40:40 -06:00 |
|
jackcmay
|
26b1466ef6
|
Initial integration of dynamic contracts and native module loading (#1256)
* Integration of native dynamic programs
|
2018-09-23 22:13:44 -07:00 |
|