You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: upgrade ethers to v6
* refactor: avoid bypassing null errors
* test: add create-batch test
* test: use custom matcher
* chore: add step to print docker ps
* test: update JSON-RPC URL in create-batch command test
* test: fix JSON-RPC URL in create-batch command test
* test: update JSON-RPC URL to use HTTP in create-batch command test
* test: set SWARM_CLI_NETWORK_ID for create-batch command test
* refactor: use SWARM_CLI_NETWORK_ID from environment variable in NETWORK_ID
* refactor: replace NETWORK_ID constant with getNetworkId function for dynamic network ID retrieval
* fix: handle missing postage stamp log in create batch transaction receipt
* refactor: update Contracts to use environment variables for addresses
* test: try to debug
* test: use correct private key
* fix: correct amount in create postage batch log
* test: add redeem test
* chore: format code
* fix: ensure 'to' address starts with '0x' in transaction functions
* chore: remove unnecessary docker ps command from CI workflow
* fix: handle null gas price and transaction receipt in RPC functions
0 commit comments