Releases: patnorris/onicaiGoes2024SABH
Releases · patnorris/onicaiGoes2024SABH
v1.0.0
Completed Version for Hackathon Instructions
This version marks the milestone of completing the app according to the hackathon instructions.
This includes
- the integration with the Bitcoin testnet such that donations can be sent in BTC
- a frontend that lets users check Bitcoin transactions, specify donation details, select the recipient and create the donation (both as a logged-in user and without logging in)
- the frontend also lets users find donations by id, explore all donations, see their donations (if logged in), browse recipients and see recipient profiles
- the backend stores donation records and leverages the Internet Computer's Bitcoin integration
What's Changed
- Initial version of donation_canister by @icppWorld in #1
- Independent canisters using a shared local network by @icppWorld in #2
- Frontend starter by @patnorris in #6
- Complete backend api by @patnorris in #7
- Frontend starter by @patnorris in #3
- Add all function stubs by @patnorris in #4
- Frontend api integration by @patnorris in #8
- Add finalized data structures by @patnorris in #9
- Pytest for dtc by @icppWorld in #10
- Dtc data structures by @patnorris in #13
- Dtc data structures by @patnorris in #15
- Dtc data structures by @patnorris in #16
- Dtc data structures by @patnorris in #17
- Fix BItcoinTransaction in Types.mo ; implement getTxidstext by @patnorris in #18
- Dtc data structures by @patnorris in #19
- dtc data structures by @icppWorld in #11
- Update README, an add cicd badge by @icppWorld in #26
- Set DONATION_CANISTER_ID during initial deployment by @icppWorld in #27
- Frontend integrate demo data by @patnorris in #14
- Frontend integrate data structures merge by @patnorris in #28
- Frontend integrate data structures by @patnorris in #12
New Contributors
- @icppWorld made their first contribution in #1
Full Changelog: https://github.com/patnorris/onicaiGoes2024SABH/commits/v1.0.0