Commit Graph

2250 Commits

Author SHA1 Message Date
Andrew Morris
f31a35bd0e Fix missing config 2023-06-05 09:10:34 +00:00
Andrew Morris
9ccd2545e8 Merge remote-tracking branch 'origin/main' into bw-602-fix-fees-on-optimism 2023-06-05 09:04:39 +00:00
Andrew Morris
25ec77c45c Add details to insufficient fee 2023-06-05 08:53:07 +00:00
Andrew Morris
8bbb6d3a74 Return receipt only 2023-06-05 08:38:59 +00:00
Andrew Morris
797ec3528f Use receipt.transactionHash, logging improvements 2023-06-05 08:32:58 +00:00
Andrew Morris
4af97846bb Add the L1 fee for optimism when calculating profit 2023-06-02 18:02:41 +10:00
John Guilding
54227a57b0 Merge pull request #592 from web3well/192-generate-determinisitc-bundle-hashes
192 generate determinisitc bundle hashes
2023-05-09 17:48:22 +01:00
JohnGuilding
f9ce7be5b5 Update experimental release after rebasing onto main 2023-05-09 17:23:50 +01:00
JohnGuilding
2a20bfeb8d Fix aggregator lint warnings 2023-05-09 17:18:24 +01:00
JohnGuilding
275d593b5c publish bls-wallet-clients v0.9.0-4b76bb5 2023-05-09 17:18:24 +01:00
JohnGuilding
00d948376a Fix get request typo 2023-05-09 17:15:01 +01:00
JohnGuilding
0e51ecb5fe Fix invalid import statement 2023-05-09 17:15:01 +01:00
JohnGuilding
576e778855 Update hash logic and add integration test 2023-05-09 17:15:01 +01:00
JohnGuilding
4d170f73dd Remove unneeded return type change 2023-05-09 17:15:01 +01:00
JohnGuilding
cd010324a5 Add hash bundle fn & ability to get aggregate bundle to client module 2023-05-09 17:15:01 +01:00
JohnGuilding
29542e4c98 Use deterministic bundle hashes in aggregator 2023-05-09 17:15:01 +01:00
John Guilding
1ff60d5dd1 Merge pull request #603 from web3well/improve-quill-ui-responsiveness
Improve quill UI responsiveness
2023-05-09 17:08:43 +01:00
JohnGuilding
ebf415c573 Truncate long balances 2023-05-09 16:55:58 +01:00
JohnGuilding
b296a01a80 Add responsive navbar with toggle button 2023-05-09 16:43:35 +01:00
JohnGuilding
0e7e42154b Make home page UI more responsive 2023-05-09 16:42:57 +01:00
JohnGuilding
0940333e3c Make onboarding UI more responsive 2023-05-09 16:42:18 +01:00
John Guilding
831632ce8a Merge pull request #600 from web3well/392-blsWalletSigner-verify-cannot-verify-bundles-with-multiple-addresses
Add ability to blsWalletSigner to verify multiple addresses
2023-05-09 11:26:35 +01:00
Andrew Morris
534c5aa6ae getOptimismL1Fee 2023-05-09 12:54:24 +10:00
Andrew Morris
1701a1b7bd Move getRawTransaction into helpers 2023-05-09 11:43:27 +10:00
Andrew Morris
dae68465ba getRawTransaction 2023-05-09 10:58:53 +10:00
Andrew Morris
f3c0f57b0b Include scalar 2023-05-09 10:25:33 +10:00
Andrew Morris
24b011af9b Multiply l1BaseFee by scalar 2023-05-09 10:25:09 +10:00
Andrew Morris
4fd11c0356 Add scalar, decimals, getAllParams 2023-05-09 10:21:48 +10:00
JohnGuilding
a58dcdaee7 Update bls-wallet-clients to v0.9.0-1620721 2023-05-08 13:52:20 +01:00
JohnGuilding
162072155d publish experimental release & update agg to verify multiple addresses 2023-05-08 13:42:21 +01:00
JohnGuilding
e675062a53 Add test case for verify address mismatch 2023-05-08 13:33:04 +01:00
JohnGuilding
95a107f6b8 Add ability to blsWalletSigner to verify multiple addresses 2023-05-08 13:33:04 +01:00
Andrew Morris
5bd09ec4e5 Add required IS_OPTIMISM variable to example configs 2023-05-08 17:28:39 +10:00
Andrew Morris
b995c6d6a0 Add docs 2023-05-08 17:27:16 +10:00
Andrew Morris
7c3aee1f70 Unify effective gas calculations to fix optimism 2023-05-08 17:27:08 +10:00
John Guilding
a6f844b822 Merge pull request #601 from web3well/update-client-module-to-v0.9.0
Update components to use client module v0.9.0
v0.5.0
2023-05-05 16:57:11 +01:00
JohnGuilding
d7f1917ed7 Update components to use client module v0.9.0 2023-05-05 16:48:28 +01:00
Jake C-T
8edaab3a71 Merge pull request #599 from web3well/clean-up-bls-provider-and-signer
Clean up bls provider and signer
2023-05-04 14:37:57 -06:00
JohnGuilding
c5d83f4650 Remove tests that aren't covering additional cases
- estimateGas test has an actual test in contract interaction tests
- list accounts is basically being tested in test below it (ethers logic just calls `.send("eth_accounts", [])`
- getBalance tested everywhere implicitly
2023-05-04 18:46:27 +01:00
JohnGuilding
ddb8f72864 Add merge-ok to remaining todos 2023-05-04 18:40:43 +01:00
JohnGuilding
32c9c6c7ed Remove unnecessary integration tests to regular client tests 2023-05-04 18:07:14 +01:00
JohnGuilding
48e472389d Consolidate tests & fix todos 2023-05-04 16:39:41 +01:00
Jake C-T
72c7b7c3c5 Merge pull request #597 from web3well/bw-596-test-decode-logs
Test "decodes WalletOperationProcessed logs"
2023-05-04 08:34:10 -06:00
Andrew Morris
9c5c3ba950 Test "decodes WalletOperationProcessed logs" 2023-05-04 11:58:27 +10:00
Andrew Morris
d7369af0cf Fix fallback to .logs in case where .events exists but didn't recognize WalletOperationProcessed 2023-05-04 11:03:15 +10:00
JohnGuilding
fc5a668ed6 Update signMessage to concatenate sig instead of RLP encode it 2023-05-03 16:19:01 +01:00
JohnGuilding
40a3335a38 Restore chai spies and sinon fakes after each test 2023-05-03 15:17:44 +01:00
John Guilding
9b2ab4bb48 Merge pull request #594 from web3well/merge-in-contract-updates
Merge in contract updates
2023-05-03 15:41:21 +02:00
Andrew Morris
a609cb1f8e Don't assert the to address 2023-05-03 15:49:05 +10:00
Andrew Morris
553d9ba81d Update bls-wallet-clients in extension 2023-05-03 15:40:33 +10:00