-
https://github.com/geniusyield/atlas/blob/0cf1d0977a4c2b1c837f4339f13c20aa7a4133b6/src/GeniusYield/Types/UTxO.hs#L87
-
https://github.com/geniusyield/atlas/blob/0cf1d0977a4c2b1c837f4339f13c20aa7a4133b6/src/GeniusYield/Types/Datum.hs#L143
-
https://github.com/geniusyield/atlas/blob/0cf1d0977a4c2b1c837f4339f13c20aa7a4133b6/src/GeniusYield/CardanoApi/EraHistory.hs#L22
-
https://github.com/geniusyield/atlas/blob/0cf1d0977a4c2b1c837f4339f13c20aa7a4133b6/src/GeniusYield/Providers/CardanoDbSync.hs#L420
-
https://github.com/geniusyield/atlas/blob/0cf1d0977a4c2b1c837f4339f13c20aa7a4133b6/src/GeniusYield/Test/Privnet/Examples/Gift.hs#L409
-
https://github.com/geniusyield/atlas/blob/0cf1d0977a4c2b1c837f4339f13c20aa7a4133b6/src/GeniusYield/Test/Privnet/Examples/Gift.hs#L406
-
https://github.com/geniusyield/atlas/blob/0cf1d0977a4c2b1c837f4339f13c20aa7a4133b6/src/GeniusYield/Types/Script.hs#L440
-
**Problem:**
- At the moment it is not clear on the first look that we don't have MAINNET config yet.
**Solution:**
- Add a well visible note about the network to be used.
-
**Problem:**
- All the layers of the docker image are rebuilt on every build when the CI build is run on GHA.
**Solution:**
- Setup docker layer caching for the GitHub Actions CI build.
-
**TODO:**
- Create docker-compose file for starting the SOR with the kupo provider, not only starting the SOR, but also a cardano node and the Kupo instance, so it becomes simple and easy to start a …