-
:wave: hello there! Thank you for building Escan. I wanted verify my contract, and I opened the verification page https://escan.live/verifyContract?a=0xeb13ebe7613f9fc03a4ac091574dc04ceb45562f
Time…
-
Create IExecution interface with canExecute/execute.
Implement Order contract, that should implement IExecution.
canExecute() - gets price from Slinky and check if condition met
execute(nonce, gasPr…
-
Since we have reached a state where we can send transactions, deploy contracts, and call contracts using Optimint as a backend we should create a v0.1.0 release.
Depends on
- [x] https://github.c…
-
We should get all of [Ethermint's solidity tests](https://github.com/celestiaorg/ethermint/tree/main/tests/solidity) to run against Cevmos using the [ephemeral cluster](https://github.com/celestiaorg/…
-
**Description**
Using serde_json to save serializations of Chains within files, and later deserializing the files back into Chain objects.
Ran into an issue with the Chain::BinanceSmartChain deser…
-
Given the complexity of properly setting up a cevmos deployment for testing while developing or reviewing PRs, we need a CI pipeline that performs continous integration against the changes and tests t…
-
## The Evmos Community Proposal Lifecycle
Community Proposal Lifecycles and Guidelines: for the network to make informed decisions when voting on proposals, there must be clear guidelines on the li…
LPX55 updated
2 years ago
-
As of January 2024, Unlock Protocol has been [deployed to 14 production networks](https://docs.unlock-protocol.com/core-protocol/unlock/networks) and a few test networks.
**Before** we consider dep…
-
it should be possible via https://www.npmjs.com/package/@cosmjs/encoding
to have an operator specify
```
{
validator_bytes: "33BA2F9D2BB42A89BDE4A1A38AFBBC0731A5421C",
operator_bytes: "2…
-
Document the code flow when sending tokens from one address to another.