Michael Vines
95675f8f42
Bump version to 1.0.24
2020-05-21 13:29:16 -07:00
Michael Vines
fca4554d3f
Bump version to v1.0.23
2020-05-10 21:49:52 -07:00
Michael Vines
2e5cc41945
Bump version to 1.0.22
2020-05-02 11:31:15 -07:00
Michael Vines
6ab5f823b3
Bump version to 1.0.21
2020-04-29 08:57:57 -07:00
Michael Vines
9b1bd8065f
Bump version to 1.0.20
2020-04-22 22:17:34 -07:00
Michael Vines
b5f03a380b
Only build x86_64-unknown-linux-gnu on docs.rs
2020-04-16 19:07:43 -07:00
Stephen Akridge
6a59f67fdc
Write wallet key to explicit file
...
(cherry picked from commit 93669ab1fc
)
2020-04-16 13:41:14 -07:00
Michael Vines
5943747001
Bump version to 1.0.19
2020-04-16 12:19:48 -07:00
Michael Vines
bd8074507f
Bump version to v1.0.18
2020-04-14 09:58:33 -07:00
Michael Vines
10e808e1bd
Fail coverage faster in CI
2020-04-13 21:09:26 -07:00
Michael Vines
608d75b348
Unfold coverage test failures
...
(cherry picked from commit d4ea1ec6ad
)
2020-04-13 18:08:25 -07:00
Michael Vines
da6f702129
Bump version to 1.0.17
2020-04-11 19:32:42 -07:00
mergify[bot]
00b4186469
Improve coverage.sh usability when used locally ( #9054 ) ( #9424 )
...
automerge
2020-04-10 05:59:35 -07:00
Michael Vines
0f34a190ea
Bump version to 1.0.16
2020-04-09 00:05:16 -07:00
Michael Vines
b57a52cd85
Bump version to 1.0.15
2020-04-07 09:36:47 -07:00
Michael Vines
1c7cea1af4
Add stake-monitor
2020-04-03 20:37:28 -07:00
Michael Vines
c9030660d6
Bump version to 1.0.14
2020-04-02 22:42:28 -07:00
Michael Vines
a44b8abd48
Bump version to v1.0.13
2020-03-30 23:05:41 -07:00
Michael Vines
a02542ada3
Bump version to v1.0.12
2020-03-30 08:45:50 -07:00
Michael Vines
7a8233d7ca
Bump version to 1.0.11
2020-03-25 19:17:06 -07:00
Michael Vines
953cb93e44
Bump version to 1.0.10
2020-03-23 21:58:45 -07:00
Michael Vines
58a36ce484
Bump version to 1.0.9
2020-03-19 17:10:35 -07:00
Dan Albert
61bd9e6a28
Fix windows binary build on v1.0 ( #8968 )
...
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-03-19 15:58:34 -07:00
Michael Vines
c7e80bebdc
Bump version to 1.0.8
2020-03-15 21:50:06 -07:00
Michael Vines
cb6e7426a4
Drop :8899 port from http://devnet.solana.com references
...
(cherry picked from commit 9e0a26628b
)
2020-03-13 20:14:02 -07:00
Michael Vines
7722723400
Bump version to 1.0.7
2020-03-13 08:10:09 -07:00
Michael Vines
ea9e7c710a
Bump version to 1.0.6
2020-03-09 22:38:57 -07:00
mergify[bot]
085e773f27
Properly escape current version ( #8686 ) ( #8688 )
...
(cherry picked from commit a78a339407
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-03-06 14:37:41 -07:00
Michael Vines
d8d7238920
Bump version to 1.0.5
2020-03-06 14:14:53 -07:00
Michael Vines
c35f4927cd
Bump version to 1.0.4
2020-03-05 16:10:24 -07:00
Michael Vines
2d0f4b5c8c
Bump version to 1.0.3
2020-03-05 13:05:12 -07:00
Michael Vines
57813041d2
Remove solana-archiver from release artifacts
2020-03-05 11:02:18 -07:00
Michael Vines
0d4131ae68
Bump version to 1.0.2
2020-03-02 15:38:26 -07:00
Michael Vines
4103d99018
Bump version to 1.0.1
2020-02-24 23:24:27 -07:00
Michael Vines
48f58a88bc
Bump version to 1.0.0
2020-02-20 23:52:19 -07:00
Michael Vines
e3cebcf82d
rename testnet.solana.com to devnet.solana.com
2020-02-19 15:33:14 -07:00
Tyera Eulberg
b997d3eb4e
Cli: Remove units from various subcommands ( #8301 )
...
* Cli: Remove unit arg from various subcommands
* Update book usage page
* Update scripts and docs
2020-02-15 12:53:52 -07:00
Ryo Onodera
890919d140
Reliably track proc macro & build.rs code coverage ( #8210 )
2020-02-12 01:02:40 +09:00
Dan Albert
c324e71768
Bump cargo toml versions to 0.24.0 ( #7976 )
2020-01-25 11:04:27 -06:00
Michael Vines
356f246a74
Remove get-/show- prefix from cli commands
2020-01-21 08:43:07 -07:00
Rob Walker
470d9cd752
Add system_instruction::{allocate, allocate_with_seed, assign_with_seed}, ( #7847 )
...
* cleanup test checks cargo audit
* Add system_instruction allocate
* fixup
* fixup
2020-01-17 09:29:15 -08:00
Jack May
5cb23c814d
Install move-loader binaries ( #7768 )
2020-01-13 12:53:53 -08:00
Ryo Onodera
141131f3a6
Stabilize fn coverage by creating a clean room ( #7576 )
...
* Stabilize fn coverage by pruning all updated files
* Pruning didn't work; Switch to clean room dir
* Oh, shellcheck...
* Remove the data_dir variable
* Comment about relationale for find + while read
2019-12-23 16:32:29 +09: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
a7040896f0
Update to rust 1.40.0 ( #7572 )
...
* Update to rust 1.40.0
* fixups
2019-12-19 23:27:54 -08:00
Tyera Eulberg
3513f4ee84
Rename drone to faucet ( #7508 )
2019-12-16 14:05:17 -07:00
dependabot-preview[bot]
7ad64c8d45
Bump serde from 1.0.103 to 1.0.104
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.103 to 1.0.104.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.103...v1.0.104 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-16 08:50:09 -07:00
Michael Vines
2b5e919a47
Ship solana-watchtower program
2019-12-13 23:04:03 -07:00
Greg Fitzgerald
62810d769a
Account for all tokens at genesis ( #7350 )
...
* Towards accounting for all tokens
* Move 5m tokens back into the big pool
* Flesh out batch 4
* Add a script to generate ValidatorInfo structs from a CSV file
* Remove commented out code and improve test
2019-12-08 09:17:42 -07:00
Pankaj Garg
c7932b710c
Remove tune-system.sh script and its use ( #7278 )
2019-12-04 16:40:12 -08:00