-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: Zilliqa/zilliqa-developer
base: v.1.3.71
head repository: Zilliqa/zilliqa-developer
compare: main
Commits on Jun 18, 2024
-
Fix devex to not crash for high gas txn (#707)
* Fix devex to not crash for high gas txn * fix trunk * fix formatting
Configuration menu - View commit details
-
Copy full SHA for 2626e18 - Browse repository at this point
Copy the full SHA 2626e18View commit details -
Configuration menu - View commit details
-
Copy full SHA for d77f63f - Browse repository at this point
Copy the full SHA d77f63fView commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 807af93 - Browse repository at this point
Copy the full SHA 807af93View commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e32a112 - Browse repository at this point
Copy the full SHA e32a112View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a60925 - Browse repository at this point
Copy the full SHA 6a60925View commit details
Commits on Jul 2, 2024
-
(feat) Remove developer portal. (#688)
* (feat) Remove developer portal. * (feat) Remove developer portal exceptions from trunk.yaml * (feat) Remove cicd for bridge * (feat) Start of deleting old bridge code * (feat) remove rest of bridge code * (fix) Don't link things that no longer exist
Configuration menu - View commit details
-
Copy full SHA for f054882 - Browse repository at this point
Copy the full SHA f054882View commit details
Commits on Jul 30, 2024
-
Fix
DifferentChainID
error (#722)PR #699 attempted to remove the startup-time dependency on the API by moving the point at which we get the chain ID to transaction creation time. However, this wasn't valid because the signer needs to be configured with the correct chain ID. Instead, we wrap our provider in a `tokio::sync::OnceCell` and lazily initialise it. This means the signer is initialised with the result of the call from `eth_chainId`, but we don't need to make this call until someone uses the faucet.
Configuration menu - View commit details
-
Copy full SHA for 4107bb2 - Browse repository at this point
Copy the full SHA 4107bb2View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0dd7176 - Browse repository at this point
Copy the full SHA 0dd7176View commit details
Commits on Aug 23, 2024
-
Users/richard/724 hex converter (#725)
* 724: Import bech32 <-> hex standalone converter * Obligatory combat with trunk
Configuration menu - View commit details
-
Copy full SHA for 7ccd88d - Browse repository at this point
Copy the full SHA 7ccd88dView commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e37cc5 - Browse repository at this point
Copy the full SHA 3e37cc5View commit details
Commits on Sep 9, 2024
-
Address some minor issues in the ZRC2->ERC20 proxy, add tests and ver…
…ification. (#729) * (feat) Documentation (feat) Make zrc_proxy and decimals immutable (feat) Pass on the result of gas() and not 21000 (feat) Burnable ERC20s (feat) Tests for ERC20 proxy contract. (feat) Deployment for ERC20 proxy is now via task and auto-verifies the contract * (fix) We can now apparently overload call() - previously the compiler complained at me for this, but it now seems fine! (fix) Don't limit deployment gas. * (fmt) Usual argument with trunk - commented some useful values future authors may want to use. * Update contracts/experimental/ERC20ProxyForZRC2/contracts/ScillaConnector.sol Co-authored-by: Lukasz Kosiak <103423117+lukozill@users.noreply.github.com> * Update contracts/experimental/ERC20ProxyForZRC2/README.md Co-authored-by: Lukasz Kosiak <103423117+lukozill@users.noreply.github.com> * Update contracts/experimental/ERC20ProxyForZRC2/test/basicProxyTest.ts Co-authored-by: Lukasz Kosiak <103423117+lukozill@users.noreply.github.com> * Update contracts/experimental/ERC20ProxyForZRC2/test/basicProxyTest.ts Co-authored-by: Lukasz Kosiak <103423117+lukozill@users.noreply.github.com> * (fix) Hopefully fix PR comments --------- Co-authored-by: Lukasz Kosiak <103423117+lukozill@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dd4a604 - Browse repository at this point
Copy the full SHA dd4a604View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c5006a - Browse repository at this point
Copy the full SHA 5c5006aView commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7efcf1 - Browse repository at this point
Copy the full SHA a7efcf1View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32f3039 - Browse repository at this point
Copy the full SHA 32f3039View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8bdc59 - Browse repository at this point
Copy the full SHA c8bdc59View commit details
Commits on Dec 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dacfd39 - Browse repository at this point
Copy the full SHA dacfd39View commit details
Commits on Dec 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be833f1 - Browse repository at this point
Copy the full SHA be833f1View commit details
Commits on Jan 13, 2025
-
APT-1646: Make Zillion buildable with Node 16 #737
Co-authored-by: Lukasz Kosiak <kosiak.lukasz@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2f8f7c8 - Browse repository at this point
Copy the full SHA 2f8f7c8View commit details
Commits on Jan 22, 2025
-
APT-1653: ZQ2 protomainnet connected #738
* zq2 protomainnet connected * staging set to protomainnet --------- Co-authored-by: Lukasz Kosiak <kosiak.lukasz@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 966768d - Browse repository at this point
Copy the full SHA 966768dView commit details
Commits on Feb 5, 2025
-
APT-1688: Logging for blockchain read access operations improved #739
Co-authored-by: Lukasz Kosiak <kosiak.lukasz@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c7d36e0 - Browse repository at this point
Copy the full SHA c7d36e0View commit details
Commits on Feb 6, 2025
-
APT-1689: Fix for _balance field in ZQ2 substate query response #740
* zq2 substate _balance fix * deployment config fix --------- Co-authored-by: Lukasz Kosiak <kosiak.lukasz@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e0329b9 - Browse repository at this point
Copy the full SHA e0329b9View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.