Michael Vines
4b0f6fd6b1
Bump version to 1.4.29
2021-02-17 06:39:18 +00:00
Trent Nelson
a5796e0d4d
Bump version to 1.4.28
2021-02-13 04:19:31 +00:00
mergify[bot]
40e9bd1224
Warp timestamp and extend max-allowable-drift for accommodate slow blocks (bp #15204 ) ( #15221 )
...
* Warp timestamp and extend max-allowable-drift for accommodate slow blocks (#15204 )
* Remove timestamp_correction feature gating
* Remove timestamp_bounding feature gating
* Remove unused deprecated ledger code
* Remove unused deprecated unbounded-timestamp code
* Enable independent adjustment of fast/slow timestamp bounding
* Update timestamp bounds to 25% fast, 80% slow; warp timestamp
* Update bank hash test
* Add PR number to feature
Co-authored-by: Michael Vines <mvines@gmail.com >
Co-authored-by: Michael Vines <mvines@gmail.com >
(cherry picked from commit da6753b8c0
)
# Conflicts:
# ledger/src/blockstore.rs
# runtime/src/bank.rs
# sdk/src/feature_set.rs
* Fix conflicts
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2021-02-10 02:03:43 +00:00
Michael Vines
30d66ba128
Bump version to v1.4.27
2021-02-05 19:20:09 +00:00
mergify[bot]
c440b6df99
Disable AppendVec warn! for now (bp #14996 ) ( #15000 )
...
* Disable AppendVec warn! for now (#14996 )
* Disable AppendVed warn! for now
* Fix version...
* Update append_vec.rs
(cherry picked from commit 31168fe343
)
# Conflicts:
# runtime/src/append_vec.rs
* Update append_vec.rs
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2021-02-03 14:57:12 +00:00
Tyera Eulberg
edf76509a5
Bump version to 1.4.26 ( #14937 )
2021-01-29 18:07:22 -07:00
Jack May
893cc76472
Buffer authority must match upgrade authority for deploys and upgrades ( #14932 )
2021-01-29 12:43:53 -08:00
mergify[bot]
caa39ff2a4
Add feature for pending SPL Token self-transfer fix ( #14917 )
...
(cherry picked from commit 85b5dbead6
)
Co-authored-by: Trent Nelson <trent@solana.com >
2021-01-29 06:01:46 +00:00
mergify[bot]
60999811de
Add generalized voting process to enable full inflation ( #14731 )
...
(cherry picked from commit 072e5e54d8
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-01-21 09:10:44 +00:00
Michael Vines
5d2bd179b1
Bump version to 1.4.25
2021-01-20 05:47:10 +00:00
mergify[bot]
540e23c987
Prevent the invoke and upgrade of programs in the same tx batch (bp #14653 ) ( #14679 )
...
* Prevent the invoke and upgrade of programs in the same tx batch (#14653 )
* Prevent the invoke and upgrade of programs in the same tx batch
* Pass program address as writable in the upgrade instruction
(cherry picked from commit e3bd9e5300
)
# Conflicts:
# programs/bpf/Cargo.lock
# programs/bpf/Cargo.toml
# programs/bpf/tests/programs.rs
* fix conflicts
Co-authored-by: Jack May <jack@solana.com >
2021-01-19 18:28:23 -08:00
mergify[bot]
b064956e20
Add load/execute/store timings ( #14561 ) ( #14590 )
...
Co-authored-by: sakridge <sakridge@gmail.com >
2021-01-15 21:13:09 +00:00
Jack May
682acd5bfd
Bump version to v1.4.24 ( #14543 )
2021-01-12 02:44:28 +00:00
Michael Vines
51fbc1a73e
Use standard tmp-snapshot- file prefix for the "new_state" archive for better cleanup/consistency
2021-01-11 17:34:47 -08:00
Tyera Eulberg
375295a605
v1.4: Update timestamp max allowable drift to 50% of PoH ( #14532 )
...
* Add timestamp warp
* Change max_allowable_drift to 50%
* Fill in PR#
* Fix rpc test setup
2021-01-11 22:49:19 +00:00
mergify[bot]
664e772d0f
Restore snapshot hard linking ( #14533 )
...
(cherry picked from commit 872a249e97
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-01-11 21:52:21 +00:00
mergify[bot]
f925828f79
Avoid tmp snapshot backlog in SnapshotPackagerService under high load (bp #14516 ) ( #14527 )
...
* Avoid tmp snapshot backlog in SnapshotPackagerService under high load (#14516 )
(cherry picked from commit a95675a7ce
)
# Conflicts:
# core/src/validator.rs
* rebase
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-01-11 19:46:04 +00:00
Michael Vines
db26cdf8f0
Rename CompressionType to ArchiveFormat
...
(cherry picked from commit 7be6770808
)
# Conflicts:
# core/src/test_validator.rs
2021-01-11 08:40:07 -08:00
Michael Vines
683d748784
Rename AccountsPackage::root to AccountsPackage::slot
...
(cherry picked from commit 141e6706e6
)
2021-01-11 08:40:07 -08:00
Michael Vines
72ef444257
Reduce TempDir exposure
...
(cherry picked from commit 9f70f7dc3e
)
2021-01-11 08:40:07 -08:00
Michael Vines
d85780e092
Replace incorrect symlink_dir usage with symlink_file
...
(cherry picked from commit f2a7f561a0
)
2021-01-11 08:40:07 -08:00
Michael Vines
3f3058fc7d
Create account paths once
...
(cherry picked from commit fe0ba4a429
)
2021-01-11 08:40:07 -08:00
mergify[bot]
4470afceaa
Add buffer authority to upgradeable loader (bp #14482 ) ( #14503 )
...
* Add buffer authority to upgradeable loader (#14482 )
(cherry picked from commit 58487c6360
)
* resolve conflicts
* nudge
Co-authored-by: Jack May <jack@solana.com >
2021-01-09 05:13:55 +00:00
mergify[bot]
35b42e1541
Gate cpi program account passing (bp #14443 ) ( #14505 )
...
* Gate cpi program account passing (#14443 )
(cherry picked from commit a8b5a32b50
)
# Conflicts:
# sdk/src/feature_set.rs
* resolve conflicts
Co-authored-by: Jack May <jack@solana.com >
2021-01-09 03:16:26 +00:00
Jack May
d815fe37c8
Don't use caller passed executable account ( #14276 ) ( #14501 )
2021-01-09 01:21:09 +00:00
Michael Vines
e7bb83c037
Bump version to 1.4.23
2021-01-08 16:19:46 -08:00
Tyera Eulberg
d8e878998c
Bump version to 1.4.22 ( #14462 )
2021-01-06 19:42:50 +00:00
mergify[bot]
d916a16115
Save 7G mem on mainnet fixing AccIndex overalloc. ( #14435 ) ( #14451 )
...
(cherry picked from commit c9df6134fa
)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2021-01-06 03:43:04 +00:00
mergify[bot]
6960eed856
Upgradeable programs needs program account's program id (bp #14417 ) ( #14419 )
...
* Upgradeable programs needs program account's address as program id (#14417 )
(cherry picked from commit 0619805806
)
# Conflicts:
# programs/bpf_loader/src/lib.rs
* fix conflicts
Co-authored-by: Jack May <jack@solana.com >
2021-01-05 00:42:20 +00:00
Michael Vines
789e2d7f33
Bump version to 1.4.21
2021-01-02 08:52:35 +00:00
mergify[bot]
bbafd9783b
Add secondary indexes ( #14212 ) ( #14381 )
...
(cherry picked from commit 5affd8aa72
)
Co-authored-by: carllin <wumu727@gmail.com >
2021-01-01 07:29:48 +00:00
mergify[bot]
cfb28a1b2e
Prevent bpf loader impersonators (bp #14278 ) ( #14353 )
...
* Prevent bpf loader impersonators (#14278 )
(cherry picked from commit ee0a80a092
)
# Conflicts:
# programs/bpf_loader/src/lib.rs
# runtime/src/message_processor.rs
* resolve conflicts
Co-authored-by: Jack May <jack@solana.com >
2020-12-30 20:10:13 +00:00
mergify[bot]
a9ee6ef2d1
Save cloning program account data ( #14251 ) ( #14352 )
...
(cherry picked from commit 5945305b1d
)
Co-authored-by: Jack May <jack@solana.com >
2020-12-30 19:14:41 +00:00
mergify[bot]
4e6e415e40
Upgradeable programs called same as non-upgradeable ( #14239 ) ( #14347 )
...
* Upgradeable programs called same as non-upgradeable
* nudge
(cherry picked from commit ab205b682a
)
Co-authored-by: Jack May <jack@solana.com >
2020-12-30 06:53:16 +00:00
mergify[bot]
cd5bb89a15
Add Program loader/environment instruction errors (bp #14120 ) ( #14333 )
...
* Add Program loader/environment instruction errors (#14120 )
(cherry picked from commit d513b0c4ca
)
# Conflicts:
# programs/bpf_loader/src/lib.rs
* resolve conflicts
* update error
Co-authored-by: Jack May <jack@solana.com >
2020-12-30 01:19:02 +00:00
mergify[bot]
403220a559
Add CPI support for upgradeable loader (bp #14193 ) ( #14335 )
...
* Add CPI support for upgradeable loader (#14193 )
(cherry picked from commit e8cc0bef6c
)
* update crate version
* nudge
Co-authored-by: Jack May <jack@solana.com >
2020-12-29 23:05:40 +00:00
mergify[bot]
db55eead5c
Upgradeable loader (bp #13689 ) ( #14318 )
...
* Upgradeable loader (#13689 )
(cherry picked from commit 9e90394583
)
# Conflicts:
# cli/src/cli.rs
# ledger/src/builtins.rs
# programs/bpf_loader/src/lib.rs
# sdk/src/feature_set.rs
* fix conflits
* fix commitment
* fix local cluster test
Co-authored-by: Jack May <jack@solana.com >
2020-12-29 20:01:17 +00:00
mergify[bot]
9ea5e78852
Log error from AppendVec removal & a panic clean (bp #14302 ) ( #14309 )
...
* Log error from AppendVec removal & a panic clean (#14302 )
(cherry picked from commit addffd7694
)
# Conflicts:
# runtime/src/append_vec.rs
* fix conflict? (blind commit!)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-12-28 22:51:57 +00:00
mergify[bot]
cad95e8f4f
Remove Testnet-specific old code ( #14305 ) ( #14314 )
...
(cherry picked from commit 7893e2e307
)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-12-28 22:02:00 +00:00
Michael Vines
bc8300a308
Add transactionCount field to GetEpochInfo
...
(cherry picked from commit efc091e28a
)
2020-12-24 14:13:54 -08:00
mergify[bot]
6f2b37b015
Deinit zero-lamport account data (bp #14242 ) ( #14265 )
...
* Deinitialize nonce data upon zero balance
(cherry picked from commit 3881ae10fb
)
* vote: Add helper for creating current-versioned states
(cherry picked from commit 5b903318b2
)
* Deinitialize vote data upon zero balance
(cherry picked from commit db5bd6ea1a
)
* Deinitialize stake data upon zero balance
(cherry picked from commit 50710473a8
)
Co-authored-by: Trent Nelson <trent@solana.com >
2020-12-23 04:34:52 +00:00
mergify[bot]
7e4bd087ae
Feature-gate stake-program-v3 (bp #14232 ) ( #14249 )
...
* Feature-gate stake-program-v3 (#14232 )
* Remove deprecated legacy stake program
* Add legacy stake program
* Strip out duplicative legacy code
* Feature-deploy stake-program-v3
* Add ownership check in stake processor
(cherry picked from commit 7042f11791
)
# Conflicts:
# programs/stake/src/stake_instruction.rs
# sdk/src/feature_set.rs
* Fix conflicts
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2020-12-23 00:12:01 +00:00
Tyera Eulberg
266c63f105
Ignore long/hanging test ( #14260 )
2020-12-22 15:39:09 -07:00
Michael Vines
8afa345eb3
Bump version to 1.4.20
2020-12-21 20:18:12 -08:00
Tyera Eulberg
4e7049bdf2
v1.4 fix timestamp metrics ( #14235 )
...
* Fix genesis timestamp metric source
* Move timestamp metrics to report even on estimate failure
2020-12-21 22:02:32 +00:00
sakridge
9466ad3c1f
Add shrink paths ( #14208 )
2020-12-21 13:05:07 -08:00
mergify[bot]
1f309d0bae
Do not delete ALL other snapshots before downloading a new snapshot ( #14226 )
...
(cherry picked from commit 93ae177503
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-12-21 10:18:06 +00:00
sakridge
91a2d03f28
Update version to 1.4.19 ( #14196 )
2020-12-18 00:36:20 +00:00
sakridge
dcc2b10efa
Add timings for store accounts ( #12882 ) ( #14169 )
2020-12-16 17:17:03 -08:00
sakridge
82add14782
Bump version to v1.4.18 ( #14144 )
2020-12-16 04:15:05 +00:00