azimuth-cli icon indicating copy to clipboard operation
azimuth-cli copied to clipboard

Urbit Bridge for the command line

Results 9 azimuth-cli issues
Sort by recently updated
recently updated
newest added

There have been breaking roller rpc changes since the development of `azimuth-cli` started. When trying to spawn L2 planets with `azimuth-cli`, I ran into this problem: ``` curl --location --request...

See set network keys on L1. The revision is always 1.

bug

Right now, modify commands send a transaction directly to the Ethereum network. There should be an option to just output a file containing an unsigned or signed transactions, which can...

enhancement

Implemented utility functions for permission verification and improved error handling across azimuth-cli, particularly in `createClient`. These changes streamline permission checks, enhance security, and improve reliability during network requests. Refactored relevant...

I installed version 1.1.0 with npm but running "azi generate wallet -p POINT" gives this error: ``` /usr/lib/node_modules/azimuth-cli/node_modules/up8-ticket/src/index.js:44 const entropy = crypto.rng(nbytes) ^ TypeError: crypto.rng is not a function at...

Seems like recent changes broke the CLI. Output of report is completely mangled and the bootkey is not working properly. ``` patp,p,ship_type,parent_patp,master_ticket,network_keyfile,dominion,owner_address,spawn_proxy_address,management_proxy_address,spawn_transaction,management_proxy_transaction,spawn_proxy_transaction,network_key_transaction,transfer_transaction 1,~bannyt-patfel,,0w2,0x0000000000000000000000000000000000000000,0xe489d5acef6fe0651c1bb69ca8384e81e9d3ae8e,0x69fcbd4fd1b793153b8b53a4bce82a8c1306e23a7d5695b770f9421df5ebf5d4,0xfb25c0f10a7865381aa39ec9adc6c464e09fde47521894123cfd793034b170ef,,0x739dbafc41351a0081699b224ab5ed07922e2289014593d16b86b9af43cedf54,0x2ad8872a018585872c7fff9a80aa93b847d92847cccd7661cce85aa0254ed898 ``` If we convert this to json:...