axoned icon indicating copy to clipboard operation
axoned copied to clipboard

โ›“๏ธ Axone blockchain ๐Ÿ’ซ

Results 77 axoned issues
Sort by recently updated
recently updated
newest added

> **Severity**: Critical > **target**: [v7.1.0 - Commit: 3c854270b006db30aa3894da2cdba10cc31b8c5f](https://github.com/okp4/okp4d/tree/v7.1.0) > **Ref**: OKP4 Blockchain Audit Report v1.0 - 02-05-2024 - [BlockApex](https://www.blockapex.io/) ## Description While approaching the prolog code being executed on...

security audit

> **Severity**: Critical > **target**: [v7.1.0 - Commit: 3c854270b006db30aa3894da2cdba10cc31b8c5f](https://github.com/okp4/okp4d/tree/v7.1.0) > **Ref**: OKP4 Blockchain Audit Report v1.0 - 02-05-2024 - [BlockApex](https://www.blockapex.io/) ## Description The `okp4d` (now `axoned`) blockchain employs [ichiban/prolog](https://github.com/ichiban/prolog), a...

security audit

A grammatical correction is needed in the documentation for the `current_output/1` predicate. The phrase 'Here's the steps' should be corrected to 'Here are the steps' for grammatical accuracy. This issue...

Bumps [cosmossdk.io/log](https://github.com/cosmos/cosmos-sdk) from 1.2.1 to 1.3.1. Release notes Sourced from cosmossdk.io/log's releases. Cosmovisor v1.3.0 Release Notes Fix failure when installing cosmovisor via go install. Changelog For more details, please see...

dependencies
go

Bumps alpine from 3.17.3 to 3.19.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alpine&package-manager=docker&previous-version=3.17.3&new-version=3.19.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
docker

As discussed in PR https://github.com/okp4/okp4d/pull/579 and the comment chain https://github.com/okp4/okp4d/pull/579#discussion_r1506630527, there's a need to introduce an additional feature to cover fundamental aspects common to all predicates. This initiative aims to...

This issue tracks the implementation of more granular errors for resources, such as `context_absent` or `context_not_found`, as discussed in PR #564 (https://github.com/okp4/okp4d/pull/564) and the related comment chain (https://github.com/okp4/okp4d/pull/564#discussion_r1495673181). The need...

Bumps [cosmossdk.io/core](https://github.com/cosmos/cosmos-sdk) from 0.11.0 to 0.12.0. Changelog Sourced from cosmossdk.io/core's changelog. 0.12.0 (March 27 2018) BREAKING CHANGES Revert to old go-wire for now glide -> godep [types] ErrBadNonce -> ErrInvalidSequence...

dependencies
go

With the aim of automate the release of new generated proto, we need to notify the [okp4-cosmos-proto](https://github.com/okp4/okp4-cosmos-proto) repository when a new release is done on the chain, it's allow publish...

There's a need to refactor the `getLoadedSources` function in `x/logic/predicate/file.go` to avoid using reflection when accessing the `loaded` field of the `VM`. This approach is brittle and relies on the...