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
…206)
* Added scripts for handling v2 gas fixes and scripts for mainnet
* Added remaining mainnet scripts
* finished gasfix testing in testnet
* Finalized all scripts for mainnet use
* Fixed script typo
* Add docker build files. Update script for factory upgrade
* Bumping the gas required to delete the temp contract
* handle argument gas cost increasing (#1)
Co-authored-by: Marco <[email protected]>
* remove sputnikdao2_gasfix and fix binaryen version in github workflows (#2)
Co-authored-by: Marco <[email protected]>
* ci: fix test failure (#3)
* ci: run test on macos-13
* ci: use llvm@14 on macos
* test: refactor tests with near-workspaces-js and ava
* test: refactor tests and fix failure
* ci: test on ubuntu-24.04 with node 20.17.0
* ci: test on ubuntu-22.04 with node 20.17.0
---------
Co-authored-by: Trevor Clarke <[email protected]>
Co-authored-by: Marco <[email protected]>
Co-authored-by: Marco <[email protected]>
Co-authored-by: Robert Yan <[email protected]>
Currently if DAO creation fails via factory - the deposit kept on factory's balance.
To fix this, the callback must be handled and checked if the account creation / deployment was successful.
The text was updated successfully, but these errors were encountered: