Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

solana-program/stake

joncinque created a review on a pull request on solana-program/stake
Looks good!

View on GitHub

2501babe opened a pull request on solana-program/stake
program: add sbf tests to ci
2501babe pushed 1 commit to main solana-program/stake
  • program: disable minimum cus for program tests (#50) d1b4e09

View on GitHub

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

View on GitHub

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 ...

View on GitHub

2501babe created a review comment on a pull request on solana-program/stake
im so sad professionalism demands i rename these

View on GitHub

2501babe created a review on a pull request on solana-program/stake

View on GitHub

2501babe pushed 1 commit to main solana-program/stake
  • update versions, fix mollusk tests (#49) 6d8ae65

View on GitHub

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?

View on GitHub

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!

View on GitHub

joncinque created a review on a pull request on solana-program/stake

View on GitHub

2501babe pushed 1 commit to main solana-program/stake
  • Port Stake instruction tests (#24) ffef1b2

View on GitHub

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...

View on GitHub

2501babe created a review on a pull request on solana-program/stake

View on GitHub

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?

View on GitHub

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...

View on GitHub

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...

View on GitHub

pucedoteth starred solana-program/stake
febo deleted a branch solana-program/stake

febo/fix-publish-tag

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

View on GitHub

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

View on GitHub

febo pushed 1 commit to febo/fix-publish-tag solana-program/stake
  • Pin cargo-release version d5ba468

View on GitHub

febo pushed 1 commit to febo/fix-publish-tag solana-program/stake
  • Output crate and version on dry-run a7bcc1c

View on GitHub

lorisleiva created a review on a pull request on solana-program/stake
Perfect! 🍺

View on GitHub

Load more