Paul

Results 33 issues of Paul

most likely github actions cause it's good and free #15 should be done first so the pipeline can run the tests pipeline might include deployment depending on which provider is...

ops
prio-3

documentation
good first issue

If I set the provider.cluster property in Anchor.toml to `devnet` my tests work. If I set it to localnet but use `anchor test --provider.cluster=devnet`, my tests should also work but...

bug
cli

How to reproduce: 1. create a pool with a deployed pool program 2. import and call loadInfo() with params Observed Error: ``` Uncaught (in promise) TypeError: exports.POOL_STATE_TAG.toBuffer is not a...

To Initialize a pool one must send an `InitializePoolRequest`. This request can carry custom data (`pub custom_data: Vec` inside `InitializePoolRequest`) but this data is currently not made available to the...

SystemProgram.transfer does not return a tx but an ix https://solana-labs.github.io/solana-web3.js/class/src/system-program.js~SystemProgram.html#static-method-transfer

ci will fail if `cargo fmt -- --check` or `cargo clippy --all-targets -- -D warnings` fail. this can be prevented locally with git hooks that abort commit if these checks...

ci