Merge pull request #106 from blinklabs-io/chore/update-apollo
chore: update Salvionied/apollo to v1.0.7
chore: update Salvionied/apollo to v1.0.7
fix: increase estimated ExUnits
chore(deps): bump webiny/action-conventional-commits from 1.0.3 to 1.2.0
Bumps [webiny/action-conventional-commits](https://github.com/webiny/action-conventional-commits) from 1.0.3 to 1.2.0. - [Commits](https://github.com/webiny/action-conventional-commits/compare/v1.0.3...v1.2.0) --- updated-dependencies: - dependency-name: webiny/action-conventional-commits dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
chore(deps): bump actions/checkout from 2 to 4
chore(deps): bump actions/github-script from 6 to 7
chore(deps): bump docker/login-action from 2 to 3
chore(deps): bump docker/build-push-action from 3 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
chore: update dependabot
Signed-off-by: Chris Gianelloni <[email protected]>
Bumps [github.com/Salvionied/apollo](https://github.com/Salvionied/apollo) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/Salvionied/apollo/releases) - [Commits](https://github.com/Salvionied/apollo/compare/v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: github.com/Salvionied/apollo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
feat: profile support
This is preparation for supporting the TUNAv2 hard-fork contract * move network config to top-level * split network config definitions into networks and profiles * migrate marshal/unmarshal of on-chain datum to cardano-models * generalize handling of state object to support multiple versions * use standard marshal/unmarshal method for target state type
chore(deps): bump github.com/blinklabs-io/gouroboros from 0.64.0 to 0.66.0
chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.16.0
Bumps [github.com/blinklabs-io/gouroboros](https://github.com/blinklabs-io/gouroboros) from 0.64.0 to 0.66.0. - [Release notes](https://github.com/blinklabs-io/gouroboros/releases) - [Commits](https://github.com/blinklabs-io/gouroboros/compare/v0.64.0...v0.66.0) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/gouroboros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.15.0 to 0.16.0. - [Commits](https://github.com/golang/crypto/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/blinklabs-io/cardano-models](https://github.com/blinklabs-io/cardano-models) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/blinklabs-io/cardano-models/releases) - [Commits](https://github.com/blinklabs-io/cardano-models/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/cardano-models dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Fixes #93