Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
2501babe pushed 1 commit to main solana-program/stake
- program: disable minimum cus for program tests (#50) d1b4e09
2501babe closed a pull request on solana-program/stake
program: disable minimum cus for program tests
2501babe created a comment on a pull request on solana-program/stake
review req for visibility but im merging this now so i can set up ci for us
2501babe opened a pull request on solana-program/stake
program: disable minimum cus for program tests
2501babe created a comment on a pull request on solana-program/stake
@joncinque this is low priority so feel free to delay it if youre busy, i just wanted to get it in review now that it points at tip of master. im probably going to have a couple more important prs ...
2501babe created a review comment on a pull request on solana-program/stake
im so sad professionalism demands i rename these
2501babe pushed 1 commit to main solana-program/stake
- update versions, fix mollusk tests (#49) 6d8ae65
joncinque created a review on a pull request on solana-program/stake
Beautiful, thanks! And yikes, the reserved CUs work is a bit scary. Do we need to get a fix in for that asap or backport something to 2.1 to accommodate the native programs in BPF?
2501babe opened a pull request on solana-program/stake
update versions, fix mollusk tests
bpf stake program presently does not build due to versioning issues. this relaxes the solana version locks in `dev-dependencies` (necessary because of matching version locks in mollusk 0.0.13 which...joncinque created a review comment on a pull request on solana-program/stake
Gotcha, makes sense, thanks!
2501babe closed a pull request on solana-program/stake
Stake instruction tests
port _all_ tests (except one that makes no sense) from monorepo stake_instruction.rs. we accomplish this by: * copying all tests essentially as-is * changing all uses of `InstructionError` to `Pr...2501babe created a review comment on a pull request on solana-program/stake
yes, that test tries to trigger an invalid owner error for every instruction if the first account isnt owned by the program. we dont get the same errors most of the time because this is just an art...
joncinque created a review comment on a pull request on solana-program/stake
The test `test_spoofed_stake_accounts` doesn't seem to be here -- is that intentional?
joncinque created a review on a pull request on solana-program/stake
Sorry for the super lateness on this, but it looks good! I mainly looked at the setup, test names, and usage of `is_bpf()` as you suggested, without reading the logic deeply. There's just the on...
joncinque created a review on a pull request on solana-program/stake
Sorry for the super lateness on this, but it looks good! I mainly looked at the setup, test names, and usage of `is_bpf()` as you suggested, without reading the logic deeply. There's just the on...
febo pushed 1 commit to main solana-program/stake
- publish: Fix crate name parsing (#48) * Return relative path * Fix crate name parsing * Use path resolve * ... f1072e8
febo closed a pull request on solana-program/stake
publish: Fix crate name parsing
#### Problem Currently there is a problem in how the crate name parsing is done on the publish crate workflow – it fails to determine the correct path for the crate, which prevents the script to...febo pushed 1 commit to febo/fix-publish-tag solana-program/stake
- Output crate and version on dry-run a7bcc1c