Phroi

Results 10 issues of Phroi

Neuron version 0.103.2 still reports the 4 epoch maturity constraint, but [this no longer holds true](https://github.com/nervosnetwork/rfcs/commit/89f56e3fae5b4781e25f3d08f6b5e69dc985417c) after the activation of [RFC 0036 Remove Header Deps Immature Rule](https://github.com/nervosnetwork/rfcs/blob/master/rfcs/0036-remove-header-deps-immature-rule/0036-remove-header-deps-immature-rule.md). **Screenshots** ![Screenshot from...

Hello folks at Nervos, I'm running a [devnet for testing iCKB](https://github.com/ickb/v1-core?tab=readme-ov-file#environment-setup) and I see an unexpected behavior. ### Current Behavior I have a stream of transactions with 1000 feeRate, but...

t:bug
m:tx-pool

The [section **Fill in the transaction information**](https://zero2ckb.ckbapp.dev/learn#fill-the-tx-form) should mention the minimal fee of 355 shannons/KB, when constructing the transaction, as later on it's enforced in [**The final step is to...

Using the [drag and drop functionality in **Transaction Output** to generate the transaction](https://zero2ckb.ckbapp.dev/learn#tx-output), generates an invalid transaction. Let's take for example this transaction I just generated with that tool: ```...

[Executing these tests](https://github.com/phroi/capsule-tests) shows that `Capsule 0.9.0` with `rustc 1.63.0` suffer from: * `VM Internal Error: MemOutOfBound` when executing any non trivial script. * `Transaction timeout` when executing `always` success...

documentation

Hey Cryptape, iCKB here 👋 I was updating iCKB Logic implementation to use `ckb-std 0.15.3` and I stumbled upon an apparent issue: - I'm unable to unpack the result of...

```bash user@host:~/ickb/v1-core/scripts$ cargo install ckb-capsule --git https://github.com/nervosnetwork/capsule.git --branch develop Updating git repository `https://github.com/nervosnetwork/capsule.git` warning: skipping duplicate package `tests` found at `/home/user/.cargo/git/checkouts/capsule-456f646e9dda89ac/bd6e4f7/crates/tests/test-contract/tests` warning: skipping duplicate package `tests` found at `/home/user/.cargo/git/checkouts/capsule-456f646e9dda89ac/bd6e4f7/templates/lua/embedded/contract` warning:...

Following [@XuJiandong advice](https://github.com/ickb/v1-core/issues/3#issue-2460124809): > The load_cell_data function can load all cell data at once. However, the cell data might be very large, potentially consuming all available memory in certain scenarios....

[As @XuJiandong noticed](https://github.com/ickb/v1-core/issues/3#issue-2460124809): > The load_cell_data function can load all cell data at once. However, the cell data might be very large, potentially consuming all available memory in certain scenarios....

Hello folks at Nervos Network, iCKB here :wave: After passing both [internal and external audit](https://github.com/ickb/v1-core/tree/master/scripts#audit), iCKB scripts have been [deployed on Testnet and Mainnet](https://github.com/ickb/proposal#non-upgradable-deployment). Please, could you list the scripts...