Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
9321abe
chore(deps): bump github.com/btcsuite/btcd in /cosmos/sidechain (#20)
dependabot[bot] Jan 24, 2025
4cfaa04
chore(deps): bump golang.org/x/net in /cosmos/ibcclientest (#15)
dependabot[bot] Jan 24, 2025
1a1a593
chore(deps): bump cosmossdk.io/x/tx in /cosmos/ibcclientest (#19)
dependabot[bot] Jan 24, 2025
6b3ef96
chore(deps): bump github.com/rs/cors in /cosmos/ibcclientest (#8)
dependabot[bot] Jan 24, 2025
64724dd
chore(deps): bump github.com/golang/glog in /cosmos/ibcclientest (#21)
dependabot[bot] Jan 28, 2025
c2120c7
chore: merge remote-tracking branch 'origin/main'
wolf31o2 Apr 18, 2025
5b17bb8
chore(deps): bump github.com/cosmos/cosmos-sdk from 0.50.3 to 0.50.13…
wolf31o2 Apr 18, 2025
89aa7d6
chore(deps): bump golang.org/x/crypto in /cosmos/ibcclientest (#32)
dependabot[bot] Apr 18, 2025
d788422
chore(deps): bump golang.org/x/net in /cosmos/ibcclientest (#33)
dependabot[bot] Apr 18, 2025
a4a1cd9
feat: remove the temp accounts for deloying the ref utxos holdig the …
fabianbormann Jun 18, 2025
82a2306
Merge pull request #248 from cardano-foundation/feat/refactor_deployment
fabianbormann Jun 18, 2025
9eb8c1d
feat: bundle all ref scripts in one location
fabianbormann Jun 18, 2025
a28b24c
Merge branch 'main' into fix/ID-501-token-dust
fabianbormann Jun 19, 2025
55cfdb1
Merge pull request #240 from cardano-foundation/fix/ID-501-token-dust
fabianbormann Jun 19, 2025
0716f2c
chore: merge changes from main
fabianbormann Jun 19, 2025
b7f1c3f
fix: restrict reference scripts to the ones that are actual in use. f…
fabianbormann Jun 19, 2025
375088f
feat: make cardano network configurable for gateway and ref script de…
fabianbormann Jun 20, 2025
6ae747c
Merge pull request #249 from cardano-foundation/chore/refactor_gatewa…
cleanerm5 Jun 20, 2025
e35d359
fix: remove broken type generation
fabianbormann Jun 23, 2025
1ca6975
chore: update kupo and ogmios to their latest versions
fabianbormann Jun 23, 2025
1bbadbe
chore: add logs to understand order behavior
fabianbormann Jun 23, 2025
dc4f7c0
Merge pull request #218 from blinklabs-io/chore/dependabot-part-deux
fabianbormann Jun 23, 2025
1deadcb
Merge branch 'chore/refactor_gateway_and_deployment' of github.com:ca…
fabianbormann Jun 23, 2025
4b9d9f8
chore: test new mithril and ogmios versions
fabianbormann Jun 26, 2025
c100818
chore: cleanup
fabianbormann Jun 26, 2025
5fd9d62
chore: remove debug logs. cleanup offchain code
fabianbormann Jun 27, 2025
afdd6e5
Merge pull request #251 from cardano-foundation/chore/refactor_gatewa…
fabianbormann Jun 27, 2025
74c9041
chore: upgrade caribic to use recent mithril.
nemo83 Jun 27, 2025
4d05a0a
Merge pull request #252 from cardano-foundation/feat/upgrade-mithril
nemo83 Jun 27, 2025
20b6fe1
fix: fixed validate_output_amount funtion, where the ada amount was c…
nemo83 Jul 2, 2025
507244b
chore(deps): bump axios from 1.10.0 to 1.11.0 in /cardano/gateway
dependabot[bot] Jul 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The following components are required to run the project:

- [Docker](https://docs.docker.com/get-docker/)
- [Aiken](https://aiken-lang.org/installation-instructions)
- [Node.js](https://nodejs.org/en/download/) `>= v20.0.0`
- [deno](https://docs.deno.com/runtime/manual/getting_started/installation)
- [golang](https://golang.org/doc/install)
- [Rust & Cargo](https://www.rust-lang.org/tools/install)
Expand Down
92 changes: 0 additions & 92 deletions cardano/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions cardano/aiken-type-conversion/deno.json

This file was deleted.

68 changes: 0 additions & 68 deletions cardano/aiken-type-conversion/deno.lock

This file was deleted.

92 changes: 0 additions & 92 deletions cardano/aiken-type-conversion/main.ts

This file was deleted.

64 changes: 0 additions & 64 deletions cardano/aiken-type-conversion/src/const.ts

This file was deleted.

Loading