Tomás Ruiz

Results 26 issues of Tomás Ruiz

Hello! I'm using bili to bundle a typescript vue component. I've bundled it but its behavior is not the expected and it's throwing these warnings when it renders: ` [Vue...

I have added an npm script that runs prettier in the project

enhancement 📈
UX / DX 🙋

Replacing JSON in wallet we could improve the sync considerably

Improvement 🔨

The [dockerfile for witnet-rust](https://github.com/witnet/witnet-rust/blob/master/docker/witnet-rust/Dockerfile) is using an Ubuntu Jammy and we should try to upgrade to Ubuntu Noble to be able to use the latest packages and prevent dependency related...

Implement JSON-RPC methods for staking and authorizeStaking. Implement CLI methods for staking and authorizeStaking.

Validations - Transaction - [x] It must stake the minimum allowed (10_000_000 nanowits). - [x] It must have at least one input. - [x] It must have a valid signature....

- `WitnetRequestBoardUpgradableBase` is already `Proxiable` because is inheriting `Upgradeable`and `Upgradeable` is `Proxiable` - `WitnetRequestBoardTrustableBoba` is already `Payable` becasue is inherinting `WitnetRequestBoardTrustableBase` and `WitnetRequestBoardTrustableBase` is `Payable`