Releases: kkrt-labs/kakarot-rpc
Releases · kkrt-labs/kakarot-rpc
v0.7.6-2
v0.7.6-1
v0.7.6
What's Changed
- reactivating
test_transaction_data_to_starknet_calldata
by @tcoratger in #1443 - AccountManager: implement
start_nonce_updater
by @tcoratger in #1442 - Test/improve ci by @greged93 in #1430
- bump estimate gas to 40% by @tcoratger in #1445
- chore: improve relayers by @greged93 in #1448
- bump reth to v1.1.0 by @tcoratger in #1449
- added: karnot-deployment.yaml for karnot cloud deployment by @anukkrit149 in #1331
- bump sink-mongo to 0.9.2 by @tcoratger in #1452
- dev: upgrade upgrade.sh by @greged93 in #1444
- randomize relayers round by @tcoratger in #1450
- bump katana to
v1.0.0-alpha.15
by @tcoratger in #1451 - add
WithOtherFields
forTransactionReceipt
by @tcoratger in #1455 - bump cargo to 0.7.1 by @tcoratger in #1459
- Update deployment-config.yaml by @anukkrit149 in #1460
- chore: remove sn nonce by @greged93 in #1461
- estimate-gas: change to 200% by @tcoratger in #1462
- fix link by @tcoratger in #1465
- chore: unused code by @greged93 in #1468
- fix: rename methods by @greged93 in #1469
- clippy: rm unused clippy allowances by @tcoratger in #1471
- use
RpcResult
instead of type alias by @tcoratger in #1470 - bump rust to 1.82 by @tcoratger in #1472
- Indexer refactoring: Consolidate tests and centralize type definitions by @eugypalu in #1393
- use more compact format for alloy
BlockId
by @tcoratger in #1473 - obs: send_raw_transaction by @greged93 in #1480
- feat: unit test for receipts WithOtherFields by @eugypalu in #1464
- Update Kakarot to v0.9.3 by @ClementWalter in #1482
- simplify
EthereumDataFormatError
usage reusing existing types by @tcoratger in #1474 - add cargo update dependencies workflow by @tcoratger in #1487
- dev: simplify WithOtherFields usage by @Gerson2102 in #1486
- rust analyzer check.command check by @tcoratger in #1492
- feat: batch nonce relayers requests by @greged93 in #1491
- release: prepare v0.7.5 by @greged93 in #1496
- ci: karnot deployment by @greged93 in #1484
- simplify eip1898 usage by @tcoratger in #1494
- add kakarot address in
Constant
by @tcoratger in #1499 - dev: set minimal base fee at start up by @greged93 in #1505
- mempool: modify
maintain_transaction_pool
to prune txs by @tcoratger in #1485 - fix: update prod docker compose by @greged93 in #1507
- fix: update the docker compose for staging and local dev by @greged93 in #1509
- nonce management: query nonce on-chain before relaying tx by @tcoratger in #1508
- feat: include transaction propagation feature by @greged93 in #1375
- rm pre-commit and pre-push checks by @tcoratger in #1513
- Update Kakarot to v0.9.5 by @ClementWalter in #1511
- Indexer refactoring: Constants by @eugypalu in #1396
- test: activate all indexer tests by @greged93 in #1514
- set block gas limit in pool to 7M by @tcoratger in #1517
- obs: add transaction hash by @greged93 in #1518
- tracing error level WARN in
send_raw_transaction
by @tcoratger in #1520 - decrease gas limit overshoot to 40% by @tcoratger in #1519
- ci: update e2e pipeline by @greged93 in #1495
- ci: fix scarb installation by @greged93 in #1522
- add starknet transaction hash to
transaction_by_hash
by @tcoratger in #1524 - Update Kakarot to v0.9.6 by @ClementWalter in #1525
- feat: index cairovm errors by @tcoratger in #1526
- bump reth to 1.1.1 by @tcoratger in #1527
- feat: prepare v0.7.6 by @Eikix in #1528
New Contributors
- @anukkrit149 made their first contribution in #1331
Full Changelog: v0.7.1...v0.7.6
v0.7.6-alpha1
What's Changed
- feat: index cairovm errors by @tcoratger in #1526
- bump reth to 1.1.1 by @tcoratger in #1527
- feat: prepare v0.7.6 by @Eikix in #1528
Full Changelog: v0.7.6-alpha0...v0.7.6-alpha1
v0.7.6-alpha0
What's Changed
- Update Kakarot to v0.9.3 by @ClementWalter in #1482
- simplify
EthereumDataFormatError
usage reusing existing types by @tcoratger in #1474 - add cargo update dependencies workflow by @tcoratger in #1487
- dev: simplify WithOtherFields usage by @Gerson2102 in #1486
- rust analyzer check.command check by @tcoratger in #1492
- feat: batch nonce relayers requests by @greged93 in #1491
- release: prepare v0.7.5 by @greged93 in #1496
- ci: karnot deployment by @greged93 in #1484
- simplify eip1898 usage by @tcoratger in #1494
- add kakarot address in
Constant
by @tcoratger in #1499 - dev: set minimal base fee at start up by @greged93 in #1505
- mempool: modify
maintain_transaction_pool
to prune txs by @tcoratger in #1485 - fix: update prod docker compose by @greged93 in #1507
- fix: update the docker compose for staging and local dev by @greged93 in #1509
- nonce management: query nonce on-chain before relaying tx by @tcoratger in #1508
- feat: include transaction propagation feature by @greged93 in #1375
- rm pre-commit and pre-push checks by @tcoratger in #1513
- Update Kakarot to v0.9.5 by @ClementWalter in #1511
- Indexer refactoring: Constants by @eugypalu in #1396
- test: activate all indexer tests by @greged93 in #1514
- set block gas limit in pool to 7M by @tcoratger in #1517
- obs: add transaction hash by @greged93 in #1518
- tracing error level WARN in
send_raw_transaction
by @tcoratger in #1520 - decrease gas limit overshoot to 40% by @tcoratger in #1519
- ci: update e2e pipeline by @greged93 in #1495
- ci: fix scarb installation by @greged93 in #1522
- add starknet transaction hash to
transaction_by_hash
by @tcoratger in #1524 - Update Kakarot to v0.9.6 by @ClementWalter in #1525
Full Changelog: v0.7.5-alpha0...v0.7.6-alpha0
v0.7.5
What's Changed
- reactivating
test_transaction_data_to_starknet_calldata
by @tcoratger in #1443 - AccountManager: implement
start_nonce_updater
by @tcoratger in #1442 - Test/improve ci by @greged93 in #1430
- bump estimate gas to 40% by @tcoratger in #1445
- chore: improve relayers by @greged93 in #1448
- bump reth to v1.1.0 by @tcoratger in #1449
- added: karnot-deployment.yaml for karnot cloud deployment by @anukkrit149 in #1331
- bump sink-mongo to 0.9.2 by @tcoratger in #1452
- dev: upgrade upgrade.sh by @greged93 in #1444
- randomize relayers round by @tcoratger in #1450
- bump katana to
v1.0.0-alpha.15
by @tcoratger in #1451 - add
WithOtherFields
forTransactionReceipt
by @tcoratger in #1455 - bump cargo to 0.7.1 by @tcoratger in #1459
- Update deployment-config.yaml by @anukkrit149 in #1460
- chore: remove sn nonce by @greged93 in #1461
- estimate-gas: change to 200% by @tcoratger in #1462
- fix link by @tcoratger in #1465
- chore: unused code by @greged93 in #1468
- fix: rename methods by @greged93 in #1469
- clippy: rm unused clippy allowances by @tcoratger in #1471
- use
RpcResult
instead of type alias by @tcoratger in #1470 - bump rust to 1.82 by @tcoratger in #1472
- Indexer refactoring: Consolidate tests and centralize type definitions by @eugypalu in #1393
- use more compact format for alloy
BlockId
by @tcoratger in #1473 - obs: send_raw_transaction by @greged93 in #1480
- feat: unit test for receipts WithOtherFields by @eugypalu in #1464
New Contributors
- @anukkrit149 made their first contribution in #1331
Full Changelog: v0.7.1...v0.7.5
v0.7.5-alpha0
What's Changed
- reactivating
test_transaction_data_to_starknet_calldata
by @tcoratger in #1443 - AccountManager: implement
start_nonce_updater
by @tcoratger in #1442 - Test/improve ci by @greged93 in #1430
- bump estimate gas to 40% by @tcoratger in #1445
- chore: improve relayers by @greged93 in #1448
- bump reth to v1.1.0 by @tcoratger in #1449
- added: karnot-deployment.yaml for karnot cloud deployment by @anukkrit149 in #1331
- bump sink-mongo to 0.9.2 by @tcoratger in #1452
- dev: upgrade upgrade.sh by @greged93 in #1444
- randomize relayers round by @tcoratger in #1450
- bump katana to
v1.0.0-alpha.15
by @tcoratger in #1451 - add
WithOtherFields
forTransactionReceipt
by @tcoratger in #1455 - bump cargo to 0.7.1 by @tcoratger in #1459
- Update deployment-config.yaml by @anukkrit149 in #1460
- chore: remove sn nonce by @greged93 in #1461
- estimate-gas: change to 200% by @tcoratger in #1462
- fix link by @tcoratger in #1465
- chore: unused code by @greged93 in #1468
- fix: rename methods by @greged93 in #1469
- clippy: rm unused clippy allowances by @tcoratger in #1471
- use
RpcResult
instead of type alias by @tcoratger in #1470 - bump rust to 1.82 by @tcoratger in #1472
- Indexer refactoring: Consolidate tests and centralize type definitions by @eugypalu in #1393
- use more compact format for alloy
BlockId
by @tcoratger in #1473 - obs: send_raw_transaction by @greged93 in #1480
- feat: unit test for receipts WithOtherFields by @eugypalu in #1464
New Contributors
- @anukkrit149 made their first contribution in #1331
Full Changelog: v0.7.1...v0.7.5-alpha0
v0.7.4
v0.7.3
v0.7.2
- bump estimate gas to 40% by @tcoratger in #1445
Full Changelog: v0.7.1...v0.7.2