Michael Vines
|
9eefb2c929
|
Bump version to 1.3.0
|
2020-05-28 15:01:13 -07:00 |
Michael Vines
|
47ae57610a
|
Only build x86_64-unknown-linux-gnu on docs.rs
|
2020-04-16 19:06:17 -07:00 |
Michael Vines
|
d7fa40087c
|
Bump version to 1.2.0
|
2020-03-28 09:44:13 -07:00 |
Dan Albert
|
2d9d2f1e99
|
Update cargo versions from 1.0 to 1.1 (#8397)
|
2020-02-21 23:09:45 -08:00 |
Michael Vines
|
48f58a88bc
|
Bump version to 1.0.0
|
2020-02-20 23:52:19 -07:00 |
Dan Albert
|
c324e71768
|
Bump cargo toml versions to 0.24.0 (#7976)
|
2020-01-25 11:04:27 -06:00 |
Jack May
|
c95e5346a4
|
Boot the mut (#7926)
|
2020-01-22 17:54:06 -08:00 |
Dan Albert
|
ca10cf081f
|
Update cargo.toml files from 0.22.0 to 0.23.0 (#7596)
|
2019-12-20 21:45:42 -05:00 |
Michael Vines
|
294662a1ce
|
Bump version to 0.22.0
|
2019-11-25 21:34:50 -07:00 |
Jack May
|
d8ead57fbb
|
Use bs58 strings to declare IDs rather then raw bytes (#7082)
|
2019-11-21 16:34:40 -08:00 |
Jack May
|
3415db9739
|
Merge api/program into single units (#7061)
|
2019-11-20 16:32:19 -08:00 |
Greg Fitzgerald
|
d0761f57e8
|
Add _program suffix to directories of crates with _program suffix
|
2019-03-21 16:24:06 -06:00 |
Greg Fitzgerald
|
d2415613de
|
Migrate loader tests to BankClient
|
2019-03-21 09:19:24 -06:00 |
Greg Fitzgerald
|
8d032aba9d
|
Merge InstructionError and ProgramError
From the user's perspective, it's just an instruction error.
For program-specific errors, we still have
InstructionError::CustomError.
|
2019-03-18 10:39:20 -06:00 |
Greg Fitzgerald
|
e091aa87ea
|
More precise constructor names
|
2019-03-15 14:46:44 -06:00 |
Michael Vines
|
6899bd7099
|
0.13.0
|
2019-03-11 16:21:19 -07:00 |
Rob Walker
|
195a880576
|
pass Pubkeys as refs, copy only where values needed (#3213)
* pass Pubkeys as refs, copy only where values needed
* Pubkey is pervasive
* fixup
|
2019-03-09 19:28:43 -08:00 |
Greg Fitzgerald
|
b830449f23
|
Move top-level native program tests to their respective crates
|
2019-03-02 22:11:48 -08:00 |
Greg Fitzgerald
|
037fcf6b3d
|
Bump all native programs up a level
Don't categorize programs by a single backend.
|
2019-03-02 22:11:48 -08: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 |
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 |
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 |