Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

feat(rpc): Added starknet_getTransactionStatus and removed starknet_pendingTransactions #1299

Merged
merged 23 commits into from
Dec 6, 2023
Merged
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
bb75f1b
added documentation for rpc lib function based on v0.6.0-rc5
antiyro Dec 4, 2023
48a2baf
runned cleans for CI
antiyro Dec 4, 2023
3f32221
cleaned for CI + remove unrelevent settings
antiyro Dec 4, 2023
61b0ee6
Merge branch 'main' into main
tdelabro Dec 4, 2023
c569866
feat(rpc): add starknet_specVersion rpc implemented in v0.5.1
antiyro Dec 4, 2023
fc55d7e
updated CHANGELOG.md
antiyro Dec 4, 2023
90cd639
Merge branch 'main' of https://github.com/antiyro/madara
antiyro Dec 4, 2023
b52c0e4
removed unrelevent test
antiyro Dec 4, 2023
285d8e7
added ignore to future impl of spec version test
antiyro Dec 4, 2023
30dce1e
commented future impl of spec version test
antiyro Dec 4, 2023
587fc38
removed starknet_pendingTransactions method + tests
antiyro Dec 5, 2023
a51c3ea
implemented starknet_getTransactionStatus - missing formated result
antiyro Dec 5, 2023
2fdfa2c
implemented starknet_getTransactionStatus
antiyro Dec 6, 2023
8072744
implemented starknet_getTransactionStatus - cleaned
antiyro Dec 6, 2023
350c086
implemented starknet_getTransactionStatus - merged madara
antiyro Dec 6, 2023
c9d78c0
updated changelog.md
antiyro Dec 6, 2023
7dbcfa1
runned prettier
antiyro Dec 6, 2023
f4a1950
added starknet_ before starknet data for concencus + corrected review
antiyro Dec 6, 2023
a91289a
added starknet_ before starknet data for concencus + corrected review
antiyro Dec 6, 2023
09227cf
chained substrate_block_hash and substrate_block_hash_from_db
antiyro Dec 6, 2023
1c51faa
Merge branch 'main' into feat/starknet_getTransactionStatus
antiyro Dec 6, 2023
a50b3c1
cleaned prettier
antiyro Dec 6, 2023
96b8333
removed unecessary serde = [mp-transactions/serde]
antiyro Dec 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- feat(rpc): add starknet_specVersion rpc + added test for future support
- docs: Added v0.6.0-rc5 documentation above the rpc method functions
- dev(deps): bump starknet rs, use Eq for EmmitedEvents comparaison
- test(rust-rpc-test): use undeclared contracts for declare transactions testing
- build: update blockifier, fix divergent substrat block hash
- chore: remove tests that run in wasm and native, only wasm from now
Expand Down