joshieDo
|
9452b3658b
|
feat(db): Don't store TxHash when writing to the table (#2279)
|
2023-04-21 11:15:52 +02:00 |
|
Matthias Seitz
|
57d49ab506
|
docs: extend validate docs (#2300)
|
2023-04-18 12:33:06 -04:00 |
|
Matthias Seitz
|
b45182ae2c
|
fix: be less strict about what's a bad tx (#2268)
|
2023-04-15 03:44:21 -07:00 |
|
Matthias Seitz
|
adad6d31b4
|
Revert "Revert "chore: enable tx inserts via p2p" (#2252)" (#2259)
|
2023-04-15 01:31:16 +02:00 |
|
Georgios Konstantopoulos
|
c67c944a1f
|
Revert "chore: enable tx inserts via p2p" (#2252)
|
2023-04-14 18:18:13 -04:00 |
|
Matthias Seitz
|
d99befe818
|
chore: enable tx inserts via p2p (#2214)
|
2023-04-12 12:11:33 -04:00 |
|
Matthias Seitz
|
48dc9987a1
|
chore: use cost in error (#2213)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-04-12 17:53:52 +02:00 |
|
Matthias Seitz
|
15ad63f8c2
|
fix(txpool): enforce minimum priority fee (#2212)
|
2023-04-12 08:41:10 -07:00 |
|
Roman Krasiuk
|
c5b70f4771
|
chore: clippy (#2197)
|
2023-04-11 23:14:01 -07:00 |
|
Aditya Pandey
|
b2c3074260
|
Network integrations tests with txpool task (#2148)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-04-09 13:31:14 +02:00 |
|
Matthias Seitz
|
cfff7b3e60
|
chore: add minimal protocol base fee (#2121)
|
2023-04-05 03:42:29 -07:00 |
|
Matthias Seitz
|
10af3ab8cf
|
perf(txpool): filter by sender id (#2080)
|
2023-04-02 11:39:28 -07:00 |
|
Bharath Vedartham
|
481f60acee
|
rpc: add missing fields in send_transaction (#1976)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-04-02 17:47:45 +02:00 |
|
Matthias Seitz
|
47b9738ede
|
chore: fix some typos (#2025)
|
2023-03-29 14:49:50 +02:00 |
|
Matthias Seitz
|
93056edbc7
|
fix(txpool): use default account if non existing (#2015)
|
2023-03-28 17:57:00 -04:00 |
|
Matthias Seitz
|
3810548bd7
|
chore(txpool): add AlreadyImported variant (#2009)
|
2023-03-28 19:00:30 +02:00 |
|
Matthias Seitz
|
b55b2d6182
|
fix(txpool): differentiate pool error variants (#2008)
|
2023-03-28 18:28:24 +02:00 |
|
Matthias Seitz
|
7bd2576049
|
fix(txpool): fix legacy tx chain id check (#2005)
|
2023-03-28 12:24:21 -04:00 |
|
Matthias Seitz
|
f0a95689a4
|
chore(txpool): include tx object in assert message (#1989)
|
2023-03-26 17:18:44 +02:00 |
|
Matthias Seitz
|
2e0755fc2d
|
fix(txpool): update current pool based on state (#1972)
|
2023-03-24 20:54:15 +01:00 |
|
Matthias Seitz
|
5f7171f125
|
chore(txpool): rename remove_invalid to remove_transactions (#1973)
|
2023-03-24 20:38:51 +01:00 |
|
chirag-bgh
|
ea4b4f77e9
|
feat: add pooled_transaction_max (#1971)
|
2023-03-24 19:09:02 +01:00 |
|
Matthias Seitz
|
f2cb8bec63
|
fix(rpc): fix invalid tip above fee check (#1885)
|
2023-03-21 18:13:08 +01:00 |
|
Matthias Seitz
|
8673e95d0a
|
feat(txpool): replace testing pool with default eth pool (#1857)
|
2023-03-20 12:53:07 +01:00 |
|
François Garillot
|
075544e889
|
refactor: various cleanups (#1833)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-03-18 14:13:09 +01:00 |
|
Matthias Seitz
|
498687b761
|
feat(txpool): add EthTransactionValidator::new (#1792)
|
2023-03-16 14:11:16 +01:00 |
|
Matthias Seitz
|
6c12ccb6e1
|
chore(txpool): add IntoRecoveredTransaction to PoolTransaction (#1750)
|
2023-03-14 11:14:32 +01:00 |
|
Matthias Seitz
|
e33e93c9a0
|
chore(txpool): remove Arc for internals (#1733)
|
2023-03-13 06:00:47 -07:00 |
|
Roman Krasiuk
|
a0f195590c
|
feat(txpool): default transaction ordering (#1704)
|
2023-03-10 08:30:36 -08:00 |
|
Roman Krasiuk
|
99a821aa78
|
chore(txpool): delete unused removed updates (#1703)
|
2023-03-10 07:07:35 -08:00 |
|
Matthias Seitz
|
fdfeeb42dc
|
refactor(txpool): use transaction error type (#1698)
|
2023-03-10 15:57:12 +01:00 |
|
Roman Krasiuk
|
89514d70f2
|
fix(txpool): track promoted transactions (#1702)
|
2023-03-10 06:49:26 -08:00 |
|
Matthias Seitz
|
ad5f9aa78c
|
refactor: extract transaction consensus errors to standalone type (#1697)
|
2023-03-10 04:43:04 -08:00 |
|
chirag-bgh
|
ba96b9d165
|
feat: Add Latest State TransactionValidator implementation (#1498)
|
2023-03-10 10:35:59 +01:00 |
|
Matthias Seitz
|
2c6a35929e
|
docs(txpool): clarify ParkedPool transaction type (#1671)
|
2023-03-08 04:57:37 -08:00 |
|
Roman Krasiuk
|
3503444342
|
chore(txpool): expose underlying tx (#1651)
|
2023-03-06 11:55:41 -08:00 |
|
Roman Krasiuk
|
75e677cfde
|
chore(txpool): expose PooledTransaction (#1649)
|
2023-03-06 09:22:12 -08:00 |
|
Roman Krasiuk
|
1e007d6911
|
docs(txpool): minor fixes (#1645)
|
2023-03-06 07:59:01 -08:00 |
|
Roman Krasiuk
|
809d0cab03
|
fix(txpool): queued tx ordering (#1643)
|
2023-03-06 06:49:48 -08:00 |
|
Matthias Seitz
|
2d1bcd17d8
|
perf: improve initial pooled tx exchange (#1615)
|
2023-03-03 14:50:49 -05:00 |
|
Roman Krasiuk
|
823866ac57
|
feat(rpc): launch auth server (#1506)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-02-22 14:39:37 -08:00 |
|
Aurélien
|
fdff1b0f02
|
feat: add encoded_length to ValidPoolTransaction (#1512)
|
2023-02-22 16:59:41 +01:00 |
|
Aurélien
|
2e73463a58
|
feat: Add tx_type() and encoded_length() on PoolTransaction trait (#1500)
|
2023-02-22 13:56:35 +01:00 |
|
Matthias Seitz
|
e65162dd05
|
chore(txpool): add pooled transaction function to get full tx object (#1483)
|
2023-02-21 15:06:31 -05:00 |
|
Tomás
|
6c3e2bd5c1
|
fix: compile errors on standalone txpool build (#1316)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
|
2023-02-13 15:59:45 +01:00 |
|
Tomás
|
1d1d90bd19
|
feat: optional serde features (#1214)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
|
2023-02-07 15:52:32 -08:00 |
|
Matthias Seitz
|
10aa3d617a
|
feat(rpc): impl rpc-builder types (#1203)
|
2023-02-07 11:03:05 -08:00 |
|
Kim, JinSan
|
072a6c56d3
|
chore(txpool): implement ensure_max_init_code_size() (#1062)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-01-27 21:53:24 +01:00 |
|
Bjerg
|
87306f2892
|
ci: ensure docs build (#1073)
Co-authored-by: xqft <estefano.bargas@fing.edu.uy>
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
|
2023-01-27 18:49:22 +01:00 |
|
Martin Paulucci
|
2d20be0d5c
|
refactor: Make Transaction fee and price field types consistent (#1005)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
|
2023-01-24 21:05:14 +01:00 |
|