dependabot-preview[bot]
|
294d531e0b
|
Bump serde_derive from 1.0.99 to 1.0.100 (#5864)
automerge
|
2019-09-10 13:31:11 -07:00 |
|
dependabot-preview[bot]
|
0d7efe5176
|
Bump serde from 1.0.99 to 1.0.100 (#5862)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.99 to 1.0.100.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.99...v1.0.100)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-09-10 12:27:41 -07:00 |
|
Rob Walker
|
b881029de3
|
make voter_pubkey a function of epoch (#5830)
* make voter_pubkey a function of epoch
* fixups
|
2019-09-09 18:17:32 -07:00 |
|
Jack May
|
61fe1aa9cf
|
SDK cleanup to reduce featurization (#5856)
|
2019-09-09 16:38:52 -07:00 |
|
Jack May
|
a317e9513f
|
Add sysvar support (#5838)
|
2019-09-09 10:55:35 -07:00 |
|
Jack May
|
e8d88f3237
|
Split SDK's timing.rs (#5823)
|
2019-09-06 14:30:56 -07:00 |
|
Rob Walker
|
4a20c2aa1b
|
add stake and vote errors (#5814)
* add stake errors
* remove self from type_of
* sheesh
* better
* add stake errors
* update wallet error handling
* fixup
|
2019-09-06 10:55:03 -07:00 |
|
Rob Walker
|
933e835838
|
add stake lockup (#5782)
* add stake lockup
* fixup
|
2019-09-04 13:34:09 -07:00 |
|
Rob Walker
|
355640b5db
|
increase stake warmup cooldown rate to 0.25 (#5772)
|
2019-09-04 10:57:42 -07:00 |
|
Michael Vines
|
ba59741b60
|
Bump to 0.19.0-pre0
|
2019-08-25 21:47:29 -07:00 |
|
dependabot-preview[bot]
|
ab4f370e15
|
Bump serde_derive from 1.0.98 to 1.0.99 (#5539)
Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.98 to 1.0.99.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.98...v1.0.99)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-08-21 12:14:58 -07:00 |
|
Michael Vines
|
b1203da82c
|
Bump to 0.18.0-pre2
|
2019-08-20 16:56:00 -07:00 |
|
dependabot-preview[bot]
|
8b7cca986a
|
Bump serde from 1.0.98 to 1.0.99 (#5540)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.98 to 1.0.99.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.98...v1.0.99)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-08-19 10:06:15 -06:00 |
|
Rob Walker
|
626e16a177
|
moar coverage in stake_state (#5554)
* moar coverage in stake_state
* nits
|
2019-08-18 15:41:49 -07:00 |
|
Rob Walker
|
814af378a7
|
stake cooldown (#5553)
* stake cooldown
* fixups
* sheesh
|
2019-08-17 18:12:30 -07:00 |
|
Rob Walker
|
94f1132fb6
|
fix single node testnet, remove bootstrap vote (#5534)
|
2019-08-15 18:58:46 -07:00 |
|
Rob Walker
|
88ea950652
|
add stake_api config account (#5531)
|
2019-08-15 14:35:48 -07:00 |
|
Rob Walker
|
07d11be6ab
|
add global stake warmup (#5483)
* add global stake warmup
* integrate stake history into runtime
* fixup core tests
* fixup
* remove existing cooldown tests for now
|
2019-08-12 20:59:57 -07:00 |
|
Rob Walker
|
07a049aa59
|
include vote account in deactivate (#5476)
|
2019-08-09 12:55:21 -07:00 |
|
Rob Walker
|
7a603d72bf
|
disallow withdraw of stake unless deactivated (#5457)
|
2019-08-07 20:29:22 -07:00 |
|
Michael Vines
|
dd4640e1ed
|
Revert "Revert "Bump version to 0.18.0-pre1""
This reverts commit 42c7d57fc045273792ee186602fc51b526476a5e.
|
2019-08-05 15:55:13 -07:00 |
|
Michael Vines
|
42c7d57fc0
|
Revert "Bump version to 0.18.0-pre1"
This reverts commit 14f6d5c82bd556808801f7436c7dab1f92e5e20a.
|
2019-08-05 15:53:55 -07:00 |
|
Michael Vines
|
14f6d5c82b
|
Bump version to 0.18.0-pre1
|
2019-08-05 15:11:44 -07:00 |
|
dependabot-preview[bot]
|
f03e066ec5
|
Bump log from 0.4.7 to 0.4.8 (#5382)
Bumps [log](https://github.com/rust-lang/log) from 0.4.7 to 0.4.8.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-08-01 14:31:18 -07:00 |
|
Rob Walker
|
f7d3f55566
|
fix epoch_stakes again (#5396)
|
2019-08-01 14:27:47 -07:00 |
|
Rob Walker
|
9278201198
|
fix epoch_stakes (#5355)
* fix epoch_stakes
* fix stake_state to use stakers_epoch
* don't allow withdrawal before deactivation
|
2019-07-31 15:13:26 -07:00 |
|
dependabot-preview[bot]
|
af733a678a
|
Bump serde_derive from 1.0.97 to 1.0.98 (#5314)
Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.97 to 1.0.98.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.97...v1.0.98)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-07-30 21:45:34 -07:00 |
|
dependabot-preview[bot]
|
b7e08052ae
|
Bump serde from 1.0.97 to 1.0.98 (#5315)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.97 to 1.0.98.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.97...v1.0.98)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-07-30 19:46:50 -07:00 |
|
Dan Albert
|
b8835312bb
|
Update cargo.toml files to 0.18.0-pre0 (#5303)
|
2019-07-27 11:42:06 -06:00 |
|
dependabot-preview[bot]
|
349ebec629
|
Bump serde from 1.0.94 to 1.0.97 (#5285)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.94 to 1.0.97.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.94...v1.0.97)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-07-26 07:22:25 -06:00 |
|
Rob Walker
|
f4554be72c
|
add vote withdraw (#5284)
|
2019-07-25 23:20:47 -07:00 |
|
dependabot-preview[bot]
|
7ee8383e02
|
Bump serde_derive from 1.0.94 to 1.0.97 (#5279)
Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.94 to 1.0.97.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.94...v1.0.97)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-07-25 06:47:24 -06:00 |
|
dependabot-preview[bot]
|
bbd0455418
|
Bump log from 0.4.6 to 0.4.7 (#5144)
Bumps [log](https://github.com/rust-lang/log) from 0.4.6 to 0.4.7.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.6...0.4.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-07-17 09:25:57 -06:00 |
|
Rob Walker
|
0d27515d09
|
tmp dirs target to farf (#5079)
|
2019-07-12 18:28:42 -07:00 |
|
Rob Walker
|
d2b6c2e0ce
|
syscall work, rename syscall to sysvar, rename current to clock (#5074)
* syscall work, rename syscall to sysvar, rename current to clock
* missed one
* nit
|
2019-07-12 16:38:15 -07:00 |
|
Sagar Dhawan
|
b8e7736af2
|
Move SLOTS_PER_SEGMENT to genesis (#4992)
automerge
|
2019-07-09 16:48:40 -07:00 |
|
Pankaj Garg
|
bf319ab06d
|
Convert syscall accounts to credit only accounts (#4915)
|
2019-07-02 15:17:28 -07:00 |
|
Rob Walker
|
12ef0c25b5
|
change vote commission to u8 (from u32) (#4887)
automerge
|
2019-07-02 14:18:11 -07:00 |
|
dependabot-preview[bot]
|
f0191a98ab
|
Bump serde from 1.0.93 to 1.0.94 (#4864)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.93 to 1.0.94.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.93...v1.0.94)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-06-28 15:07:16 -07:00 |
|
dependabot-preview[bot]
|
979df17328
|
Bump serde_derive from 1.0.93 to 1.0.94 (#4856)
Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.93 to 1.0.94.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.93...v1.0.94)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-06-27 13:18:19 -07:00 |
|
Pankaj Garg
|
30592f2b12
|
Integration tests for stake API (#4811)
* more tests for rewards redemption
* break circular deps
* code review
|
2019-06-25 23:00:35 -07:00 |
|
Rob Walker
|
70f93cc126
|
remove mining_pool from stake_state (#4804)
|
2019-06-24 16:01:02 -07:00 |
|
dependabot-preview[bot]
|
4e78354ab6
|
Bump serde_derive from 1.0.92 to 1.0.93 (#4790)
Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.92 to 1.0.93.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.92...v1.0.93)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-06-23 20:23:41 -07:00 |
|
dependabot-preview[bot]
|
0e1480b84e
|
Bump serde from 1.0.92 to 1.0.93 (#4791)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.92 to 1.0.93.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.92...v1.0.93)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-06-23 17:23:41 -07:00 |
|
Pankaj Garg
|
405ca1bcb2
|
Add instructions and processor for stake deactivation (#4781)
automerge
|
2019-06-21 23:45:03 -07:00 |
|
Pankaj Garg
|
b7f169e06e
|
Program instruction to withdraw un-staked lamports from stake account (#4780)
|
2019-06-21 22:28:34 -07:00 |
|
Dan Albert
|
9911942dbd
|
Increment cargo.toml files to v0.17.0
|
2019-06-22 04:35:25 +00:00 |
|
Rob Walker
|
a49f5378e2
|
rewrite vote credits redemption to eat from rewards_pools on an epoch-sensitive basis (#4775)
* move redemption to rewards pools
* rewrite redemption, touch a few other things
* re-establish test coverage
|
2019-06-21 20:43:24 -07:00 |
|
Rob Walker
|
1f0f947ed2
|
add validator rewards pools (#4742)
* add validator rewards pools
* populate rewards syscall
|
2019-06-20 12:22:29 -07:00 |
|
Rob Walker
|
41fbdc6e08
|
use stake (#4721)
|
2019-06-19 11:54:52 -07:00 |
|