This website requires JavaScript.
Explore
Help
Register
Sign in
Ecosystem
/
serai
Watch
1
Star
0
Fork
You've already forked serai
0
mirror of
https://github.com/serai-dex/serai.git
synced
2024-12-28 06:29:38 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
d9543bee40
serai
/
processor
/
ethereum
/
ethereum-serai
/
.gitignore
4 lines
41 B
Text
Raw
Normal View
History
Unescape
Escape
implement Router.sol and associated functions (#92) * start Router contract * use calldata for function args * var name changes * start testing router contract * test with and without abi.encode * cleanup * why tf isn't tests/utils working * cleanup tests * remove unused files * wip * fix router contract and tests, add set/update public keys funcs * impl some Froms * make execute non-reentrant * cleanup * update Router to use ReentrancyGuard * update contract to use errors, use bitfield in Executed event, minor other fixes * wip * fix build issues from merge, tests ok * Router.sol cleanup * cleanup, uncomment stuff * bump ethers.rs version to latest * make contract functions take generic middleware * update build script to assert no compiler errors * hardcode pubkey parity into contract, update tests * Polish coins/ethereum in various ways --------- Co-authored-by: Luke Parker <lukeparker5132@gmail.com>
2024-03-24 13:00:54 +00:00
# Solidity build outputs
ethereum: implement schnorr verification contract deployment and related crypto (#36) * basic schnorr verify working * add schnorr-verify as submodule * remove previous code * Misc Ethereum work which will probably be disregarded * add ecrecover hack test, worksgit add src/ * merge w develop * starting w/ rust-web3 * trying to use ethers * deploy_schnorr_verifier_contract finally working * modify EthereumHram to use 27/28 for point parity * updated address calc, solidity schnorr verify now working * add verify failure to test * update readme * move ethereum/ to coins/ * un fmt coins/monero * update .gitmodules * fix cargo paths * fix coins/monero * add #[allow(non_snake_case)] * un-fmt stuff * move crypto to coins/ethereum * move unit tests to ethereum/tests * remove js, build w ethers * update .gitignore * address comments * add q != 0 check * update contract param order * update contract license to AGPL * update ethereum-serai license to GPL and fmt * GPLv3 for ethereum-serai * AGPLv3 for ethereum-serai * actually fix license Co-authored-by: Luke Parker <lukeparker5132@gmail.com>
2022-07-16 21:45:41 +00:00
cache
artifacts
Reference in a new issue
Copy permalink