forked from cerc-io/ipld-eth-server
update geth statediff to version v1.9.25-statediff-0.0.14 (#27)
* update geth statediff to version v1.9.25-statediff-0.0.14 run integration tests in github actions * fix goose install issue * fix unit test bug. Added sorting by tx index for transactions and receipts queries
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
-- +goose Up
|
||||
ALTER TABLE eth.receipt_cids
|
||||
ADD COLUMN post_state VARCHAR(66);
|
||||
|
||||
ALTER TABLE eth.receipt_cids
|
||||
ADD COLUMN post_status INTEGER;
|
||||
|
||||
-- +goose Down
|
||||
ALTER TABLE eth.receipt_cids
|
||||
DROP COLUMN post_status;
|
||||
|
||||
ALTER TABLE eth.receipt_cids
|
||||
DROP COLUMN post_state;
|
||||
Reference in New Issue
Block a user