Michael Vines
|
24c796b434
|
Bump version to 1.1.16
|
2020-05-27 18:13:17 -07:00 |
|
Michael Vines
|
f1201502d4
|
Bump version to 1.1.15
|
2020-05-26 21:22:34 -07:00 |
|
Michael Vines
|
726eadc64b
|
Bump version to 1.1.14
|
2020-05-18 15:15:26 -07:00 |
|
Michael Vines
|
2634402fef
|
Bump version to 1.1.13
|
2020-05-17 16:35:36 -07:00 |
|
Michael Vines
|
867a213cd3
|
Bump version to v1.1.12
|
2020-05-11 22:10:03 -07:00 |
|
Michael Vines
|
5cd685ed3a
|
Bump version to v1.1.11
|
2020-05-07 16:57:43 -07:00 |
|
Michael Vines
|
fc21c857a3
|
Bump version to v1.1.10
|
2020-05-06 16:04:41 -07:00 |
|
Michael Vines
|
9d00ff6624
|
Bump to 1.1.9
|
2020-05-02 11:41:51 -07:00 |
|
Tyera Eulberg
|
3aa52f95a2
|
v1.1 backport custom error rename (#9826)
* Add program_error conversions (#9203)
* Rename CustomError to Custom (#9207)
* More custom error rename (#9227)
automerge
* Remove librapay conflicts
* Fix rebase
Co-authored-by: Jack May <jack@solana.com>
|
2020-04-30 23:54:11 -06:00 |
|
mergify[bot]
|
892abd2a24
|
Make default programs static (bp #9717) (#9814)
automerge
|
2020-04-30 02:50:34 -07:00 |
|
mergify[bot]
|
8fef8eaed9
|
Remove old logging enabler artifacts (bp #9777) (#9818)
automerge
|
2020-04-30 01:52:01 -07:00 |
|
Michael Vines
|
0afb058616
|
Bump version to 1.1.8
|
2020-04-23 20:40:29 -07:00 |
|
Michael Vines
|
1ddff68642
|
Bump version to 1.1.7
|
2020-04-22 22:13:46 -07:00 |
|
Michael Vines
|
12ed7c6845
|
Bump version to 1.1.6
|
2020-04-18 23:37:34 -07:00 |
|
Michael Vines
|
b260f686a3
|
Only build x86_64-unknown-linux-gnu on docs.rs
|
2020-04-16 19:07:08 -07:00 |
|
Michael Vines
|
135763e019
|
Bump version to 1.1.5
|
2020-04-16 13:23:21 -07:00 |
|
Michael Vines
|
d6f1e4b10a
|
Bump version to v1.1.4
|
2020-04-12 18:00:06 -07:00 |
|
Michael Vines
|
580304add4
|
Bump version to 1.1.3
|
2020-04-07 09:33:26 -07:00 |
|
Michael Vines
|
40d0f8da2d
|
Bump version to 1.1.2
|
2020-04-02 22:35:56 -07:00 |
|
Michael Vines
|
47c6dfe1aa
|
Bump version to v1.1.1
|
2020-03-30 23:15:07 -07:00 |
|
Jack May
|
61514e3b0e
|
Allow program accounts to be passed as program and parameter (#8907)
|
2020-03-17 12:06:15 -07:00 |
|
Jack May
|
6eb4973780
|
Don't use move semantics if not needed (#8793)
|
2020-03-11 14:37:23 -07:00 |
|
Dan Albert
|
2d9d2f1e99
|
Update cargo versions from 1.0 to 1.1 (#8397)
|
2020-02-21 23:09:45 -08:00 |
|
Jack May
|
0ace22d03f
|
Optimize account verification (#8385)
|
2020-02-21 13:28:35 -08:00 |
|
Jack May
|
0e6aca5a7e
|
Reorganize message processor in prep for cross-program-invocation (#8338)
|
2020-02-21 11:30:00 -08:00 |
|
Michael Vines
|
48f58a88bc
|
Bump version to 1.0.0
|
2020-02-20 23:52:19 -07:00 |
|
Tyera Eulberg
|
ab361a8073
|
Rename KeypairUtil to Signer (#8360)
automerge
|
2020-02-20 13:28:55 -08:00 |
|
Jack May
|
2e9ba149f2
|
Update LVM and rBPF versions (#8215)
|
2020-02-11 12:52:13 -08:00 |
|
François Garillot
|
f016c9a669
|
Maintenance : simplify a few patterns, remove unneeded dependencies (#8137)
* Simplify a few pattern matches
* Removing unneeded dependencies, upgrading internal version #s
net-shaper: Removing log, semver, serde_derive
bench-tps: Removing serde, serde_derive
banking-bench: Removing solana
ledger-tool: Removing bincode, serde, serde_derive
librapay: Removing solana, language_e2e_tests
log-analyzer: Removing log, semver, serde_derive
exchange: Removing solana
core: Removing crc, memmap, symlink, untrusted
perf: Removing serde_derive
genesis: Removing hex, serde_derive
sdk-c: Removing sha2
sys-tuner: Removing semver
bench-exchange: Removing bincode, bs58, env_logger, serde, serde_derive, untrusted, ws
btc_spv_bin: Removing serde_json
btc_spv: Removing chrono
bpf_loader: Removing serde
ledger: Removing dlopen, dlopen_derive, serde_derive
move_loader: Removing byteorder, libc, language_e2e_tests
ownable: Removing serde, serde_derive
client: Removing rand
archiver-utils: Removing rand_chacha
validator: Removing serde_json, tempfile
param_passing_dep: Removing solana
failure: Removing log
vest: Removing log
vote-signer: Removing bs58, serde
local-cluster: Removing symlink
keygen: Removing rpassword
install: Removing bs58, log
upload-perf: Removing log
runtime: Removing serde_json
stake: Removing rand
* Add modified Cargo.lock
* fixup! Simplify a few pattern matches
* fixup! Simplify a few pattern matches
|
2020-02-06 10:02:38 -07:00 |
|
Dan Albert
|
c324e71768
|
Bump cargo toml versions to 0.24.0 (#7976)
|
2020-01-25 11:04:27 -06:00 |
|
Jack May
|
08ba27627d
|
Direct entrypoint for execution (#7746)
|
2020-01-10 13:20:15 -08:00 |
|
Jack May
|
2d08dddfc8
|
nit, cleanup uses (#7747)
automerge
|
2020-01-09 23:58:13 -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 |
|
Rob Walker
|
39cd6dff7d
|
turn on rent (#7368)
* turn on rent
* add rent exempt balances for bootstrap accounts
* use Rent::free() when not testing rent
|
2019-12-09 21:56:43 -08:00 |
|
Greg Fitzgerald
|
92d485dd4d
|
Cleanup (#7176)
* Drop serde error instances
These were no longer needed after ToPrimitive instances were
added.
* Rename last of _api crates
|
2019-11-29 13:50:32 -07:00 |
|