Prathamesh Musale prathamesh
  • Joined on 2023-10-09
prathamesh created branch ag-laconic-faucet-stack in cerc-io/testnet-laconicd-stack 2024-07-17 11:46:56 +00:00
prathamesh created branch ag-integrate-faucet in cerc-io/testnet-onboarding-app 2024-07-17 11:31:25 +00:00
prathamesh pushed to ag-integrate-faucet at cerc-io/testnet-onboarding-app 2024-07-17 11:31:25 +00:00
920190d367 Handle error using snackbar
f7c88e883f Update faucet port in env.example
a76c76a594 Take faucet endpoint from env
3e5135aa03 Fix error handling
26df4ba42f Disable faucet button and display error message
Compare 9 commits »
prathamesh opened issue cerc-io/fixturenet-eth-stacks#17 2024-07-17 11:26:56 +00:00
Status check in fixturenet-eth stack never completes
prathamesh pushed to ag-cors at cerc-io/laconicd 2024-07-17 09:38:05 +00:00
63514605a6 Allow requests from any origin
456491a4f2 Comment lint workflow
d36f54543d Pin golangci-lint version in lint workflow
a8a59ad0c1 Rename ethereum_address to nitro_address in onboarding module (#8)
f23f691646 Add lint config and fix lint errors (#7)
Compare 15 commits »
prathamesh created pull request cerc-io/laconicd#37 2024-07-17 09:23:19 +00:00
Allow requests from any origin
prathamesh created pull request cerc-io/laconic-faucet#1 2024-07-17 08:49:25 +00:00
Implement a cosmos-sdk chain faucet API
prathamesh pushed to pm-add-faucet at cerc-io/laconic-faucet 2024-07-17 08:45:49 +00:00
e271982345 Rename variables and update package name
f06792a946 Update instructions
08c94f895e Enable cors on server
1d7d022646 Add a Dockerfile
6436ec1bb9 Read config from a config file and refactor code
Compare 7 commits »
prathamesh created branch pm-add-faucet in cerc-io/laconic-faucet 2024-07-17 08:45:49 +00:00
prathamesh pushed to main at cerc-io/laconic-faucet 2024-07-17 06:20:05 +00:00
0024965638 Initial commit
prathamesh created branch main in cerc-io/laconic-faucet 2024-07-17 06:20:05 +00:00
prathamesh created pull request cerc-io/fixturenet-laconicd-stack#4 2024-07-16 14:06:57 +00:00
[WIP] Update nitro-rpc-client usage in genesis generation script
prathamesh pushed to pm-update-script at cerc-io/fixturenet-laconicd-stack 2024-07-16 14:06:02 +00:00
46c01f6a68 Update nitro-rpc-client usage in genesis generation script
prathamesh created branch pm-update-script in cerc-io/fixturenet-laconicd-stack 2024-07-16 14:06:01 +00:00
prathamesh pushed to testnet-onboarding-demo at cerc-io/testnet-laconicd-stack 2024-07-16 13:48:24 +00:00
d3af85ec85 Move the step to run bridge to Demo section
prathamesh pushed to testnet-onboarding at cerc-io/laconicd 2024-07-16 07:19:51 +00:00
456491a4f2 Comment lint workflow
prathamesh pushed to testnet-onboarding at cerc-io/registry-sdk 2024-07-16 06:42:52 +00:00
6251fb6c82 Install yarn in the on-pr workflow
prathamesh pushed to testnet-onboarding at cerc-io/laconicd 2024-07-16 06:31:53 +00:00
d36f54543d Pin golangci-lint version in lint workflow
prathamesh pushed to testnet-onboarding at cerc-io/laconicd 2024-07-16 06:31:18 +00:00
5175dc2761 Pint golangci-lint version in lint workflow
prathamesh commented on issue cerc-io/laconicd#33 2024-07-16 05:00:41 +00:00
Key not found in keyring

Hi @dasanchez

  • It appears there is an issue with home dir resolution in cosmos-sdk causing the above behaviour
  • In PR #35, we have implemented a workaround for the same
  • However, we still…