Michael Vines
|
7f2977a3b0
|
Bump version to 1.5.20
|
2021-04-20 17:04:26 +00:00 |
|
Trent Nelson
|
c32bd40aa4
|
Bump version to v1.5.19
|
2021-04-01 20:23:50 +00:00 |
|
Tyera Eulberg
|
ac4722afd7
|
Bump version to 1.5.18
|
2021-03-29 23:00:20 -07:00 |
|
Tyera Eulberg
|
f356a05e96
|
Bump version to 1.5.17 (#16043)
|
2021-03-19 18:56:05 -06:00 |
|
Michael Vines
|
be05c8b121
|
Bump version to 1.5.16
|
2021-03-16 13:29:52 -07:00 |
|
Michael Vines
|
9a151259b2
|
=1.5.15
|
2021-03-16 00:32:15 -07:00 |
|
mergify[bot]
|
6e214bbc04
|
Docs fixups (bp #15801) (#15802)
* docs: add docs links for crates published to crates.io
(cherry picked from commit 24d18b3cf2 )
# Conflicts:
# core/Cargo.toml
# measure/Cargo.toml
# programs/bpf/rust/finalize/Cargo.toml
* docs: add rust client api entry
(cherry picked from commit 3e6c7c4a3e )
* docs: rename 'deployed programs' section to 'on-chain programs'
(cherry picked from commit 0e452c8d91 )
* docs: 'builtins' -> 'runtime facilities'
(cherry picked from commit 9c8be34906 )
* docs: stabilize spl token jsonrpc methods
(cherry picked from commit 45190f6281 )
* docs: deprecate lastvalidslot field of jsonrpc getfees
(cherry picked from commit c4ee1ab710 )
Co-authored-by: Trent Nelson <trent@solana.com>
|
2021-03-11 21:49:14 +00:00 |
|
Tyera Eulberg
|
9fbc03d517
|
Bump version to 1.5.15 (#15768)
|
2021-03-09 01:48:54 +00:00 |
|
Michael Vines
|
d3672ca23b
|
Bump version to 1.5.14
|
2021-03-03 19:01:25 -08:00 |
|
Michael Vines
|
6242809a07
|
Bump version to 1.5.13
|
2021-03-03 21:51:34 +00:00 |
|
sakridge
|
fa7067950a
|
Update version to v1.5.11 (#15574)
|
2021-02-27 04:27:54 +00:00 |
|
mergify[bot]
|
7d67f5b18c
|
check program owners (#15495) (#15568)
* check program owners
* BankSlotDelta should change because InstructionError variant added
Co-authored-by: Tyera Eulberg <tyera@solana.com>
(cherry picked from commit 8399851d11 )
Co-authored-by: sakridge <sakridge@gmail.com>
|
2021-02-26 23:34:55 +00:00 |
|
Michael Vines
|
a80ac11b68
|
Bump version to v1.5.11
|
2021-02-25 09:12:39 -08:00 |
|
Ryo Onodera
|
a52a22f558
|
Bump version to 1.5.10 (#15533)
|
2021-02-25 21:00:17 +09:00 |
|
mergify[bot]
|
e5bb1597a4
|
Transition config program over to ic_msg() logging (#15481)
(cherry picked from commit 8680a46458 )
Co-authored-by: Michael Vines <mvines@gmail.com>
|
2021-02-23 05:36:44 +00:00 |
|
mergify[bot]
|
7148aaa30c
|
chore: bump serde from 1.0.112 to 1.0.118 (bp #14828) (#15394)
* chore: bump serde from 1.0.112 to 1.0.118 (#14828)
* chore: bump serde from 1.0.112 to 1.0.122
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.112 to 1.0.122.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.112...v1.0.122)
Signed-off-by: dependabot[bot] <support@github.com>
* [auto-commit] Update all Cargo lock files
* Update frozen_abi digest following serde update
* Revert "chore: bump serde from 1.0.112 to 1.0.122"
This reverts commit a3ef4442a4 .
* Revert "[auto-commit] Update all Cargo lock files"
This reverts commit c41c3b005f .
* chore: bump serde from 1.0.112 to 1.0.118
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.112 to 1.0.118.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.112...v1.0.118)
Signed-off-by: dependabot[bot] <support@github.com>
* [auto-commit] Update all Cargo lock files
* Remove serum-dex pinning
* blind commit!
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
(cherry picked from commit 1df93fa2be )
# Conflicts:
# banks-interface/Cargo.toml
# perf/Cargo.toml
# programs/config/Cargo.toml
* Fix conflicts
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
|
2021-02-18 13:29:17 +00:00 |
|
mergify[bot]
|
1a8b57fcd0
|
First step towards denying clippy::integer_arithmetic (bp #15366) (#15381)
* CI: Globally deny clippy::integer_arithmetic lint
(cherry picked from commit 7035e8485c )
* Re-allow clippy::integer_arithmetic at crate-level
(cherry picked from commit 7f7370c306 )
# Conflicts:
# bench-tps/tests/bench_tps.rs
Co-authored-by: Trent Nelson <trent@solana.com>
|
2021-02-17 22:30:03 +00:00 |
|
Michael Vines
|
8820933287
|
Bump version to 1.5.9
|
2021-02-16 22:17:10 -08:00 |
|
Trent Nelson
|
543f7e7ec1
|
Bump rand_core to 0.6.2
https://rustsec.org/advisories/RUSTSEC-2021-0023
|
2021-02-15 17:58:41 -07:00 |
|
Trent Nelson
|
20afb912cd
|
Bump version to 1.5.8
|
2021-02-13 04:34:36 +00:00 |
|
Michael Vines
|
cd994f0162
|
Bump version to 1.5.7
|
2021-02-10 05:18:39 +00:00 |
|
Michael Vines
|
4378634970
|
Bump version to 1.5.6
|
2021-01-27 10:50:56 -08:00 |
|
Jack May
|
d72c90e475
|
Bump version to v1.5.5 (#14700)
|
2021-01-20 20:26:16 +00:00 |
|
Trent Nelson
|
1b02ec4f6e
|
Bump version to v1.5.4
|
2021-01-14 04:40:25 +00:00 |
|
Michael Vines
|
ec15ea079f
|
Bump version to 1.5.3
|
2021-01-08 16:19:27 -08:00 |
|
Michael Vines
|
97665b977e
|
Bump version to v1.5.2
|
2021-01-04 06:44:52 +00:00 |
|
Michael Vines
|
02da7dfedf
|
Bump version to v1.5.1
|
2020-12-27 21:57:43 -08:00 |
|
dependabot[bot]
|
88d950e5a8
|
chore: bump log from 0.4.8 to 0.4.11 (#13691)
* chore: bump log from 0.4.8 to 0.4.11
Bumps [log](https://github.com/rust-lang/log) from 0.4.8 to 0.4.11.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.8...0.4.11)
Signed-off-by: dependabot[bot] <support@github.com>
* [auto-commit] Update all Cargo lock files
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
|
2020-12-13 13:48:23 +09:00 |
|
Michael Vines
|
df8dab9d2b
|
Native/builtin programs now receive an InvokeContext
|
2020-10-29 21:45:24 -07:00 |
|
Michael Vines
|
1b343665a1
|
Move KeyedAccount out of solana-program. Native programs are not supported by solana-program
|
2020-10-26 18:54:54 -07:00 |
|
Michael Vines
|
7bc073defe
|
Run codemod --extensions rs Pubkey::new_rand solana_sdk::pubkey::new_rand
|
2020-10-21 19:08:13 -07:00 |
|
Michael Vines
|
11df2e2236
|
Bump version to v1.5.0
|
2020-10-08 04:51:36 +00:00 |
|
Trent Nelson
|
e12ab9d0dd
|
Bump version to 1.4.0
|
2020-08-05 12:04:15 -06:00 |
|
dependabot-preview[bot]
|
841ecfd927
|
chore(deps): bump bincode from 1.2.1 to 1.3.1 (#10867)
* chore(deps): bump bincode from 1.2.1 to 1.3.1
Bumps [bincode](https://github.com/servo/bincode) from 1.2.1 to 1.3.1.
- [Release notes](https://github.com/servo/bincode/releases)
- [Commits](https://github.com/servo/bincode/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* [auto-commit] Update all Cargo lock files
* Switch from deprecated method
* Add options to maintain behavior with bincode::options()
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
|
2020-07-09 00:08:05 +00:00 |
|
Jack May
|
dac7dc2f10
|
Move types to more appropriate files (#10638)
|
2020-06-17 10:39:14 -07:00 |
|
dependabot-preview[bot]
|
480f69cc5e
|
Bump serde from 1.0.111 to 1.0.112
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.111 to 1.0.112.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.111...v1.0.112)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-15 07:58:16 -07:00 |
|
R. M. Shea
|
48febf153b
|
Change documentation introduction to indicate Foundation IP transfer (#10440)
|
2020-06-13 14:41:05 -07:00 |
|
dependabot-preview[bot]
|
f901571026
|
Bump serde from 1.0.110 to 1.0.111
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.110 to 1.0.111.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.110...v1.0.111)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-02 23:29:14 -07:00 |
|
Michael Vines
|
9eefb2c929
|
Bump version to 1.3.0
|
2020-05-28 15:01:13 -07:00 |
|
Michael Vines
|
bbc549f592
|
Rename program_id to owner in system instructions (#10069)
|
2020-05-18 12:55:41 -07:00 |
|
Kristofer Peterson
|
58ef02f02b
|
9951 clippy errors in the test suite (#10030)
automerge
|
2020-05-15 09:35:43 -07:00 |
|
dependabot-preview[bot]
|
288c9751c1
|
Bump serde from 1.0.106 to 1.0.110 (#9964)
* Bump serde from 1.0.106 to 1.0.110
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.106 to 1.0.110.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.106...v1.0.110)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* [auto-commit] Update all Cargo lock files
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
|
2020-05-10 16:24:25 -07:00 |
|
Jack May
|
a4fe11fad2
|
Remove old logging enabler artifacts (#9777)
automerge
|
2020-04-28 15:56:51 -07:00 |
|
Jack May
|
efad193180
|
Make default programs static (#9717)
|
2020-04-27 21:05:12 -07:00 |
|
Michael Vines
|
47ae57610a
|
Only build x86_64-unknown-linux-gnu on docs.rs
|
2020-04-16 19:06:17 -07:00 |
|
dependabot-preview[bot]
|
8cdf406dd3
|
Bump serde from 1.0.105 to 1.0.106
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.105 to 1.0.106.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.105...v1.0.106)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-04 15:13:52 -07:00 |
|
Michael Vines
|
d7fa40087c
|
Bump version to 1.2.0
|
2020-03-28 09:44:13 -07:00 |
|
dependabot-preview[bot]
|
24d871b529
|
Bump serde from 1.0.104 to 1.0.105 (#8954)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.104 to 1.0.105.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.104...v1.0.105)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-03-18 22:35:30 -07:00 |
|
dependabot-preview[bot]
|
e41ff2df66
|
Bump chrono from 0.4.10 to 0.4.11 (#8755)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.10 to 0.4.11.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.10...v0.4.11)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-03-10 08:43:18 -06:00 |
|
Dan Albert
|
2d9d2f1e99
|
Update cargo versions from 1.0 to 1.1 (#8397)
|
2020-02-21 23:09:45 -08:00 |
|