Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pulsar-stellar
/
pulsar-core
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
5
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: pulsar-stellar/pulsar-core
Actions
All workflows
Workflows
CI
CI
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
54 workflow runs
54 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
chore: record v0.1.0 testnet deployment contract ID in README
CI
#54:
Commit
b59f017
pushed by
EmeditWeb
56s
main
main
56s
View workflow file
docs: add README quickstart for build, deploy, and initialize
CI
#53:
Commit
89e85c2
pushed by
EmeditWeb
54s
main
main
54s
View workflow file
feat(scripts): add deploy-testnet.sh for testnet deployment
CI
#52:
Commit
ced237c
pushed by
EmeditWeb
47s
main
main
47s
View workflow file
feat(scripts): add build.sh wrapping stellar contract build
CI
#51:
Commit
80344e3
pushed by
EmeditWeb
55s
main
main
55s
View workflow file
chore(decoder): add placeholder pulsar-decoder crate and restore crat…
CI
#50:
Commit
1c7dc25
pushed by
EmeditWeb
54s
main
main
54s
View workflow file
ci: ban unwrap_err and widen the unwrap pattern in the no-panic check
CI
#49:
Commit
a1ffcfa
pushed by
EmeditWeb
53s
main
main
53s
View workflow file
refactor(showcase): remove dead_code allows now that every helper has…
CI
#48:
Commit
0d5f687
pushed by
EmeditWeb
44s
main
main
44s
View workflow file
ci: enforce the no-panic rule with a script and required CI step
CI
#47:
Commit
09dff2e
pushed by
EmeditWeb
45s
main
main
45s
View workflow file
docs: amend requirements section 2 with language carve-out, correct s…
CI
#46:
Commit
edccb0a
pushed by
EmeditWeb
52s
main
main
52s
View workflow file
docs: update CONTRIBUTING with testing.md delegation and batched items
CI
#45:
Commit
f7dec81
pushed by
EmeditWeb
51s
main
main
51s
View workflow file
docs: track contract specification and event catalog in requirements.md
CI
#44:
Commit
ae8ab14
pushed by
EmeditWeb
58s
main
main
58s
View workflow file
docs(agent): add .agent/testing.md with accumulated testing methodology
CI
#43:
Commit
0c914eb
pushed by
EmeditWeb
52s
main
main
52s
View workflow file
docs(agent): add ADR-010 through ADR-017, ADR-019 to decision log
CI
#42:
Commit
b5fb8c7
pushed by
EmeditWeb
59s
main
main
59s
View workflow file
test(showcase): assert transfer rejects non-positive amounts as Amoun…
CI
#41:
Commit
ec42489
pushed by
EmeditWeb
45s
main
main
45s
View workflow file
feat(showcase): add admin read view, with tests
CI
#40:
Commit
efc2987
pushed by
EmeditWeb
54s
main
main
54s
View workflow file
feat(showcase): add balance read view with a non-extending storage he…
CI
#39:
Commit
4fe6f64
pushed by
EmeditWeb
48s
main
main
48s
View workflow file
feat(showcase): implement emit_custom with admin auth, with tests
CI
#38:
Commit
11ac283
pushed by
EmeditWeb
53s
main
main
53s
View workflow file
fix(showcase): remove unreachable Unauthorized variant per ADR-018
CI
#37:
Commit
7ea61f2
pushed by
EmeditWeb
48s
main
main
48s
View workflow file
feat(showcase): implement set_admin with stored-admin authorization, …
CI
#36:
Commit
d354ec3
pushed by
EmeditWeb
39s
main
main
39s
View workflow file
feat(showcase): implement transfer as SEP-41 conformant token move, w…
CI
#35:
Commit
bb15fa7
pushed by
EmeditWeb
54s
main
main
54s
View workflow file
test(showcase): assert withdraw rejects non-positive amounts
CI
#34:
Commit
7c8f7c2
pushed by
EmeditWeb
1m 3s
main
main
1m 3s
View workflow file
test(showcase): assert deposit rejects when addition would overflow
CI
#33:
Commit
cebebe3
pushed by
EmeditWeb
48s
main
main
48s
View workflow file
test(showcase): assert withdraw rejects amount above balance
CI
#32:
Commit
c556a22
pushed by
EmeditWeb
53s
main
main
53s
View workflow file
feat(showcase): implement withdraw with balance check, with tests
CI
#31:
Commit
48f968f
pushed by
EmeditWeb
43s
main
main
43s
View workflow file
test(showcase): assert deposit fails on uninitialized contract
CI
#30:
Commit
f213f42
pushed by
EmeditWeb
56s
main
main
56s
View workflow file
Previous
1
2
3
Next
You can’t perform that action at this time.